Update of /cvsroot/nice/swing
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15121
Modified Files:
project.xml
Log Message:
Added dependency on the maven-nice plugin.
Index: project.xml
===================================================================
RCS file: /cvsroot/nice/swing/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.xml 6 Feb 2004 19:05:35 -0000 1.3
--- project.xml 11 Feb 2004 22:22:53 -0000 1.4
***************
*** 113,116 ****
--- 113,126 ----
</developers>
+ <dependencies>
+ <dependency>
+ <groupId>nice</groupId>
+ <artifactId>maven-nice-plugin</artifactId>
+ <type>plugin</type>
+ <version>SNAPSHOT</version>
+ <url>http://nice.sf.net/</url>
+ </dependency>
+ </dependencies>
+
<build>
|