[jboss-cvs] jboss-seam ...
Gavin King
gavin.king at jboss.com
Mon Nov 6 03:52:05 EST 2006
User: gavin
Date: 06/11/06 03:52:05
Modified: jboss-seam seam seam.bat
Log:
exploded directory integration with eclipse
Revision Changes Path
1.5 +12 -0 jboss-seam/seam
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- seam 6 Nov 2006 03:06:09 -0000 1.4
+++ seam 6 Nov 2006 08:52:05 -0000 1.5
@@ -32,6 +32,18 @@
then
ant undeploy
+elif [ "${seamtask}" = explode ]
+ then
+ ant explode
+
+elif [ "${seamtask}" = restart ]
+ then
+ ant restart
+
+elif [ "${seamtask}" = unexplode ]
+ then
+ ant unexplode
+
elif [ "${seamtask}" = new-action ]
then
ant new-stateless-action -Daction.name=${taskinput} -Dpage.name="${taskinput2}"
1.5 +6 -0 jboss-seam/seam.bat
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam.bat
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- seam.bat 6 Nov 2006 03:06:09 -0000 1.4
+++ seam.bat 6 Nov 2006 08:52:05 -0000 1.5
@@ -27,6 +27,12 @@
if "%SEAMTASK%" == "deploy" ant undeploy
+if "%SEAMTASK%" == "explode" ant explode
+
+if "%SEAMTASK%" == "restart" ant restart
+
+if "%SEAMTASK%" == "unexplode" ant unexplode
+
if "%SEAMTASK%" == "new-action" ant new-stateless-action -Daction.name=%TASKINPUT% -Dpage.name="%TASKINPUT2%"
if "%SEAMTASK%" == "new-form" ant new-stateful-action -Daction.name=%TASKINPUT% -Dpage.name="%TASKINPUT2%"
More information about the jboss-cvs-commits
mailing list