User: juhalindfors
  Date: 02/01/24 02:45:40

  Modified:    .        build.xml
  Log:
  TestMX removed
  
  Revision  Changes    Path
  1.9       +1 -22     jmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2002/01/23 21:19:11     1.8
  +++ build.xml 2002/01/24 10:45:40     1.9
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.8 2002/01/23 21:19:11 juhalindfors Exp $ -->
  +<!-- $Id: build.xml,v 1.9 2002/01/24 10:45:40 juhalindfors Exp $ -->
   
   <project default="main" name="JBoss/JMX">
   
  @@ -499,25 +499,4 @@
      </java>
     </target>
     
  -  <!-- ================================================================== -->
  -  <!-- Test - TEMPORARY -  replace with proper test suite                 -->
  -  <!-- ================================================================== -->
  -
  -  <!--
  -     | Run the test programs, everything fist
  -   -->
  -
  -  <!-- Run the test -->
  -  <target name="test" depends="all">
  -
  -   <path id="test.classpath">
  -      <pathelement path="${build.classes}"/>
  -      <path refid="thirdparty.classpath"/>
  -    </path>
  -    
  -    <java classname="test.TestMX">
  -       <classpath refid="test.classpath"/>
  -    </java>
  -
  -  </target>
   </project>
  
  
  

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

Reply via email to