[seam-commits] Seam SVN: r10265 - trunk/seam-gen/build-scripts.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 1 03:34:13 EDT 2009


Author: dan.j.allen
Date: 2009-04-01 03:34:13 -0400 (Wed, 01 Apr 2009)
New Revision: 10265

Modified:
   trunk/seam-gen/build-scripts/glassfish-build.xml
Log:
add gf-restart command (just calls gf-explode)


Modified: trunk/seam-gen/build-scripts/glassfish-build.xml
===================================================================
--- trunk/seam-gen/build-scripts/glassfish-build.xml	2009-04-01 07:33:50 UTC (rev 10264)
+++ trunk/seam-gen/build-scripts/glassfish-build.xml	2009-04-01 07:34:13 UTC (rev 10265)
@@ -111,6 +111,8 @@
         <asadmin cmd="deploy" args="--name ${project.name} ${exploded.archive.dir}"/>
     </target>
 
+    <target name="gf-restart" depends="gf-explode"/>
+
     <target name="gf-reexplode" depends="clean,gf-undeploy,gf-explode"
         description="Clean, undeploy, and deploy the datasource and exploded archive to GlassFish"/>
 




More information about the seam-commits mailing list