User: starksm 
  Date: 02/02/12 23:32:02

  Modified:    catalina build.xml
  Log:
  Include the jboss-web.xml descriptor in the war
  
  Revision  Changes    Path
  1.2       +3 -12     contrib/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/catalina/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 11 Feb 2002 23:06:22 -0000      1.1
  +++ build.xml 13 Feb 2002 07:32:02 -0000      1.2
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1 2002/02/11 23:06:22 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2002/02/13 07:32:02 starksm Exp $ -->
   
   <project default="main" name="JBoss Plugins/Tomcat-4">
     <!--
  @@ -203,7 +203,7 @@
        |  documentation compiles.
       -->
     <target name="compile"
  -       depends="compile-classes, compile-etc, compile-resources"
  +       depends="compile-classes, compile-resources"
          description="Compile all source files."/>
   
     <!-- Compile all class files -->
  @@ -225,16 +225,6 @@
   
     </target>
   
  -  <!-- Compile etc files (manifests and such) -->
  -  <target name="compile-etc" depends="init">
  -    <mkdir dir="${build.etc}"/>
  -    <copy todir="${build.etc}" filtering="yes">
  -      <fileset dir="${source.etc}">
  -         <include name="**/*"/>
  -      </fileset>
  -    </copy>
  -  </target>
  -
     <!-- Compile resource files -->
     <target name="compile-resources" depends="init">
       <mkdir dir="${build.resources}"/>
  @@ -290,6 +280,7 @@
          webxml="${source.resources}/test/WEB-INF/web.xml"
          manifest="${build.lib}/version.mf"
       >
  +       <webinf dir="${source.resources}/test/WEB-INF" />
          <classes dir="${build.classes}">
            <include name="org/jboss/test/tomcat/servlet/**" />
          </classes>
  
  
  

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

Reply via email to