sgala       2003/02/11 17:06:23

  Modified:    build    build.xml
  Log:
  Forgot to remove this.
  
  Revision  Changes    Path
  1.183     +1 -3      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- build.xml 12 Feb 2003 00:21:48 -0000      1.182
  +++ build.xml 12 Feb 2003 01:06:23 -0000      1.183
  @@ -68,7 +68,6 @@
       <property name="lib.dir" value="lib"/>    
       <property name="conf.test.dir" value="build/cactus"/>
       <property name="webapp.dir" value="webapp"/>        
  -
       
       <!-- =================================================================== -->
       <!-- Set the properties related to the build area                        -->
  @@ -121,7 +120,7 @@
               <!-- Everything in the project's lib dir -->
   
               <include name="*.jar"/>
  -        </fileset>
  +        </fileset>        
       </path>
   
       <!-- =================================================================== -->
  @@ -150,7 +149,6 @@
           <echo message="junit.jar = ${junit.jar}"/>
           <echo message="build.compiler = ${build.compiler}"/>
           <echo message="locale.default = ${locale.default}"/>
  -        <echo message="javamail.dir = ${javamail.dir}"/>
                   
           <!-- Initialize custom Ant task needed for running the server tests -->
           <taskdef name="runservertests" 
classname="org.apache.cactus.ant.RunServerTestsTask">
  
  
  

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

Reply via email to