psteitz 2004/02/29 09:01:21
Modified: id project.properties project.xml
Log:
Cleaned up project extension from sandbox-build.
Revision Changes Path
1.5 +1 -1 jakarta-commons-sandbox/id/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/id/project.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.properties 29 Feb 2004 16:06:33 -0000 1.4
+++ project.properties 29 Feb 2004 17:01:21 -0000 1.5
@@ -36,7 +36,7 @@
maven.junit.sysproperties=org.xml.sax.driver
org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
-commons.project.extendsUri=../../jakarta-commons/
+commons.project.extendsUri=../sandbox-build/
1.6 +1 -12 jakarta-commons-sandbox/id/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/id/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 29 Feb 2004 16:22:14 -0000 1.5
+++ project.xml 29 Feb 2004 17:01:21 -0000 1.6
@@ -17,13 +17,7 @@
-->
<project>
- <extend>../sandbox-build/project.xml</extend>
-
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
- </organization>
+ <extend>${commons.project.extendsUri}project.xml</extend>
<name>Commons Id</name>
<id>commons-id</id>
@@ -35,11 +29,6 @@
Commons Id is a component used to generate unique identifiers.
</description>
- <repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}</connection>
-
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</url>
- </repository>
-
<currentVersion>0.1-dev</currentVersion>
<versions>
</versions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]