jford 2004/06/04 06:43:11
Modified: plugin plugin.jelly
Log:
Removed commented functionality
Reinstated preGoal for war:webapp
Revision Changes Path
1.15 +0 -20 jakarta-jetspeed/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/plugin/plugin.jelly,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- plugin.jelly 3 Jun 2004 17:54:04 -0000 1.14
+++ plugin.jelly 4 Jun 2004 13:43:11 -0000 1.15
@@ -84,35 +84,15 @@
<exclude name="**/*.log.1"/>
</fileset>
</copy>
- <!-- create project .jar file -->
-
- <!-- This will be taken care of by war:war-->
- <!-- <attainGoal name="jar:jar"/> -->
-
- <!-- copy jar to web app directory -->
- <!--
- <copy file="${maven.build.dir}/${maven.final.name}.jar"
todir="${maven.war.src}/WEB-INF/lib"/>
- -->
-
- <!-- remove class files -->
- <!--delete>
- <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">
<attainGoal name="jetspeed:war-version-tag"/>
<attainGoal name="jetspeed:war-config"/>
</preGoal>
- -->
<!--
========================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]