Skip to content

Commit a5ba94b

Browse files
committed
Switched to ADT14
1 parent 19bf618 commit a5ba94b

File tree

9 files changed

+11
-18
lines changed

9 files changed

+11
-18
lines changed

DaoCore/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry kind="output" path="bin/classes"/>
77
</classpath>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# This file must be checked in Version Control Systems.
55
#
66
# To customize properties used by the Ant build system use,
7-
# "build.properties", and override values to adapt the script to your
7+
# "ant.properties", and override values to adapt the script to your
88
# project structure.
99

10+
android.library=true
1011
# Project target.
1112
target=android-4
12-
android.library=true

DaoExample/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<attribute name="javadoc_location" value="jar:platform:/resource/DaoExample/lib/greenDAO-javadoc.jar!/"/>
1010
</attributes>
1111
</classpathentry>
12-
<classpathentry kind="output" path="bin"/>
12+
<classpathentry kind="output" path="bin/classes"/>
1313
</classpath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file must be checked in Version Control Systems.
55
#
66
# To customize properties used by the Ant build system use,
7-
# "build.properties", and override values to adapt the script to your
7+
# "ant.properties", and override values to adapt the script to your
88
# project structure.
99

1010
# Project target.

DaoTest/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="src" path="src-gen"/>
66
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
7-
<classpathentry kind="src" path="DaoCore_src"/>
8-
<classpathentry kind="output" path="bin"/>
7+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
8+
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

DaoTest/.project

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,4 @@
3030
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
3131
<nature>org.eclipse.jdt.core.javanature</nature>
3232
</natures>
33-
<linkedResources>
34-
<link>
35-
<name>DaoCore_src</name>
36-
<type>2</type>
37-
<locationURI>_android_DaoCore_b8ea2631/src</locationURI>
38-
</link>
39-
</linkedResources>
4033
</projectDescription>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# This file must be checked in Version Control Systems.
55
#
66
# To customize properties used by the Ant build system use,
7-
# "build.properties", and override values to adapt the script to your
7+
# "ant.properties", and override values to adapt the script to your
88
# project structure.
99

10+
android.library.reference.1=../DaoCore
1011
# Project target.
1112
target=android-4
12-
android.library.reference.1=../DaoCore

PerformanceTestOrmLite/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
66
<classpathentry kind="lib" path="lib/ormlite-android-4.24.jar" sourcepath="lib/ormlite-android-4.24-sources.jar"/>
77
<classpathentry kind="lib" path="lib/ormlite-core-4.24.jar" sourcepath="C:/Users/Markus/.m2/repository/com/j256/ormlite/ormlite-core/4.24/ormlite-core-4.24-sources.jar"/>
8-
<classpathentry kind="output" path="bin"/>
8+
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file must be checked in Version Control Systems.
55
#
66
# To customize properties used by the Ant build system use,
7-
# "build.properties", and override values to adapt the script to your
7+
# "ant.properties", and override values to adapt the script to your
88
# project structure.
99

1010
# Project target.

0 commit comments

Comments
 (0)