bodewig 2004/07/05 04:03:48
Modified: profile gump.xml
project jelly-tags.xml
Added: project jetty4.xml
Log:
jelly-tags-jetty are sticking with the 'stable' Jetty 4 for now, install it
Revision Changes Path
1.361 +2 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- gump.xml 5 Jul 2004 10:33:09 -0000 1.360
+++ gump.xml 5 Jul 2004 11:03:47 -0000 1.361
@@ -170,6 +170,7 @@
<!--module href="project/javasrc.xml"/-->
<module href="project/jaxen.xml"/>
<module href="project/jetty.xml"/>
+ <module href="project/jetty4.xml"/>
<module href="project/jfor.xml"/>
<module href="project/jgen.xml"/>
<module href="project/jgroups.xml"/>
@@ -321,6 +322,7 @@
<project name="nsuml" package="nsuml"/>
<project name="packaged-jaxen" package="jaxen-1.0-FCS"/>
<project name="packaged-jetty" package="Jetty-5.0.beta2"/>
+ <project name="jetty4" package="jetty-4.2.21"/>
<project name="saxpath" package="jaxen-1.0-FCS"/>
<project name="saxon" package="saxon7-9"/>
<project name="saxon6" package="saxon6_5_3"/>
1.64 +1 -1 gump/project/jelly-tags.xml
Index: jelly-tags.xml
===================================================================
RCS file: /home/cvs/gump/project/jelly-tags.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- jelly-tags.xml 28 May 2004 11:24:48 -0000 1.63
+++ jelly-tags.xml 5 Jul 2004 11:03:48 -0000 1.64
@@ -351,7 +351,7 @@
<depend project="commons-jelly" inherit="all"/>
<depend project="commons-httpclient"/>
- <depend project="jetty"/>
+ <depend project="jetty4"/>
<depend project="commons-jelly-tags-http"/>
<work nested="jetty/target/classes"/>
1.1 gump/project/jetty4.xml
Index: jetty4.xml
===================================================================
<?xml version="1.0" ?>
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<module name="jetty">
<url href="http://jetty.mortbay.org/jetty/index.html"/>
<description>
Java HTTP Servlet Server
</description>
<redistributable/>
<project name="jetty4">
<package>org.mortbay</package>
<jar name="lib/org.mortbay.jetty.jar"/>
<license name="LICENSE.html"/>
</project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]