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/17 18:00:46 UTC

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

Updated Branches:
  refs/heads/master ef9ace9e6 -> fcae58d35


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


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

Branch: refs/heads/master
Commit: fcae58d35553a4fa17b880f4c114c3bb995adf7b
Parents: ef9ace9
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 17 12:00:29 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jan 17 12:00:29 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/eclipse-project-CLI | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/fcae58d3/bin/templates/project/eclipse-project-CLI
----------------------------------------------------------------------
diff --git a/bin/templates/project/eclipse-project-CLI b/bin/templates/project/eclipse-project-CLI
index b0f3525..7e438bf 100644
--- a/bin/templates/project/eclipse-project-CLI
+++ b/bin/templates/project/eclipse-project-CLI
@@ -32,22 +32,22 @@
 	</natures>
 	<linkedResources>
 		<link>
-			<name>** Cordova Project **</name>
+			<name>-- Cordova Project --</name>
 			<type>2</type>
 			<locationURI>virtual:/virtual</locationURI>
 		</link>
 		<link>
-                        <name>** Cordova Project **/config.xml</name>
+                        <name>-- Cordova Project --/config.xml</name>
 			<type>1</type>
 			<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/config.xml</locationURI>
 		</link>
                 <link>
-                        <name>** Cordova Project **/www</name>
+                        <name>-- Cordova Project --/www</name>
                         <type>2</type>
 			<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/www</locationURI>
                 </link>
                 <link>
-                        <name>** Cordova Project **/merges</name>
+                        <name>-- Cordova Project --/merges</name>
                         <type>2</type>
 			<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/merges</locationURI>
                 </link>