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/01/14 18:30:53 UTC

android commit: CB-4910 Update CLI project template to point to config.xml at the root now that it's not in www/ by default.

Updated Branches:
  refs/heads/master 1cee6e309 -> 51abf5b0a


CB-4910 Update CLI project template to point to config.xml at the root now that it's not in www/ by default.


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

Branch: refs/heads/master
Commit: 51abf5b0a6c9b3f48d443c6a750e2a286e6a407b
Parents: 1cee6e3
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 14 12:29:53 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jan 14 12:29:53 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/eclipse-project-CLI | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/51abf5b0/bin/templates/project/eclipse-project-CLI
----------------------------------------------------------------------
diff --git a/bin/templates/project/eclipse-project-CLI b/bin/templates/project/eclipse-project-CLI
index 5772dec..b0f3525 100644
--- a/bin/templates/project/eclipse-project-CLI
+++ b/bin/templates/project/eclipse-project-CLI
@@ -39,7 +39,7 @@
 		<link>
                         <name>** Cordova Project **/config.xml</name>
 			<type>1</type>
-			<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/www/config.xml</locationURI>
+			<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/config.xml</locationURI>
 		</link>
                 <link>
                         <name>** Cordova Project **/www</name>