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 2002/03/20 16:16:17 UTC

cvs commit: jakarta-turbine-torque default.properties project.xml

mpoeschl    02/03/20 07:16:17

  Modified:    .        default.properties project.xml
  Log:
  use latest stratum jar
  
  Revision  Changes    Path
  1.20      +1 -1      jakarta-turbine-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- default.properties	19 Mar 2002 00:18:44 -0000	1.19
  +++ default.properties	20 Mar 2002 15:16:17 -0000	1.20
  @@ -55,4 +55,4 @@
   commons-lang.jar = ${lib.repo}/commons-lang-0.1-dev.jar
   jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
   junit.jar = ${lib.repo}/junit-3.7.jar
  -stratum.jar = ${lib.repo}/stratum-0.1-dev.jar
  +stratum.jar = ${lib.repo}/stratum-1.0-b2-dev.jar
  
  
  
  1.9       +6 -3      jakarta-turbine-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	19 Mar 2002 01:52:14 -0000	1.8
  +++ project.xml	20 Mar 2002 15:16:17 -0000	1.9
  @@ -18,7 +18,7 @@
     <cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-turbine-torque/</cvsWebUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/torque/</siteDirectory>
  -  
  +
     <mailingLists>
       <mailingList>
         <name>Turbine User List</name>
  @@ -116,8 +116,8 @@
       <dependency>
         <name>jakarta-turbine-stratum</name>
         <type>required</type>
  -      <version>0.1</version>
  -      <jar>stratum-0.1-dev.jar</jar>
  +      <version>1.0-b2-dev</version>
  +      <jar>stratum-1.0-b2-dev.jar</jar>
       </dependency>
   
       <dependency>
  @@ -178,6 +178,9 @@
       <!-- Resources that are packaged up inside the JAR file -->
   
       <jarResources>
  +      <!-- doesn't work !!
  +      <jarResource>include = src/templates/**</jarResource>
  +      -->
       </jarResources>
   
       <jars>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>