diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-05 17:50:16 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-05 17:50:16 -0700 |
commit | 7cd61e51f9f50b2a8f8258ee829ae313281e5f4b (patch) | |
tree | 593bc9b8e3433f48850b8a9f465350093378f296 /.classpath | |
parent | b4fddc796c11a4da7a81b044857d82d516531095 (diff) |
Removed bad .classpath build path requirement of Windows Android support sdk
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,9 +1,8 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry kind="src" path="gen"/>
- <classpathentry exported="true" kind="lib" path="C:/Users/l022c512.AIG/Desktop/adt-bundle-windows-x86_64/sdk/extras/android/support/v4/android-support-v4.jar"/>
- <classpathentry kind="output" path="bin/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry kind="src" path="gen"/> + <classpathentry kind="output" path="bin/classes"/> +</classpath> |