User: user57  
  Date: 02/02/16 02:52:16

  Modified:    .        build.xml
  Log:
   o put back the javac.excludes support, so this can be done on the cl
     w/o modifing build.xml
  
  Revision  Changes    Path
  1.18      +2 -1      jmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 15 Feb 2002 06:32:11 -0000      1.17
  +++ build.xml 16 Feb 2002 10:52:15 -0000      1.18
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.17 2002/02/15 06:32:11 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.18 2002/02/16 10:52:15 user57 Exp $ -->
   
   <project default="main" name="JBoss/JMX">
   
  @@ -216,6 +216,7 @@
          <src path="${source.java}"/>
          <classpath refid="javac.classpath"/>
          <include name="${javac.includes}"/>
  +       <exclude name="${javac.excludes}"/>
       </javac>
     </target>
   
  
  
  

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

Reply via email to