You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/05/28 00:40:30 UTC

cvs commit: db-torque project.xml default.properties

mpoeschl    2003/05/27 15:40:30

  Modified:    src/conf Tag: TORQUE_3_0_BRANCH build-torque.xml
               .        Tag: TORQUE_3_0_BRANCH project.xml
                        default.properties
  Log:
  version = 3.0.1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.61.2.2  +1 -1      db-torque/src/conf/Attic/build-torque.xml
  
  Index: build-torque.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/conf/Attic/build-torque.xml,v
  retrieving revision 1.61.2.1
  retrieving revision 1.61.2.2
  diff -u -r1.61.2.1 -r1.61.2.2
  --- build-torque.xml	8 Dec 2002 18:10:48 -0000	1.61.2.1
  +++ build-torque.xml	27 May 2003 22:40:29 -0000	1.61.2.2
  @@ -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-3.0.1-dev.jar"/>
  +  <property name="torque.jar" value="torque-3.0.1.jar"/>
   
     <!--
       Build the classpath. Specifically point to each file we're including to avoid
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.60.2.8  +1 -1      db-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/project.xml,v
  retrieving revision 1.60.2.7
  retrieving revision 1.60.2.8
  diff -u -r1.60.2.7 -r1.60.2.8
  --- project.xml	27 May 2003 20:00:05 -0000	1.60.2.7
  +++ project.xml	27 May 2003 22:40:29 -0000	1.60.2.8
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <id>torque</id>
     <name>Torque</name>
  -  <currentVersion>3.0.1-dev</currentVersion>
  +  <currentVersion>3.0.1</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://db.apache.org/</url>
  
  
  
  1.48.2.3  +2 -2      db-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/db-torque/default.properties,v
  retrieving revision 1.48.2.2
  retrieving revision 1.48.2.3
  diff -u -r1.48.2.2 -r1.48.2.3
  --- default.properties	5 Feb 2003 13:18:01 -0000	1.48.2.2
  +++ default.properties	27 May 2003 22:40:29 -0000	1.48.2.3
  @@ -8,7 +8,7 @@
   
   name = Torque
   project = torque
  -version = 3.0.1-dev
  +version = 3.0.1
   package = org.apache.${project}
   final.name = ${project}-${version}
   torque.jar = ${final.name}.jar
  @@ -38,7 +38,7 @@
   javadoc.destdir = ./docs/api
   jakarta.site2 = ../jakarta-site2
   
  -year = 1999-2002
  +year = 1999-2003
   debug = on
   optimize = off
   deprecation = on