summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-24 16:35:01 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-24 16:35:39 +0100
commitaf4562ac92eb78ccc84e9233e283de3c2f657824 (patch)
treec5908e7a45d6a1f33ced45cca5902a88637e2d7f
parent3e378c1e5f469d314ebf55bd74f73e3706d4da70 (diff)
downloadmanifest-af4562ac92eb78ccc84e9233e283de3c2f657824.zip
manifest-af4562ac92eb78ccc84e9233e283de3c2f657824.tar.gz
manifest-af4562ac92eb78ccc84e9233e283de3c2f657824.tar.bz2
switch CMParts to replicant-2.2 to fix a compilation error
Without that patch we have errors like this one: packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/DisplayActivity.java:108: cannot find symbol symbol : variable ACCELEROMETER_ROTATE_180 location: class android.provider.Settings.System Settings.System.ACCELEROMETER_ROTATE_180, value ? 1 : 0); ^ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 542784b..9c42904 100644
--- a/default.xml
+++ b/default.xml
@@ -178,7 +178,7 @@
<project path="packages/apps/Calendar" name="platform/packages/apps/Calendar" />
<project path="packages/apps/Camera" name="CyanogenMod/android_packages_apps_Camera" remote="github" />
<project path="packages/apps/CertInstaller" name="platform/packages/apps/CertInstaller" />
- <project path="packages/apps/CMParts" name="CyanogenMod/android_packages_apps_CMParts" remote="github" revision="froyo" />
+ <project path="packages/apps/CMParts" name="replicant/android_packages_apps_CMParts" remote="gitorious" revision="replicant-2.2" />
<project path="packages/apps/CMPartsHelper" name="CyanogenMod/android_packages_apps_CMPartsHelper" remote="github" />
<project path="packages/apps/CMStats" name="CyanogenMod/android_packages_apps_CMStats" remote="github" />
<project path="packages/apps/CMUpdateNotify" name="CyanogenMod/android_packages_apps_CMUpdateNotify" remote="github" />