User: jules_gosnell
Date: 02/02/22 16:00:44
Modified: jetty build.xml
Log:
alter dir name in devel target
lose old code
Revision Changes Path
1.42 +5 -9 contrib/jetty/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- build.xml 20 Feb 2002 05:55:15 -0000 1.41
+++ build.xml 23 Feb 2002 00:00:44 -0000 1.42
@@ -487,15 +487,11 @@
<jar jarfile="${build.lib}/${module.name}.sar">
<!-- Jetty plugin classes -->
-
+
<fileset dir="${build.etc}">
- <!--
- <include name="jetty.xml"/>
- <include name="jetty.properties"/>
- -->
<include name="webdefault.xml"/>
</fileset>
-
+
<fileset dir="${build.classes}">
<include name="org/jboss/**"/>
<exclude name="org/jboss/**/ejb/**"/>
@@ -523,9 +519,9 @@
description="Deploy and Test the Jetty plugin">
<property name="hack.project.deploy"
- value="${project.root}/build/output/jboss-3.0.0beta/deploy"/>
+ value="${project.root}/build/output/jboss-3.0.0beta2/deploy"/>
<property name="hack.project.lib.ext"
- value="${project.root}/build/output/jboss-3.0.0beta/lib/ext"/>
+ value="${project.root}/build/output/jboss-3.0.0beta2/lib/ext"/>
<!--
<delete>
@@ -571,7 +567,7 @@
<!--
<copy file="../../testsuite/output/lib/jbosstest-web.ear"
- todir="../build/output/jboss-3.0.0beta/deploy/"
+ todir="../build/output/jboss-3.0.0beta2/deploy/"
filtering="no"/>
-->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development