-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from EramoxPersonalWork/feature/add_manifest
Feature/add manifest
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
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,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> |