User: mulder  
  Date: 00/06/04 11:58:21

  Modified:    src/build build.xml
  Log:
  Make the default build ignore the classes under test/.
  Once we've got some test code working, we'll fix up the build script
  to use the test classes intelligently.
  
  Revision  Changes    Path
  1.6       +1 -0      jboss/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/build/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2000/05/30 03:41:43     1.5
  +++ build.xml 2000/06/04 18:58:20     1.6
  @@ -55,6 +55,7 @@
              debug="on"
              deprecation="off"
              optimize="off"
  +        includes="org/**"
              excludes="**/tomcat/**,**/activation/**,**/*BeanInfo.java"
       />
       
  
  
  

Reply via email to