Skip to content

Commit

Permalink
Merge pull request #11 from avsej/master
Browse files Browse the repository at this point in the history
Add manifest for ruby to allow easier jenkins builds
  • Loading branch information
trondn committed Jan 12, 2013
2 parents 6882d3d + 15db3e6 commit c70c1cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ruby.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="couchbase" fetch="git://github.com/couchbase/"
review="review.couchbase.org" />
<remote name="trondn" fetch="git://github.com/trondn/"
review="review.couchbase.org" />
<default remote="couchbase" revision="master"/>

<project name="libcouchbase" path="libcouchbase" />
<project name="couchbase-ruby-client" path="client" />
<project path="tools" name="sdktools" remote="trondn">
<copyfile src='Makefile.ruby' dest='Makefile'/>
</project>
</manifest>

0 comments on commit c70c1cf

Please sign in to comment.