cmlenz      2002/12/25 06:41:35

  Modified:    framework build.properties.sample
  Log:
  Make the dependancy on the AspectJ explicit, and let the user set the 
  location of the required JARs.
  
  Revision  Changes    Path
  1.14      +10 -1     jakarta-cactus/framework/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.properties.sample   30 Aug 2002 20:13:36 -0000      1.13
  +++ build.properties.sample   25 Dec 2002 14:41:35 -0000      1.14
  @@ -39,6 +39,15 @@
   # The location of the Httpunit jar
   httpunit.jar = ${lib.repo}/httpunit/jars/httpunit-1.4.5.jar
   
  +# The location of the AspectJ runtime jar
  +aspectjrt.jar = ${lib.repo}/aspectj/jars/aspectjrt-1.0.6.jar
  +
  +# The location of the AspectJ tools jar
  +aspectj-tools.jar = ${lib.repo}/aspectj/jars/aspectj-tools-1.0.6.jar
  +
  +# The location of the AspectJ Ant tasks jar
  +aspectj-ant.jar = ${lib.repo}/aspectj/jars/aspectj-ant-1.0.6.jar
  +
   # -----------------------------------------------------------------------------
   # Optional properties
   # -----------------------------------------------------------------------------
  
  
  

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

Reply via email to