seade 2004/08/26 02:38:51
Modified: . Tag: TORQUE_3_1_BRANCH project.properties
project.xml
src/maven-plugin Tag: TORQUE_3_1_BRANCH project.xml
project.properties
src/generator Tag: TORQUE_3_1_BRANCH project.properties
src/generator/src/conf Tag: TORQUE_3_1_BRANCH
build-torque.xml
Log:
Set release to 3.1.1-rc1.
Set deployment location and properties.
ASL 2.0.
Revision Changes Path
No revision
No revision
1.7.2.2 +10 -1 db-torque/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/db-torque/project.properties,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- project.properties 25 Aug 2004 01:05:59 -0000 1.7.2.1
+++ project.properties 26 Aug 2004 09:38:51 -0000 1.7.2.2
@@ -23,6 +23,15 @@
# to do site or installation specific changes to the project build.
# -------------------------------------------------------------------
+#========================================================================
+#
+# Maven building and deploy. These settings are for deployment to www.apache.org.
+# If you are not an Torque committer, you can safely ignore these. :-)
+#
+#========================================================================
+maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
+maven.remote.group=apcvs
+
torque.generator.home = src/generator
maven.checkstyle.format = turbine
1.103.2.11 +3 -2 db-torque/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/project.xml,v
retrieving revision 1.103.2.10
retrieving revision 1.103.2.11
diff -u -r1.103.2.10 -r1.103.2.11
--- project.xml 25 Aug 2004 01:37:11 -0000 1.103.2.10
+++ project.xml 26 Aug 2004 09:38:51 -0000 1.103.2.11
@@ -22,7 +22,7 @@
<id>torque</id>
<groupId>torque</groupId>
<name>Torque</name>
- <currentVersion>3.1.1-dev</currentVersion>
+ <currentVersion>3.1.1-rc1</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://db.apache.org/</url>
@@ -41,7 +41,8 @@
<issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl>
<siteAddress>db.apache.org</siteAddress>
<siteDirectory>/www/db.apache.org/torque-31/</siteDirectory>
-
<distributionDirectory>/www/db.apache.org/builds/db-torque/</distributionDirectory>
+ <distributionSite>www.apache.org</distributionSite>
+
<distributionDirectory>/www/www.apache.org/dist/java-repository</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:db-torque</connection>
No revision
No revision
1.12.2.7 +0 -2 db-torque/src/maven-plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/db-torque/src/maven-plugin/project.xml,v
retrieving revision 1.12.2.6
retrieving revision 1.12.2.7
diff -u -r1.12.2.6 -r1.12.2.7
--- project.xml 23 Aug 2004 00:43:33 -0000 1.12.2.6
+++ project.xml 26 Aug 2004 09:38:51 -0000 1.12.2.7
@@ -27,8 +27,6 @@
<shortDescription>Maven Plugin for Torque</shortDescription>
<url>http://db.apache.org/torque-31/maven-plugin/</url>
<siteDirectory>/www/db.apache.org/torque-31/maven-plugin</siteDirectory>
- <distributionSite>www.apache.org</distributionSite>
-
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
<developers>
<developer>
1.4.2.3 +24 -3 db-torque/src/maven-plugin/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/db-torque/src/maven-plugin/project.properties,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- project.properties 23 Aug 2004 00:43:33 -0000 1.4.2.2
+++ project.properties 26 Aug 2004 09:38:51 -0000 1.4.2.3
@@ -1,15 +1,36 @@
# -------------------------------------------------------------------
+# Copyright 2002-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.
+# -------------------------------------------------------------------
+
+# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
+#
+# $Id$
+#
+# Do not change this file. Please use build.properties in this directory
+# to do site or installation specific changes to the project build.
# -------------------------------------------------------------------
-maven.xdoc.date=left
-maven.xdoc.version=${pom.currentVersion}
#========================================================================
#
# Maven building and deploy. These settings are for deployment to www.apache.org.
-# If you are not an Turbine committer, you can safely ignore these. :-)
+# If you are not an Torque committer, you can safely ignore these. :-)
#
#========================================================================
maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
maven.remote.group=apcvs
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
No revision
No revision
1.1.2.2 +10 -1 db-torque/src/generator/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/db-torque/src/generator/project.properties,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- project.properties 25 Aug 2004 01:05:59 -0000 1.1.2.1
+++ project.properties 26 Aug 2004 09:38:51 -0000 1.1.2.2
@@ -24,6 +24,15 @@
# your build.properties file.
# -------------------------------------------------------------------
+#========================================================================
+#
+# Maven building and deploy. These settings are for deployment to www.apache.org.
+# If you are not an Torque committer, you can safely ignore these. :-)
+#
+#========================================================================
+maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
+maven.remote.group=apcvs
+
maven.checkstyle.format = turbine
# display the date on the site
No revision
No revision
1.8.2.4 +1 -1 db-torque/src/generator/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/conf/build-torque.xml,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -r1.8.2.3 -r1.8.2.4
--- build-torque.xml 25 Aug 2004 01:37:11 -0000 1.8.2.3
+++ build-torque.xml 26 Aug 2004 09:38:51 -0000 1.8.2.4
@@ -22,7 +22,7 @@
<property file="${torque.contextProperties}"/>
<property name="lib.dir" value="lib"/>
<property name="torque.lib.dir" value="${lib.dir}"/>
- <property name="torque.jar" value="torque-gen-3.1.1-dev.jar"/>
+ <property name="torque.jar" value="torque-gen-3.1.1-rc1.jar"/>
<!--
Build the classpath. Specifically point to each file we're including to avoid
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]