taylor 2004/05/28 16:36:51
Modified: plugin plugin.jelly
Log:
i couldn't get the plugin to build the war target, so rolling back 1.11 until I
could get it working
it seems that the jar is now in the war again
Revision Changes Path
1.12 +6 -3 jakarta-jetspeed/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/plugin/plugin.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plugin.jelly 28 May 2004 03:37:53 -0000 1.11
+++ plugin.jelly 28 May 2004 23:36:51 -0000 1.12
@@ -99,17 +99,20 @@
<fileset dir="${maven.build.dir}/classes" includes="**/*.class"/>
</delete-->
+ <!-- added 1.12 dst, set version tag -->
+ <attainGoal name="jetspeed:war-version-tag"/>
+ <attainGoal name="jetspeed:war-config"/>
+
<!-- create project .war file -->
<attainGoal name="war:war"/>
</goal>
-
+ <!-- removed 1.12 dst, failing
<preGoal name="war:webapp">
- <!-- set version tag -->
<attainGoal name="jetspeed:war-version-tag"/>
- <!-- merge any property files and copy environment specific local
registries -->
<attainGoal name="jetspeed:war-config"/>
</preGoal>
+ -->
<!--
========================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]