You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2003/02/18 21:09:42 UTC

cvs commit: jakarta-turbine-2 project.xml project.properties

mpoeschl    2003/02/18 12:09:42

  Modified:    .        project.xml project.properties
  Log:
  use SNAPSHOTs for torque and torque-gen
  
  Revision  Changes    Path
  1.100     +7 -4      jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- project.xml	18 Feb 2003 17:24:33 -0000	1.99
  +++ project.xml	18 Feb 2003 20:09:41 -0000	1.100
  @@ -558,13 +558,19 @@
       </dependency>
       <dependency>
         <id>torque</id>
  -      <version>3.1-dev</version>
  +      <version>SNAPSHOT</version>
         <url>http://db.apache.org/torque/</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
       </dependency>
       <dependency>
  +      <groupId>torque</groupId>
  +      <artifactId>torque-gen</artifactId>
  +      <version>SNAPSHOT</version>
  +      <url>http://db.apache.org/torque/</url>
  +    </dependency>
  +    <dependency>
         <id>velocity</id>
         <version>1.3</version>
         <url>http://jakarta.apache.org/velocity/</url>
  @@ -616,17 +622,14 @@
     <build>
       <sourceDirectory>target/src</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  -
       <integrationUnitTestSourceDirectory/>
       <integrationUnitTest/>
       <aspectSourceDirectory/>
  -
     </build>
   
   </project>
  
  
  
  1.15      +1 -1      jakarta-turbine-2/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.properties	18 Feb 2003 15:57:16 -0000	1.14
  +++ project.properties	18 Feb 2003 20:09:41 -0000	1.15
  @@ -31,7 +31,7 @@
   #
   # -------------------------------------------------------------------
   
  -torque.jar = torque-3.1-dev.jar
  +torque.jar = torque-gen-SNAPSHOT.jar
   torque.database = mysql
   torque.java.dir = target/src
   torque.schema.dir = target
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org