User: jules_gosnell
  Date: 01/09/18 16:09:23

  Modified:    jetty/src/build build.xml
  Log:
  lose a target that was not meant to go in !
  
  Revision  Changes    Path
  1.15      +1 -12     contrib/jetty/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/src/build/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 2001/09/18 23:06:49     1.14
  +++ build.xml 2001/09/18 23:09:23     1.15
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: build.xml,v 1.14 2001/09/18 23:06:49 jules_gosnell Exp $ -->
  +<!-- $Id: build.xml,v 1.15 2001/09/18 23:09:23 jules_gosnell Exp $ -->
   
   
   <!-- ======================================================================= -->
  @@ -125,17 +125,6 @@
             basedir="${build.classes.dir}"
             
includes="${test.client}.jar,${test.client}.war,client.jar,META-INF/application.xml"
        />
  -  </target>
  -
  -  <target name="bounce" depends="compile, install">
  -    <echo message="bouncing Jetty Service - ..."/>
  -    <delete 
file="/home/jules/cvs/JBoss/3.0/build/output/jboss-3.0.0alpha/deploy/jetty-service.xml"/>
  -    <sleep seconds="5"/>
  -    <copy
  -      file="/home/jules/cvs/JBoss/3.0/server/src/etc/conf/default/jetty-service.xml"
  -      todir="/home/jules/cvs/JBoss/3.0/build/output/jboss-3.0.0alpha/deploy/"
  -    />
  -    <echo message="bouncing Jetty Service - done"/>
     </target>
   
   </project>
  
  
  

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

Reply via email to