remm        01/06/12 22:28:46

  Modified:    .        build.xml
  Log:
  - Didn't fully remove the manager. Fixed.
  
  Revision  Changes    Path
  1.90      +0 -10     jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- build.xml 2001/06/13 04:44:02     1.89
  +++ build.xml 2001/06/13 05:28:46     1.90
  @@ -421,16 +421,6 @@
         <classpath refid="webdavservlet.classpath"/>
       </javac>
   
  -    <echo message="Building Slide Manager" />
  -    <javac srcdir="src/manager" destdir="${slide.build}/classes"
  -     debug="${compile.debug}" 
  -     deprecation="${compile.deprecation}"
  -     optimize="${compile.optimize}"
  -     includes="**/manager/**"
  -     excludes="**/CVS/**,**/package.html">
  -      <classpath refid="manager.classpath"/>
  -    </javac>
  -      
     </target>
   
   
  
  
  

Reply via email to