[Clirr-devel] CVS: clirr maven.xml,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-09-05 11:45:41
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3884 Modified Files: maven.xml Log Message: require Maven 1.0, build the whole thing by simply typing 'maven' Index: maven.xml =================================================================== RCS file: /cvsroot/clirr/clirr/maven.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- maven.xml 15 Aug 2004 11:01:12 -0000 1.3 +++ maven.xml 5 Sep 2004 11:45:31 -0000 1.4 @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<project default="dist" +<project default="dist-site" xmlns:u="jelly:util" xmlns:j="jelly:core"> |