Last active
August 29, 2015 13:58
-
-
Save cargabsj175/9942431 to your computer and use it in GitHub Desktop.
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="cm" fetch="https://github.com/CyanogenMod/" /> | |
<remote name="mozillaorg2" fetch="https://git.mozilla.org/" /> | |
<remote name="vegnux" fetch="https://github.com/cargabsj175/" /> | |
<!--adding busybox --> | |
<project path="external/busybox" name="android_external_busybox" remote="cm" revision="cm-9.1.0" /> | |
<!-- Gaia languages --> | |
<project path="gaia-l10n/de" name="l10n/de/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/el" name="l10n/el/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/eo" name="l10n/eo/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/es" name="l10n/es/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/hu" name="l10n/hu/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/it" name="l10n/it/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/pt-BR" name="l10n/pt-BR/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/ru" name="l10n/ru/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/sr-Cyrl" name="l10n/sr-Cyrl/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<project path="gaia-l10n/sr-Latn" name="l10n/sr-Latn/gaia.git" remote="mozillaorg" revision="v2.0" /> | |
<!-- Gecko languages --> | |
<project path="compare-locales" name="compare-locales" remote="vegnux" revision="master" /> | |
<project path="gecko-l10n/es-ES" name="l10n/es-ES/gecko.git" remote="mozillaorg" revision="mozilla-beta" /> | |
<!-- extra gaia apps --> | |
<project path="vegnuxmod" name="vegnuxmod" remote="vegnux" revision="v2.0"> | |
<copyfile src="vegnuxmod.sh" dest="../vegnuxmod.sh" /> | |
</project> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment