User: starksm 
  Date: 01/12/29 01:33:04

  Modified:    jetty/src/build Tag: Branch_2_4 build.xml
  Log:
  Fix bad copy element
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.4   +2 -2      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.3
  retrieving revision 1.6.2.4
  diff -u -r1.6.2.3 -r1.6.2.4
  --- build.xml 2001/12/11 05:41:55     1.6.2.3
  +++ build.xml 2001/12/29 09:33:04     1.6.2.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.6.2.3 2001/12/11 05:41:55 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.6.2.4 2001/12/29 09:33:04 starksm Exp $ -->
   
   <!-- An Ant build file for the jetty-service jar and the
       JBoss/Jetty bundle. The buildfile requires a JBoss dist
  @@ -121,7 +121,7 @@
       <copy todir="${bundle.root}/jboss">
         <fileset dir="${jboss.dist}" />
       </copy>
  -    <copy todir="${bundle.root}/jboss/lib/ext file="${jar.file}" />
  +    <copy todir="${bundle.root}/jboss/lib/ext" file="${jar.file}" />
       <copy todir="${bundle.root}/jboss/conf/jetty">
         <fileset dir="${bundle.root}/jboss/conf/default" />
       </copy>
  
  
  

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

Reply via email to