mcconnell 2003/12/13 13:08:31
Modified: merlin/kernel/plugin maven.xml
Log:
Cleanup jelly.
Revision Changes Path
1.6 +2 -23 avalon/merlin/kernel/plugin/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon/merlin/kernel/plugin/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 13 Dec 2003 21:05:56 -0000 1.5
+++ maven.xml 13 Dec 2003 21:08:31 -0000 1.6
@@ -1,33 +1,12 @@
<project default="plugin:install" xmlns:maven="jelly:maven" xmlns:j="jelly:core"
xmlns:util="jelly:util" xmlns:ant="jelly:ant">
+
<!--
- ###################################################################
- # Create the merlin.implementation property file. #
- # This contains the information used to identify the #
- # the implementation artifact classpath, factory, etc. #
- ###################################################################
+ Add the merlin.properties file.
-->
<postGoal name="java:compile">
- <!--
- <ant:echo file="${maven.build.dir}/classes/merlin.implementation">
-#===================================================================#
-# Default merlin implementation artifact identifier. #
-#===================================================================#
-
-meta.domain = avalon
-meta.version = 1.0
-avalon.artifact.group = ${merlin.implementation.group}
-avalon.artifact.name = ${merlin.implementation.name}
-avalon.artifact.version = ${merlin.implementation.version}
-
-#
-# EOF
-#
-</ant:echo>
- -->
<ant:copy
file="${maven.repo.local}/${pom.groupId}/properties/merlin.properties"
toDir="${maven.build.dir}/classes" verbose="yes"/>
-
</postGoal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]