diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-05 17:26:59 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-05 17:26:59 -0700 |
commit | f7704e52429ebc32b62be4b3443a224c74b2c0b8 (patch) | |
tree | 560accf480a6b5c3ecb6e82cc9968c5edcb93eb4 /.classpath | |
parent | 2045c946b0f67c0415909bb1e459ac00af1359b9 (diff) | |
parent | 1d5f1c320ee67cfadd62aeef056a043bee75096d (diff) |
Merge branch 'wizard' of ssh://leap.se/leap_android into wizard
Conflicts:
src/se/leap/leapclient/Dashboard.java
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> - <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> - <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 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>
|