You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/02/03 19:37:20 UTC

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

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-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/a6712509
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/a6712509
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/a6712509

Branch: refs/heads/master
Commit: a67125099f5305b00eb68c4a6fb85d7e9bcbb47d
Parents: 78dc38e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 14 12:29:53 2014 -0500
Committer: Archana Naik <na...@lab126.com>
Committed: Fri Jan 31 14:53:54 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/a6712509/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>