User: jules_gosnell
  Date: 02/03/15 17:27:28

  Modified:    jetty    build.xml
  Log:
  fix deploy dir
  
  Revision  Changes    Path
  1.46      +2 -2      contrib/jetty/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 8 Mar 2002 06:18:59 -0000       1.45
  +++ build.xml 16 Mar 2002 01:27:21 -0000      1.46
  @@ -528,7 +528,7 @@
        description="Deploy and Test the Jetty plugin">
   
       <property name="hack.project.deploy"
  -           value="${project.root}/build/output/jboss-3.0.0beta2/deploy"/>
  +           
value="${project.root}/build/output/jboss-3.0.0beta2/server/default/deploy"/>
       <property name="hack.project.lib.ext"
              value="${project.root}/build/output/jboss-3.0.0beta2/lib/ext"/>
   
  @@ -576,7 +576,7 @@
   
   <!--
       <copy file="../../testsuite/output/lib/jbosstest-web.ear"
  -          todir="../build/output/jboss-3.0.0beta2/deploy/"
  +          todir="${hack.project.deploy}"
             filtering="no"/>
    -->
   
  
  
  

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

Reply via email to