From: Benjamin R. <ran...@us...> - 2007-07-29 00:50:00
|
Update of /cvsroot/jrobin/maven In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30009 Modified Files: pom.xml Added Files: .cvsignore Log Message: it builds, now add deps --- NEW FILE: .cvsignore --- target Index: pom.xml =================================================================== RCS file: /cvsroot/jrobin/maven/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 29 Jul 2007 00:44:27 -0000 1.1 --- pom.xml 29 Jul 2007 00:49:57 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- <name>jrobin</name> <url>http://www.jrobin.org</url> + <build> + <sourceDirectory>src</sourceDirectory> + </build> <dependencies> <dependency> |