seade 2004/08/26 04:43:51 Modified: src/maven-plugin project.properties project.xml . project.properties project-base.xml src/generator project.xml project.properties Log: Deployment goodness. ASL 2.0. Revision Changes Path 1.6 +32 -0 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.properties 23 Oct 2003 10:19:48 -0000 1.5 +++ project.properties 26 Aug 2004 11:43:51 -0000 1.6 @@ -1,6 +1,38 @@ # ------------------------------------------------------------------- +# 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$ +# +# These properties are used by the maven Torque build, you may override +# any of these default values by placing property values in +# 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.xdoc.date=left maven.xdoc.version=${pom.currentVersion} 1.19 +1 -0 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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 20 Aug 2004 03:29:35 -0000 1.18 +++ project.xml 26 Aug 2004 11:43:51 -0000 1.19 @@ -21,6 +21,7 @@ <extend>../../project-base.xml</extend> <pomVersion>3</pomVersion> <id>maven-torque-plugin</id> + <groupId>torque</groupId> <name>Maven Torque Plug-in</name> <description>Maven Plugin for Torque</description> 1.9 +10 -1 db-torque/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/db-torque/project.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.properties 25 Aug 2004 01:02:23 -0000 1.8 +++ project.properties 26 Aug 2004 11:43:51 -0000 1.9 @@ -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.9 +2 -1 db-torque/project-base.xml Index: project-base.xml =================================================================== RCS file: /home/cvs/db-torque/project-base.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project-base.xml 23 Aug 2004 01:23:05 -0000 1.8 +++ project-base.xml 26 Aug 2004 11:43:51 -0000 1.9 @@ -40,7 +40,8 @@ <issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl> <siteAddress>db.apache.org</siteAddress> <siteDirectory>/www/db.apache.org/torque/</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> 1.17 +1 -0 db-torque/src/generator/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/db-torque/src/generator/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 20 Aug 2004 03:29:35 -0000 1.16 +++ project.xml 26 Aug 2004 11:43:51 -0000 1.17 @@ -21,6 +21,7 @@ <extend>../../project-base.xml</extend> <pomVersion>3</pomVersion> <id>torque-gen</id> + <groupId>torque</groupId> <name>Torque generator</name> <!-- Gump integration --> 1.3 +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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.properties 25 Aug 2004 01:02:23 -0000 1.2 +++ project.properties 26 Aug 2004 11:43:51 -0000 1.3 @@ -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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]