scolebourne 2004/04/07 15:40:00
Modified: collections project.properties project.xml
Added: collections commons.xml
Log:
Separate releases from commons-build
Revision Changes Path
1.11 +5 -0 jakarta-commons/collections/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/project.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.properties 19 Feb 2004 21:41:04 -0000 1.10
+++ project.properties 7 Apr 2004 22:40:00 -0000 1.11
@@ -44,3 +44,8 @@
maven.junit.fork=true
clover.excludes=**/Test*.java
+
+# For active development
+common.project.xml.file=../commons-build/project.xml
+# For released code
+#common.project.xml.file=commons.xml
1.36 +2 -1 jakarta-commons/collections/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/project.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- project.xml 31 Mar 2004 21:43:27 -0000 1.35
+++ project.xml 7 Apr 2004 22:40:00 -0000 1.36
@@ -16,7 +16,8 @@
-->
<project>
- <extend>../commons-build/project.xml</extend>
+ <extend>${common.project.xml.file}</extend>
+
<name>Collections</name>
<id>commons-collections</id>
<currentVersion>3.1-dev</currentVersion>
1.1 jakarta-commons/collections/commons.xml
Index: commons.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2001-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
<pomVersion>3</pomVersion>
<id>site</id>
<name>Jakarta Commons</name>
<currentVersion>1.0</currentVersion>
<package>org.apache.commons.${pom.artifactId.substring(8)}.*</package>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/index.html</url>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
</organization>
<logo>/images/logo.png</logo>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</repository>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
</mailingList>
</mailingLists>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]