You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/07/04 17:39:08 UTC

[3/3] android commit: Update .classpath to make Eclipse happy (just re-orders one line)

Update .classpath to make Eclipse happy (just re-orders one line)


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/95118398
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/95118398
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/95118398

Branch: refs/heads/master
Commit: 95118398dd7c415872203ede81205485b1d4d1aa
Parents: 4d18a8e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jul 4 11:38:31 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jul 4 11:38:31 2014 -0400

----------------------------------------------------------------------
 framework/.classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/95118398/framework/.classpath
----------------------------------------------------------------------
diff --git a/framework/.classpath b/framework/.classpath
index e418986..0461652 100644
--- a/framework/.classpath
+++ b/framework/.classpath
@@ -2,8 +2,8 @@
 <classpath>
 	<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 exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="gen"/>
-	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>