Skip to content

Instantly share code, notes, and snippets.

@jdsingh
Forked from Judas/default.xml
Created July 12, 2017 12:29
Show Gist options
  • Save jdsingh/97c051eceb6730efc93c83a4fc464a2e to your computer and use it in GitHub Desktop.
Save jdsingh/97c051eceb6730efc93c83a4fc464a2e to your computer and use it in GitHub Desktop.
Repo configuration file
<?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