[Clirr-devel] CVS: clirr project.xml,1.26,1.27
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vm...@us...> - 2005-08-08 13:21:29
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11223 Modified Files: project.xml Log Message: Fixed problem with Maven 1.1. It now builds fine. Index: project.xml =================================================================== RCS file: /cvsroot/clirr/clirr/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 4 Aug 2005 13:32:13 -0000 1.26 +++ project.xml 8 Aug 2005 13:21:20 -0000 1.27 @@ -7,7 +7,7 @@ <groupId>clirr</groupId> <!-- a unique name for this project --> - <id>clirr</id> + <artifactId>clirr</artifactId> <!-- a short but descriptive name for the project --> <name>Clirr</name> |