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 21:26:21 UTC

[20/32] git commit: CB-4910 Fix CLI's eclipse project template not working on windows due to "*" in the virtual folder name.

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

Branch: refs/heads/3.4.x
Commit: bf875dc59f92214a7b1c1433dce8e051517ac37c
Parents: 6ca3c42
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 17 12:00:29 2014 -0500
Committer: Archana Naik <na...@lab126.com>
Committed: Mon Feb 3 11:09:46 2014 -0800

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


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