bloritsch 2003/06/19 12:46:43
Modified: fortress/tools maven.xml
Log:
update the plugin builder
Revision Changes Path
1.6 +0 -16 avalon/fortress/tools/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon/fortress/tools/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 17 Jun 2003 17:28:38 -0000 1.5
+++ maven.xml 19 Jun 2003 19:46:43 -0000 1.6
@@ -26,22 +26,6 @@
</ant:fail>
</goal>
- <preGoal name="java:compile">
- <attainGoal name="avalon:init"/>
- <ant:copy todir="${java.src.dir}">
- <ant:fileset dir="${basedir}/../container/src/impl">
- <ant:include name="**/role/ServiceMetaManager*"/>
- <ant:include name="**/dag/*"/>
- <ant:include name="**/util/Service*"/>
- </ant:fileset>
- </ant:copy>
- </preGoal>
-
- <postGoal name="java:compile">
- <ant:delete dir="${java.src.dir}/org/apache/avalon/fortress/impl"/>
- <ant:delete dir="${java.src.dir}/org/apache/avalon/fortress/util"/>
- </postGoal>
-
<!-- include the avalon-wide custom goal decorators from maven-common.xml -->
<j:import file="${avalon.buildsystem}/maven-common.xml" inherit="true"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]