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

This commit is contained in:
Andrew Grieve 2014-01-14 12:29:53 -05:00
parent 1cee6e309b
commit 51abf5b0a6

View File

@ -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>