jtaylor     02/02/14 04:52:00

  Modified:    .        default.properties
  Log:
  The commented properties were already in default.properties, removing
  duplicates. Excerpt:
  
  # This property determines if the aspectj compiler will be used to compile. If
  # false, that standard javac task is used
  
  # build.includes.aspects = true
  
  # Should optional tracing aspects (using AspectJ) be included in the build?
  # Great for debuging, bad idea for production use! Does nothing without the
  # above property also being set.
  
  # build.includes.tracing.aspects = true
  
  Revision  Changes    Path
  1.17      +2 -4      jakarta-turbine-stratum/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/default.properties,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- default.properties        14 Feb 2002 04:11:41 -0000      1.16
  +++ default.properties        14 Feb 2002 12:52:00 -0000      1.17
  @@ -31,11 +31,13 @@
   
   # This property determines if the aspectj compiler will be used to compile. If
   # false, that standard javac task is used
  +
   # build.includes.aspects = true
   
   # Should optional tracing aspects (using AspectJ) be included in the build?
   # Great for debuging, bad idea for production use! Does nothing without the
   # above property also being set.
  +
   # build.includes.tracing.aspects = true 
   
   test.reportsDirectory = test-reports
  @@ -69,10 +71,6 @@
   # Set aspectj.home in your build.properties and all should be good.
   aspectjrt.jar = ${aspectj.home}/lib/aspectjrt.jar
   aspectjtools.jar = ${aspectj.home}/lib/aspectjtools.jar
  -
  -#build.includes.aspects = true
  -#build.includes.tracing.aspects = true 
  -
   
   # For import scrubber
   #importscrubber.jar = ${lib.repo}/importscrubber.jar
  
  
  

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

Reply via email to