User: starksm 
  Date: 01/12/29 03:04:43

  Modified:    jetty/src/build Tag: Branch_2_4 build.xml
  Log:
  Fix copy to bundle dir
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.5   +3 -6      contrib/jetty/src/build/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/src/build/Attic/build.xml,v
  retrieving revision 1.6.2.4
  retrieving revision 1.6.2.5
  diff -u -r1.6.2.4 -r1.6.2.5
  --- build.xml 2001/12/29 09:33:04     1.6.2.4
  +++ build.xml 2001/12/29 11:04:43     1.6.2.5
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.6.2.4 2001/12/29 09:33:04 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.6.2.5 2001/12/29 11:04:43 starksm Exp $ -->
   
   <!-- An Ant build file for the jetty-service jar and the
       JBoss/Jetty bundle. The buildfile requires a JBoss dist
  @@ -130,9 +130,9 @@
         <fileset dir="${jetty.jmx}"/>
       </copy>
   
  -    <chmod file="${bundle.dir}/jetty/cgi-bin/env.sh" perm="+x"/>
  +    <chmod file="${bundle.root}/jetty/cgi-bin/env.sh" perm="+x"/>
       <echo message="copying Jetty JMX from ${jetty.jmx} to ${bundle.dir}/jetty-jmx" 
/>
  -    <copy todir="${bundle.dir}/jetty-jmx">
  +    <copy todir="${bundle.root}/jetty-jmx">
         <fileset dir="${jetty.jmx}"/>
       </copy>
   
  @@ -257,9 +257,6 @@
        <copy 
todir="${build.classes.dir}/WEB-INF/classes/org/jboss/test/tomcat/servlet" >
            <fileset dir="${build.classes.dir}/org/jboss/test/tomcat/servlet" />
        </copy>
  -     <!-- copy 
todir="${build.classes.dir}/WEB-INF/classes/org/jboss/test/tomcat/ejb/interfaces" >
  -         <fileset dir="${build.classes.dir}/org/jboss/test/tomcat/ejb/interfaces" />
  -     </copy -->
         <jar jarfile="${build.classes.dir}/${test.client}.war"
             basedir="${build.classes.dir}"
             manifest="${src.resources}/web.mf"
  
  
  

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

Reply via email to