Author: nbelaevski
Date: 2007-04-11 12:58:15 -0400 (Wed, 11 Apr 2007)
New Revision: 369
Modified:
trunk/richfaces-samples/createProject.bat
trunk/richfaces-samples/createProject.sh
trunk/richfaces/create.bat
trunk/richfaces/create.sh
Log:
Command scripts updated
Modified: trunk/richfaces/create.bat
===================================================================
--- trunk/richfaces/create.bat 2007-04-11 16:57:13 UTC (rev 368)
+++ trunk/richfaces/create.bat 2007-04-11 16:58:15 UTC (rev 369)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=1.1.0-SNAPSHOT
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=1.1.1-SNAPSHOT
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: trunk/richfaces/create.sh
===================================================================
--- trunk/richfaces/create.sh 2007-04-11 16:57:13 UTC (rev 368)
+++ trunk/richfaces/create.sh 2007-04-11 16:58:15 UTC (rev 369)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=1.1.0-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
+ -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
Modified: trunk/richfaces-samples/createProject.bat
===================================================================
--- trunk/richfaces-samples/createProject.bat 2007-04-11 16:57:13 UTC (rev 368)
+++ trunk/richfaces-samples/createProject.bat 2007-04-11 16:58:15 UTC (rev 369)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=1.1.0-SNAPSHOT
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=1.1.1-SNAPSHOT
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: trunk/richfaces-samples/createProject.sh
===================================================================
--- trunk/richfaces-samples/createProject.sh 2007-04-11 16:57:13 UTC (rev 368)
+++ trunk/richfaces-samples/createProject.sh 2007-04-11 16:58:15 UTC (rev 369)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.ajax4jsf.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp \
- -DarchetypeVersion=1.1.0-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
+ -DarchetypeVersion=1.1.1-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
Show replies by date