Created
August 2, 2016 09:59
-
-
Save Judas/e16fdc8eb7f5affa4b5b79a740d412c3 to your computer and use it in GitHub Desktop.
Repo configuration file
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
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="origin" fetch="https://github.com/yourorg" /> | |
<default remote="origin" revision="develop" /> | |
<project remote="origin" name="mobile-android-authentication-ui" path="modules/authentication-ui" /> | |
<project remote="origin" name="mobile-android-conversation-ui" path="modules/conversation-ui" /> | |
<project remote="origin" name="mobile-android-livefeed-ui" path="modules/livefeed-ui" /> | |
<project remote="origin" name="mobile-android-stats-ui" path="modules/stats-ui" /> | |
<project remote="origin" name="mobile-android-user-profile-ui" path="modules/user-profile-ui" /> | |
<project remote="origin" name="mobile-android-common-ui" path="modules/common-ui" /> | |
<project remote="origin" name="mobile-android-authentication-service" path="modules/authentication-service" /> | |
<project remote="origin" name="mobile-android-conversation-service" path="modules/conversation-service" /> | |
<project remote="origin" name="mobile-android-livefeed-service" path="modules/livefeed-service" /> | |
<project remote="origin" name="mobile-android-stats-service" path="modules/stats-service" /> | |
<project remote="origin" name="mobile-android-user-profile-service" path="modules/user-profile-service" /> | |
<project remote="origin" name="mobile-android-notification-service" path="modules/notification-service" /> | |
<project remote="origin" name="mobile-android-emoji-keyboard-library" path="modules/emoji-keyboard-library" /> | |
<project remote="origin" name="mobile-android-tracking-library" path="modules/tracking-library" /> | |
<project remote="origin" name="mobile-android-reporting-library" path="modules/reporting-library" /> | |
<project remote="origin" name="mobile-android-resources-library" path="modules/resources-library" /> | |
<project remote="origin" name="mobile-android-components-library" path="modules/components-library" /> | |
<project remote="origin" name="mobile-android-preferences-library" path="modules/preferences-library" /> | |
<project remote="origin" name="mobile-android-event-bus-library" path="modules/event-bus-library" /> | |
<project remote="origin" name="mobile-android-utils-library" path="modules/utils-library" /> | |
<project remote="origin" name="mobile-android-logging-library" path="modules/logging-library" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment