CVS: jcontainer/dna/tools maven.xml,1.2,1.3 project.xml,1.9,1.10
Peter Donald <pdonald-yCVjj/[email protected]> Wed, 26 Nov 2003 21:52:27 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/dna/tools
In directory hogshead.codehaus.org:/tmp/cvs-serv530/tools
Modified Files:
maven.xml project.xml
Log Message:
Updated to use latest MetaClass and remove specialized dna metaclass generation task in favour of using generic task.
Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/dna/tools/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- maven.xml 13 Nov 2003 03:02:17 -0000 1.2
+++ maven.xml 27 Nov 2003 03:51:53 -0000 1.3
@@ -15,7 +15,9 @@
<goal name="deploy">
<attainGoal name="jar:deploy"/>
<attainGoal name="plugin:deploy"/>
- <ant:property name="artifact" value="${maven.final.name}.jar"/>
+ <ant:copy file="${maven.build.dir}/${maven.final.name}.jar"
+ toFile="${maven.build.dir}/${maven.final.name}-plugin.jar"/>
+ <ant:property name="artifact" value="${maven.final.name}-plugin.jar"/>
<deploy:artifact
artifact="${maven.build.dir}/${artifact}"
type="plugins"
Index: project.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/dna/tools/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- project.xml 13 Nov 2003 02:47:42 -0000 1.9
+++ project.xml 27 Nov 2003 03:51:53 -0000 1.10
@@ -19,8 +19,14 @@
</dependency>
<dependency>
<groupId>spice</groupId>
+ <artifactId>spice-metaclass-plugin</artifactId>
+ <version>1.0-rc1</version>
+ <type>plugin</type>
+ </dependency>
+ <dependency>
+ <groupId>spice</groupId>
<artifactId>spice-metaclass</artifactId>
- <version>20031016.074122</version>
+ <version>1.0-rc1</version>
</dependency>
<dependency>
<id>ant</id>
@@ -28,7 +34,7 @@
</dependency>
<dependency>
<id>qdox</id>
- <version>1.1</version>
+ <version>1.3</version>
</dependency>
</dependencies>