Author: dan.j.allen
Date: 2009-04-06 23:43:11 -0400 (Mon, 06 Apr 2009)
New Revision: 10324
Modified:
trunk/seam-gen/build-scripts/glassfish-build.xml
Log:
fix a target ordering problem with gf-archive
Modified: trunk/seam-gen/build-scripts/glassfish-build.xml
===================================================================
--- trunk/seam-gen/build-scripts/glassfish-build.xml 2009-04-07 02:44:37 UTC (rev 10323)
+++ trunk/seam-gen/build-scripts/glassfish-build.xml 2009-04-07 03:43:11 UTC (rev 10324)
@@ -122,7 +122,7 @@
<antcall target="gf-cleanup-ear"/>
</target>
- <target name="gf-archive" depends="gf-stage,archive"
description="Prepare a packaged archive targeting GlassFish"/>
+ <target name="gf-archive" depends="gf-init,archive"
description="Prepare a packaged archive targeting GlassFish"/>
<target name="gf-deploy"
depends="gf-archive,gf-deploy-datasource"
description="Deploy the datasource and packaged archive to
GlassFish">