diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-02-27 17:17:39 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-02-27 17:17:39 +0100 |
commit | 418fe716c111e84e5601ac6e07660e40e72e01f4 (patch) | |
tree | 40440603d6ab17505118afbf30b3ec617eeccdba | |
parent | 51f2f15221d00695e1cd34c213d05ba20ac18e2c (diff) | |
download | BlueGPS-418fe716c111e84e5601ac6e07660e40e72e01f4.zip BlueGPS-418fe716c111e84e5601ac6e07660e40e72e01f4.tar.gz BlueGPS-418fe716c111e84e5601ac6e07660e40e72e01f4.tar.bz2 |
changes in structure project from ADT 14.0.0
ADT 1.4 has introduced change in the structure of projets : http://developer.android.com/sdk/eclipse-adt.html#notes
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | project.properties (renamed from default.properties) | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -3,5 +3,5 @@ <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="bin/classes"/>
</classpath>
diff --git a/default.properties b/project.properties index dbf05f2..05c1419 100644 --- a/default.properties +++ b/project.properties @@ -1,10 +1,10 @@ # This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# +# # This file must be checked in Version Control Systems. -# +# # To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your +# "ant.properties", and override values to adapt the script to your # project structure. # Project target. |