jericho     2002/11/13 16:44:26

  Modified:    .        build.xml
  Log:
  - Specify the source files explicitly
    (It prevents a compile error on java 1.4.1_01-b01)
  
  Revision  Changes    Path
  1.173     +2 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.172
  retrieving revision 1.173
  diff -u -r1.172 -r1.173
  --- build.xml 17 Oct 2002 09:28:23 -0000      1.172
  +++ build.xml 14 Nov 2002 00:44:25 -0000      1.173
  @@ -844,7 +844,8 @@
        debug="${compile.debug}"
        deprecation="${compile.deprecation}"
        optimize="${compile.optimize}"
  -     excludes="**/CVS/**">
  +     includes="**/**"
  +     excludes="**,**/CVS/**,**/*.xml,**/*.txt">
         <classpath refid="examples.classpath"/>
       </javac>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:slide-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-dev-help@;jakarta.apache.org>

Reply via email to