[jboss-cvs] jboss-mbeans ...

Scott Stark scott.stark at jboss.com
Thu Jul 13 19:13:50 EDT 2006


  User: starksm 
  Date: 06/07/13 19:13:50

  Modified:    jboss-mbeans  build.xml
  Log:
  Remove the xdoclet refs
  
  Revision  Changes    Path
  1.6       +1 -11     jboss-mbeans/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mbeans/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	22 Jun 2006 19:42:10 -0000	1.5
  +++ build.xml	13 Jul 2006 23:13:50 -0000	1.6
  @@ -5,7 +5,7 @@
     <!ENTITY modules    SYSTEM "../tools/etc/buildmagic/modules.ent">
   ]>
   
  -<!-- $Id: build.xml,v 1.5 2006/06/22 19:42:10 rloehr Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2006/07/13 23:13:50 starksm Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss (The OpenSource J2EE WebOS) Build File                         |-->
  @@ -138,16 +138,6 @@
       <property name="module.name" value="jbossmbeans"/>
       <property name="module.Name" value="JBoss/MBeans"/>
   
  -      <!-- xdoclet -->
  -      <path id="xdoclet.task.classpath">
  -        <path refid="javac.classpath"/>
  -        <fileset dir="${xdoclet.xdoclet.lib}">
  -          <include name="**/*.jar"/>
  -        </fileset>
  -      </path>
  -      <property name="xdoclet.task.classpath"
  -            refid="xdoclet.task.classpath"/>
  -
         <!-- Where build generated files will go -->
         <property name="build.reports" value="${module.output}/reports"/>
         <property name="build.classes" value="${module.output}/classes"/>
  
  
  



More information about the jboss-cvs-commits mailing list