Skip to content

Commit

Permalink
Merge pull request #5 from EramoxPersonalWork/feature/add_manifest
Browse files Browse the repository at this point in the history
Feature/add manifest
  • Loading branch information
eramox authored Jul 16, 2016
2 parents f034a1c + 2fcaff1 commit 8da8b8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<manifest>

<remote name="organization"
fetch="../[email protected]:EramoxPersonalWork/"
fetch="../EramoxPersonalWork/"
review="https://review.gerrithub.io" />
<remote name="personal"
fetch="../[email protected]:"
fetch="../eramox/"
review="https://review.gerrithub.io" />
<default revision="refs/heads/master"
remote="organization"
sync-j="4" />

<project path="org/liberamox" remote="organization" name="liberamox" ></project>
<project path="liberamox" remote="organization" name="liberamox" ></project>

</manifest>
13 changes: 13 additions & 0 deletions liberamox.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<remote name="organization"
fetch="../EramoxPersonalWork/"
review="https://review.gerrithub.io" />
<default revision="refs/heads/master"
remote="organization"
sync-j="4" />

<project path="liberamox" remote="organization" name="liberamox" ></project>

</manifest>

0 comments on commit 8da8b8a

Please sign in to comment.