CB-4910 Fix CLI's eclipse project template not working on windows due to "*" in the virtual folder name.

This commit is contained in:
Andrew Grieve 2014-01-17 12:00:29 -05:00
parent ef9ace9e65
commit fcae58d355

View File

@ -32,22 +32,22 @@
</natures> </natures>
<linkedResources> <linkedResources>
<link> <link>
<name>** Cordova Project **</name> <name>-- Cordova Project --</name>
<type>2</type> <type>2</type>
<locationURI>virtual:/virtual</locationURI> <locationURI>virtual:/virtual</locationURI>
</link> </link>
<link> <link>
<name>** Cordova Project **/config.xml</name> <name>-- Cordova Project --/config.xml</name>
<type>1</type> <type>1</type>
<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/config.xml</locationURI> <locationURI>$%7BPARENT-2-PROJECT_LOC%7D/config.xml</locationURI>
</link> </link>
<link> <link>
<name>** Cordova Project **/www</name> <name>-- Cordova Project --/www</name>
<type>2</type> <type>2</type>
<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/www</locationURI> <locationURI>$%7BPARENT-2-PROJECT_LOC%7D/www</locationURI>
</link> </link>
<link> <link>
<name>** Cordova Project **/merges</name> <name>-- Cordova Project --/merges</name>
<type>2</type> <type>2</type>
<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/merges</locationURI> <locationURI>$%7BPARENT-2-PROJECT_LOC%7D/merges</locationURI>
</link> </link>