User: user57  
  Date: 02/04/03 00:21:08

  Modified:    .        build.xml
  Log:
   o Look though all .java's for *MBean gen
  
  Revision  Changes    Path
  1.12      +2 -10     jboss-system/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-system/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2 Apr 2002 05:10:03 -0000       1.11
  +++ build.xml 3 Apr 2002 08:21:08 -0000       1.12
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.11 2002/04/02 05:10:03 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.12 2002/04/03 08:21:08 user57 Exp $ -->
   
   <project default="main" name="JBoss/System">
   
  @@ -236,19 +236,11 @@
             classpath="${xdoclet.task.classpath}"
             excludedtags="@version,@author">
         <fileset dir="${source.java}">
  -        <include name="org/jboss/deployment/JARDeployer.java"/>
  -        <include name="org/jboss/deployment/MainDeployer.java"/>
  -        <include name="org/jboss/deployment/SARDeployer.java"/>
  -        <include name="org/jboss/deployment/scanner/DeploymentScanner.java"/>
  -        <include name="org/jboss/deployment/scanner/URLDeploymentScanner.java"/>
  -        <include name="org/jboss/system/ServiceController.java"/>
  +        <include name="**/*.java"/>
         </fileset>
         <mbeaninterface mergedir="${project.tools}/etc/xdoclet/templates"/>
  -
       </xdoclet>
     </target>
  -
  -
   
     <!-- Compile all class files -->
     <target name="compile-classes" depends="compile-mbean-sources">
  
  
  

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

Reply via email to