jmitchell    2003/06/19 04:16:42

  Modified:    .        build.properties.sample
  Log:
  Changes to support struts-legacy build
  
  Revision  Changes    Path
  1.41      +7 -2      jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.properties.sample   7 Jun 2003 21:53:28 -0000       1.40
  +++ build.properties.sample   19 Jun 2003 11:16:41 -0000      1.41
  @@ -82,7 +82,12 @@
   
   # The JAR file containing the Struts Legacy package (Version 1.0 or later)
   # from the Struts contrib area.
  -struts-legacy.jar=../contrib/struts-legacy/dist/struts-legacy.jar
  +struts-legacy.jar=contrib/struts-legacy/dist/struts-legacy.jar
  +
  +# Specify the jdk.version you are using.  This is used to determine which src
  +# to build for struts.legacy (See contrib/struts-legacy for further details)
  +# The default is 1.3
  +jdk.version=1.3
   
   # The directory containing your binary distribution of Tomcat 3.3, from CVS
   # module "jakarta-tomcat" (and branch "TOMCAT_32") at jakarta.apache.org.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to