Ant properties names changed
application-package to application.package sdk-location to sdk.dir android-jar to android.jar android-aidl to android.aidl in order to make their names compliant with the ant standards and rest of the property names. Properties names in alias rules deliberately ommited in this CL. Some minor style changes introduced.
This commit is contained in:
@@ -60,9 +60,9 @@ public final class SetupTask extends ImportTask {
|
||||
private final static String ANDROID_RULES = "android_rules.xml";
|
||||
|
||||
// ant property with the path to the android.jar
|
||||
private final static String PROPERTY_ANDROID_JAR = "android-jar";
|
||||
private final static String PROPERTY_ANDROID_JAR = "android.jar";
|
||||
// ant property with the path to the framework.jar
|
||||
private final static String PROPERTY_ANDROID_AIDL = "android-aidl";
|
||||
private final static String PROPERTY_ANDROID_AIDL = "android.aidl";
|
||||
// ant property with the path to the aapt tool
|
||||
private final static String PROPERTY_AAPT = "aapt";
|
||||
// ant property with the path to the aidl tool
|
||||
|
||||
Reference in New Issue
Block a user