dion 2003/12/07 05:42:47
Modified: cruisecontrol project.xml
Log:
Remove unnecessary build element.
This was causing a file not found when loading the plugin, as the resources weren't
in the jar.
Not sure if this is a change from rc1 to current code
Revision Changes Path
1.8 +9 -3 maven-plugins/cruisecontrol/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 7 Dec 2003 13:30:34 -0000 1.7
+++ project.xml 7 Dec 2003 13:42:47 -0000 1.8
@@ -24,7 +24,15 @@
<role>Java Developer</role>
</roles>
</developer>
+ <developer>
+ <name>dIon Gillard</name>
+ <id>dion</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>ASF</organization>
+ <roles><role>Java Developer</role></roles>
+ </developer>
</developers>
+
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
@@ -41,7 +49,5 @@
<properties><classloader>root.maven</classloader></properties>
</dependency>
</dependencies>
- <build>
- <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
- </build>
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]