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 2003/10/24 18:29:11 UTC

cvs commit: jakarta-cactus/samples/jetty/src/script build.properties

vmassol     2003/10/24 09:29:11

  Modified:    samples/jetty/src/script Tag: CACTUS_15_BRANCH
                        build.properties
  Log:
  Fixed path errors
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.2.1   +4 -4      jakarta-cactus/samples/jetty/src/script/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/jetty/src/script/build.properties,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- build.properties	13 Jul 2003 23:29:52 -0000	1.4
  +++ build.properties	24 Oct 2003 16:29:11 -0000	1.4.2.1
  @@ -38,11 +38,11 @@
   # 1.4 or later. If you want to run the sample against an earlier version of the
   # JDK, you'll need to replace the Jetty jar with the one that supports earlier
   # JDK versions.
  -jetty.jar = lib/@jetty.jar.name@
  +jetty.jar = ../../lib/@jetty.jar.name@
   
  -# The location of the Jasper compiler jar
jasper-compiler.jar = lib/@jasper-compiler.jar.name@
  +# The location of the Jasper compiler jar
jasper-compiler.jar = ../../lib/@jasper-compiler.jar.name@
   
  -# The location of the Jasper runtime jar
jasper-runtime.jar = lib/@jasper-runtime.jar.name@
  +# The location of the Jasper runtime jar
jasper-runtime.jar = ../../lib/@jasper-runtime.jar.name@
   
   # The location of the jar containing the Java compiler used by Jasper
   tools.jar = ${java.home}/../lib/tools.jar
  
  
  

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