User: d_jencks
Date: 01/11/19 07:34:04
Modified: jboss build.xml
Log:
Repackaged jetty to use jar-in-sar
Revision Changes Path
1.49 +10 -15 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- build.xml 2001/11/17 04:13:58 1.48
+++ build.xml 2001/11/19 15:34:04 1.49
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.48 2001/11/17 04:13:58 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.49 2001/11/19 15:34:04 d_jencks Exp $ -->
<project default="main" name="JBoss/Build">
@@ -680,12 +680,7 @@
</fileset>
</copy-->
- <!-- Copy the jetty service xml snippet (deploy) - ->
- <copy todir="${install.deploy}" filtering="no">
- <fileset dir="${_module.output}/etc/conf/default">
- <include name="jetty-service.xml"/>
- </fileset>
- </copy-->
+ <!-- Copy the jetty service xml snippet (deploy) NOW IN A SAR -->
<!-- Copy the jms service xml snippet (deploy) -->
<copy todir="${install.deploy}" filtering="no">
@@ -1171,15 +1166,10 @@
</fileset>
</copy>
- <!-- Copy the generated libraries (lib/ext)- now jetty-plugin.sar already
copied - ->
- <mkdir dir="${install.lib.ext}"/>
- <copy todir="${install.lib.ext}" filtering="no">
- <fileset dir="${_module.output}/lib">
- <include name="**/*"/>
- </fileset>
- </copy-->
<!-- Copy the default configuration files (conf/default) -->
+ <!-- These could perhaps be repackaged into jetty-plugin.sar
+ using the local directory feature -->
<mkdir dir="${install.conf.default}"/>
<copy todir="${install.conf.default}" filtering="no">
<fileset dir="${_module.output}/etc">
@@ -1333,12 +1323,17 @@
<fileset dir="${exolab.tyrex.lib}">
<include name="tyrex.jar"/>
</fileset>
+ <!--now in jetty.sar-->
<fileset dir="${mortbay.jetty.lib}">
+ <include name="**/javax.servlet.jar"/>
+ <include name="**/org.apache.jasper.jar"/>
+ </fileset>
+ <!--fileset dir="${mortbay.jetty.lib}">
<include name="**/*.jar"/>
</fileset>
<fileset dir="${mortbay.jetty3extra.jmx.lib}">
<include name="**/*.jar"/>
- </fileset>
+ </fileset-->
</copy>
<mkdir dir="${install.client}"/>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development