Skip to content

Commit 61fc5ff

Browse files
committed
Changes to .classpath with latest ADT tools
Changes to .classpath with latest ADT tools Changes to .classpath with latest ADT tools
1 parent 4fa618d commit 61fc5ff

File tree

5 files changed

+6
-19
lines changed

5 files changed

+6
-19
lines changed

AndroidBillingLibrary/.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="output" path="bin/classes"/>
78
</classpath>

AndroidBillingLibraryTest/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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="src" path="AndroidBillingLibrary_src"/>
7-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="output" path="bin/classes"/>
88
</classpath>

AndroidBillingLibraryTest/.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>AndroidBillingLibrary_src</name>
36-
<type>2</type>
37-
<locationURI>_android_AndroidBillingLibrary_70afcdef/src</locationURI>
38-
</link>
39-
</linkedResources>
4033
</projectDescription>

DungeonsRedux/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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="src" path="AndroidBillingLibrary_src"/>
7-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry kind="output" path="bin/classes"/>
88
</classpath>

DungeonsRedux/.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>AndroidBillingLibrary_src</name>
36-
<type>2</type>
37-
<locationURI>_android_AndroidBillingLibrary_70afcdef/src</locationURI>
38-
</link>
39-
</linkedResources>
4033
</projectDescription>

0 commit comments

Comments
 (0)