[jboss-cvs] build/jboss ...

Thomas Diesler thomas.diesler at jboss.com
Mon Jul 24 08:19:13 EDT 2006


  User: tdiesler
  Date: 06/07/24 08:19:13

  Modified:    jboss    Tag: Branch_4_0 build-distr.xml
  Log:
  Remove deprecated jboss-ws4ee
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.79  +1 -13     build/jboss/build-distr.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-distr.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build-distr.xml,v
  retrieving revision 1.1.4.78
  retrieving revision 1.1.4.79
  diff -u -b -r1.1.4.78 -r1.1.4.79
  --- build-distr.xml	24 Jul 2006 12:04:57 -0000	1.1.4.78
  +++ build-distr.xml	24 Jul 2006 12:19:13 -0000	1.1.4.79
  @@ -4,7 +4,7 @@
   ]>
   <!--
   Build the development distribution
  -$Id: build-distr.xml,v 1.1.4.78 2006/07/24 12:04:57 tdiesler Exp $
  +$Id: build-distr.xml,v 1.1.4.79 2006/07/24 12:19:13 tdiesler Exp $
   -->
   <project name="JBoss/Build">
   
  @@ -1010,18 +1010,6 @@
         </fileset>
       </copy>
   
  -    <!-- Copy the DTDs -->
  -    <mkdir dir="${install.dtd}"/>
  -    <copy todir="${install.dtd}" filtering="no">
  -      <fileset dir="${project.root}/${_module.name}/src/resources/dtd" />
  -    </copy>
  -
  -    <!-- Copy the XML Schemas -->
  -    <mkdir dir="${install.schema}"/>
  -    <copy todir="${install.schema}" filtering="no">
  -      <fileset dir="${project.root}/${_module.name}/src/resources/schema" />
  -    </copy>
  -
      </target>
   
     <target name="module-webservice14">
  
  
  



More information about the jboss-cvs-commits mailing list