brett 2004/05/10 16:36:56
Modified: eclipse/src/plugin-test project.xml
Log:
fix bad formatting
Revision Changes Path
1.4 +7 -9 maven-plugins/eclipse/src/plugin-test/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/eclipse/src/plugin-test/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 6 May 2004 05:43:12 -0000 1.3
+++ project.xml 10 May 2004 23:36:56 -0000 1.4
@@ -52,13 +52,11 @@
</developer>
</developers>
- <build>
- <dependencies>
- <dependency>
- <groupId>commons-jelly</groupId>
- <artifactId>commons-jelly-tags-xml</artifactId>
- <version>20030211.142705</version>
- </dependency>
- </dependencies>
- </build>
+ <dependencies>
+ <dependency>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-xml</artifactId>
+ <version>20030211.142705</version>
+ </dependency>
+ </dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]