[jboss-cvs] build/jboss ...

Ruel Loehr ruel.loehr at jboss.com
Mon Jul 24 16:06:25 EDT 2006


  User: rloehr  
  Date: 06/07/24 16:06:25

  Modified:    jboss    Tag: Branch_4_0 build.xml
  Log:
  fix the build, remove webservices module
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.355.2.84 +1 -14     build/jboss/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.355.2.83
  retrieving revision 1.355.2.84
  diff -u -b -r1.355.2.83 -r1.355.2.84
  --- build.xml	22 Jun 2006 20:11:28 -0000	1.355.2.83
  +++ build.xml	24 Jul 2006 20:06:25 -0000	1.355.2.84
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.355.2.83 2006/06/22 20:11:28 rloehr Exp $ -->
  +<!-- $Id: build.xml,v 1.355.2.84 2006/07/24 20:06:25 rloehr Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -112,7 +112,6 @@
         <module name="tomcat"/>
         <module name="transaction"/>
         <module name="varia"/>
  -      <module name="webservice"/>
   
         <!-- Module groups -->
   
  @@ -141,7 +140,6 @@
                             connector,
                             remoting-int,
                             jaxrpc,
  -                          webservice,
                             cluster,
                             varia,
                             iiop,
  @@ -461,17 +459,6 @@
        <ant antfile="build-distr.xml" target="_module-jaxrpc-all"/>
     </target>
   
  -  <!-- ========== -->
  -  <!-- Webservice -->
  -  <!-- ========== -->
  -
  -  <target name="_module-webservice-most">
  -     <ant antfile="build-distr.xml" target="_module-webservice-most"/>
  -  </target>
  -
  -  <target name="_module-webservice-all" depends="_module-webservice-most">
  -     <ant antfile="build-distr.xml" target="_module-webservice-all"/>
  -  </target>
   
     <!-- ==== -->
     <!-- IIOP -->
  
  
  



More information about the jboss-cvs-commits mailing list