leosutic 2004/03/20 16:03:55
Modified: attributes/api project.xml
attributes/compiler project.xml
Log:
Fixed groupIds.
Revision Changes Path
1.5 +1 -0 jakarta-commons-sandbox/attributes/api/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 20 Mar 2004 00:47:00 -0000 1.4
+++ project.xml 21 Mar 2004 00:03:55 -0000 1.5
@@ -18,6 +18,7 @@
-->
<project>
<extend>${basedir}/../project.xml</extend>
+ <groupId>commons-attributes</groupId>
<id>commons-attributes-api</id>
<name>Jakarta Commons Attributes API</name>
<package>org.apache.commons.attributes</package>
1.6 +4 -1 jakarta-commons-sandbox/attributes/compiler/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 20 Mar 2004 00:47:00 -0000 1.5
+++ project.xml 21 Mar 2004 00:03:55 -0000 1.6
@@ -18,10 +18,13 @@
-->
<project>
<extend>${basedir}/../project.xml</extend>
+
+ <groupId>commons-attributes</groupId>
<id>commons-attributes-compiler</id>
+
<name>Jakarta Commons Attributes Ant Task</name>
<package>org.apache.commons.attributes.compiler</package>
-
+
<shortDescription>Attribute Compiler</shortDescription>
<description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]