Author: crossley
Date: Wed Dec 7 23:01:02 2005
New Revision: 355017
URL: http://svn.apache.org/viewcvs?rev=355017&view=rev
Log:
Use Cocoon's commons-jxpath jar, now that we have a
temporary workaround for FOR-675
Modified:
forrest/trunk/etc/cocoon_upgrade/build.xml
Modified: forrest/trunk/etc/cocoon_upgrade/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/build.xml?rev=355017&r1=355016&r2=355017&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/build.xml (original)
+++ forrest/trunk/etc/cocoon_upgrade/build.xml Wed Dec 7 23:01:02 2005
@@ -53,9 +53,10 @@
<fileset dir="${cocoon.home}/lib/core" defaultexcludes="yes">
<!-- FIXME: The jxpath upgrade cannot be done.
See issue FOR-675 (and FOR-405 and FOR-303) and dev mail list.
- commons-jxpath-1.2 causes errors with "site:" links
- -->
+ commons-jxpath-1.2 causes errors with "site:" links.
+ We have a workaround so use Cocoon's jar.
<exclude name="commons-jxpath-*.jar"/>
+ -->
<!-- servlet.jar goes under tools/jetty -->
<exclude name="servlet-*.jar"/>
</fileset>