User: starksm 
  Date: 01/09/14 13:02:05

  Modified:    tomcat/src/build Tag: Branch_2_4 build.xml
  Log:
  Copy the tomcat-service.jar into the bundle
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.4  +2 -1      contrib/tomcat/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
  retrieving revision 1.15.2.3
  retrieving revision 1.15.2.4
  diff -u -r1.15.2.3 -r1.15.2.4
  --- build.xml 2001/09/09 07:01:43     1.15.2.3
  +++ build.xml 2001/09/14 20:02:05     1.15.2.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.15.2.3 2001/09/09 07:01:43 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.15.2.4 2001/09/14 20:02:05 starksm Exp $ -->
   
   <!-- An Ant build file for the tomcat-service jar and the
       JBoss/Tomcat bundle. The buildfile requires a JBoss dist
  @@ -137,6 +137,7 @@
       <copy todir="${bundle.root}/jboss/conf/tomcat">
         <fileset dir="${bundle.root}/jboss/conf/default" />
       </copy>
  +    <copy todir="${bundle.root}/jboss/lib/ext" file="${build.dir}/${jar.file}" 
overwrite="true" />
       <patch patchfile="${etc.dir}/conf/tomcat/jboss.conf.patch"
         originalfile="${bundle.root}/jboss/conf/tomcat/jboss.conf" />
       <patch patchfile="${etc.dir}/conf/tomcat/jboss.jcml.patch"
  
  
  

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

Reply via email to