User: user57  
  Date: 02/02/12 20:14:08

  Modified:    .        build.xml
  Log:
   o if these classes don't need to be built then why are they there?
  
  Revision  Changes    Path
  1.14      +1 -14     jmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 8 Feb 2002 21:37:16 -0000       1.13
  +++ build.xml 13 Feb 2002 04:14:08 -0000      1.14
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.13 2002/02/08 21:37:16 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.14 2002/02/13 04:14:08 user57 Exp $ -->
   
   <project default="main" name="JBoss/JMX">
   
  @@ -208,19 +208,6 @@
          <classpath refid="javac.classpath"/>
          <include name="${javac.includes}"/>
       </javac>
  -    
  -    <delete 
file="${build.classes}/test/implementation/loading/support/AClass.class"/>
  -    <delete 
file="${build.classes}/test/implementation/loading/support/Start.class"/>
  -    <delete 
file="${build.classes}/test/implementation/loading/support/StartMBean.class"/>
  -    <delete 
file="${build.classes}/test/implementation/loading/support/Target.class"/>
  -    <delete 
file="${build.classes}/test/implementation/loading/support/TargetMBean.class"/>
  -    
  -    <delete file="${build.classes}/test/compliance/loading/support/AClass.class"/>
  -    <delete 
file="${build.classes}/test/compliance/loading/support/AnotherTrivial.class"/>
  -    <delete 
file="${build.classes}/test/compliance/loading/support/AnotherTrivialMBean.class"/>
  -    <delete file="${build.classes}/test/compliance/loading/support/Trivial.class"/>
  -    <delete 
file="${build.classes}/test/compliance/loading/support/TrivialMBean.class"/>
  -    
     </target>
   
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to