bodewig 2004/03/18 04:08:21
Modified: profile gump.xml
project avalon-excalibur.xml packaged-jetty.xml
Added: project saxon.xml saxon6.xml
Log:
Remove some unneeded dependencies on fortress, I'm sure there are more
in excalibur that are not really needed.
Try to get xmlutil to compile, which requires *two* versions of
Saxon. It won't compile against Saxon 7.9, but I don't think we
should start searching for an older version of Saxon 7.
Revision Changes Path
1.325 +4 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -r1.324 -r1.325
--- gump.xml 18 Mar 2004 07:36:43 -0000 1.324
+++ gump.xml 18 Mar 2004 12:08:21 -0000 1.325
@@ -175,6 +175,8 @@
<!-- <module href="project/qdox.xml"/> -->
<module href="project/quartz.xml"/>
<module href="project/relaxng.xml"/>
+ <module href="project/saxon.xml"/>
+ <module href="project/saxon6.xml"/>
<module href="project/webwork.xml"/>
<module href="project/wss4j.xml"/>
<module href="project/xdoclet.xml"/>
@@ -311,6 +313,8 @@
<project name="packaged-jaxen" package="jaxen-1.0-FCS"/>
<project name="packaged-jetty" package="Jetty-5.0.beta2"/>
<project name="saxpath" package="jaxen-1.0-FCS"/>
+ <project name="saxon" package="saxon7-9"/>
+ <project name="saxon6" package="saxon6_5_3"/>
<project name="packaged-dom4j" package="dom4j-1.4"/>
1.118 +6 -3 gump/project/avalon-excalibur.xml
Index: avalon-excalibur.xml
===================================================================
RCS file: /home/cvs/gump/project/avalon-excalibur.xml,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- avalon-excalibur.xml 18 Mar 2004 10:57:45 -0000 1.117
+++ avalon-excalibur.xml 18 Mar 2004 12:08:21 -0000 1.118
@@ -851,13 +851,14 @@
<property name="project.version" value="@@DATE@@"/>
</ant>
- <depend property="excalibur-fortress-tools.jar"
project="avalon-fortress-tools" inherit="runtime"/>
+ <!--depend property="excalibur-fortress-tools.jar"
project="avalon-fortress-tools" inherit="runtime"/-->
<depend property="qdox.jar" project="phoenix-qdox"/>
<depend project="ant" inherit="runtime"/>
<option project="checkstyle" inherit="runtime"/>
<depend project="junit"/>
<depend project="avalon-framework" runtime="true" id="combined"/>
- <depend project="avalon-fortress-tools" runtime="true"/>
+ <!--depend project="avalon-fortress-tools" runtime="true"/-->
+ <depend project="excalibur-instrument"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<depend project="jisp"/>
@@ -1028,6 +1029,8 @@
<property name="project.version" value="@@DATE@@"/>
</ant>
<depend project="excalibur-logger"/>
+ <depend project="saxon"/>
+ <depend project="saxon6"/>
<depend property="logkit.jar" project="avalon-logkit" runtime="true"/>
<depend project="excalibur-instrument"/>
<depend project="excalibur-component" id="component"/>
@@ -1042,7 +1045,7 @@
<depend property="jaxen.jar" project="jaxen"/>
<depend property="jtidy.jar" project="jtidy"/>
<depend property="resolver.jar" project="xml-commons-resolver"/>
- <depend property="excalibur-fortress-tools.jar"
project="avalon-fortress-tools" inherit="runtime"/>
+ <!--depend property="excalibur-fortress-tools.jar"
project="avalon-fortress-tools" inherit="runtime"/-->
<depend property="qdox.jar" project="phoenix-qdox"/>
1.2 +1 -0 gump/project/packaged-jetty.xml
Index: packaged-jetty.xml
===================================================================
RCS file: /home/cvs/gump/project/packaged-jetty.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- packaged-jetty.xml 18 Mar 2004 07:36:43 -0000 1.1
+++ packaged-jetty.xml 18 Mar 2004 12:08:21 -0000 1.2
@@ -16,6 +16,7 @@
-->
<module name="packaged-jetty">
+ <url href="http://jetty.mortbay.org/jetty/index.html"/>
<description>
Java HTTP Servlet Server
</description>
1.1 gump/project/saxon.xml
Index: saxon.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="saxon">
<url href="http://saxon.sourceforge.net/"/>
<description>XSLT processor</description>
<project name="saxon">
<package>net.sf.saxon</package>
<jar name="saxon7.jar"/>
<license name="doc/conditions.html"/>
</project>
</module>
1.1 gump/project/saxon6.xml
Index: saxon6.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="saxon6">
<url href="http://saxon.sourceforge.net/"/>
<description>XSLT processor</description>
<project name="saxon6">
<package>com.icl.saxon</package>
<jar name="saxon.jar"/>
<license name="doc/conditions.html"/>
</project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]