-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- | ||
Copyright 2016-Present Couchbase, Inc. | ||
Use of this software is governed by the Business Source License included in | ||
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | ||
file, in accordance with the Business Source License, use of this software will | ||
be governed by the Apache License, Version 2.0, included in the file | ||
licenses/APL2.txt. | ||
--> | ||
|
||
<manifest> | ||
|
||
<remote fetch="https://github.com/couchbase/" name="couchbase"/> | ||
<default remote="couchbase" revision="master"/> | ||
|
||
<!-- Build Scripts (required on CI servers) --> | ||
<project name="product-texts" path="product-texts" remote="couchbase"/> | ||
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057"> | ||
<annotation name="VERSION" value="3.1.8" keep="true"/> | ||
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/> | ||
<annotation name="RELEASE" value="@RELEASE@" keep="true"/> | ||
</project> | ||
|
||
|
||
<!-- Sync Gateway --> | ||
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="0eb61e12385a6bce7ef2abe3e554ef00dc29fee7"/> | ||
|
||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters