User: starksm 
  Date: 01/07/03 10:28:28

  Modified:    tomcat/src/build build.xml
  Log:
  Remove the jboss-web.dtd from the tomcat-service.jar as its
  part of the standard jboss.jar
  
  Revision  Changes    Path
  1.16      +1 -3      contrib/tomcat/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2001/06/21 14:54:03     1.15
  +++ build.xml 2001/07/03 17:28:28     1.16
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.15 2001/06/21 14:54:03 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.16 2001/07/03 17:28:28 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,7 +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