You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/06/06 12:56:40 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/j2ee13 build.properties.sample

vmassol     2002/06/06 03:56:40

  Modified:    sample-servlet/conf/sample/build/j2ee12
                        build.properties.sample
               sample-servlet/conf/sample/build/j2ee13
                        build.properties.sample
  Log:
  added version number to cactus jars
  
  Revision  Changes    Path
  1.9       +3 -3      jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample	6 Jun 2002 10:24:37 -0000	1.8
  +++ build.properties.sample	6 Jun 2002 10:56:40 -0000	1.9
  @@ -6,7 +6,7 @@
   # and rename this file to "build.properties" in the same directory that
   # contains the "build.xml" file.
   #
  -# $Id: build.properties.sample,v 1.8 2002/06/06 10:24:37 vmassol Exp $
  +# $Id: build.properties.sample,v 1.9 2002/06/06 10:56:40 vmassol Exp $
   # -----------------------------------------------------------------------------
   
   # WARNING:  The relative paths below are relative to the directory where the
  @@ -17,10 +17,10 @@
   # -----------------------------------------------------------------------------
   
   # The location of the Cactus framework jar
  -cactus.framework.jar = ../lib/cactus.jar
  +cactus.framework.jar = ../lib/cactus-@version@.jar
   
   # The location of the Cactus custom Ant tasks jar
  -cactus.ant.jar = ../lib/cactus-ant.jar
  +cactus.ant.jar = ../lib/cactus-ant-@version@.jar
   
   # The location of the Servlet API 2.2 jar
   servlet.jar = ../lib/servletapi-2.2.jar
  
  
  
  1.7       +3 -3      jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.properties.sample	6 Jun 2002 10:24:37 -0000	1.6
  +++ build.properties.sample	6 Jun 2002 10:56:40 -0000	1.7
  @@ -6,7 +6,7 @@
   # and rename this file to "build.properties" in the same directory that
   # contains the "build.xml" file.
   #
  -# $Id: build.properties.sample,v 1.6 2002/06/06 10:24:37 vmassol Exp $
  +# $Id: build.properties.sample,v 1.7 2002/06/06 10:56:40 vmassol Exp $
   # -----------------------------------------------------------------------------
   
   # WARNING:  The relative paths below are relative to the directory where the
  @@ -17,10 +17,10 @@
   # -----------------------------------------------------------------------------
   
   # The location of the Cactus framework jar
  -cactus.framework.jar = ../lib/cactus.jar
  +cactus.framework.jar = ../lib/cactus-@version@.jar
   
   # The location of the Cactus custom Ant tasks jar
  -cactus.ant.jar = ../lib/cactus-ant.jar
  +cactus.ant.jar = ../lib/cactus-ant-@version@.jar
   
   # The location of the Servlet API 2.3 jar
   servlet.jar = ../lib/servletapi-2.3.jar
  
  
  

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