User: starksm 
  Date: 01/06/09 17:41:13

  Modified:    tomcat/src/build Tag: Branch_2_2 build.xml
  Log:
  Use the jboss org/jboss/metadata/jboss-web.dtd version
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.4  +1 -4      contrib/tomcat/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
  retrieving revision 1.12.2.3
  retrieving revision 1.12.2.4
  diff -u -r1.12.2.3 -r1.12.2.4
  --- build.xml 2001/06/10 00:25:31     1.12.2.3
  +++ build.xml 2001/06/10 00:41:13     1.12.2.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.12.2.3 2001/06/10 00:25:31 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.12.2.4 2001/06/10 00:41:13 starksm Exp $ -->
   
   <!-- An Ant build file for the tomcat-service jar and the
       JBoss/Tomcat bundle. The buildfile requires a JBoss dist
  @@ -80,7 +80,6 @@
       <!-- =================================================================== -->
       <target name="prepare" depends="init">
           <mkdir dir="${build.dir}"/>
  -        <copy file="${src.resources}/jboss-web.dtd" 
tofile="${build.classes.dir}/jboss-web.dtd"/>
       </target>
   
   
  @@ -108,8 +107,6 @@
             basedir="${build.classes.dir}"
        >
             <include name="org/jboss/tomcat/**"/>
  -          <include name="*.dtd"/>
  -          <exclude name="org/jboss/tomcat/EmbeddedTomcatService.class"/>
        </jar>
     </target>
   
  
  
  

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

Reply via email to