pkg://jakarta-cactus-1.5-1jpp.src.rpm:1971629/cactus-noeclipse-build_xml.patch
info downloads
*** build.xml.orig Mon Feb 16 11:19:14 2004
--- build.xml Mon Feb 16 11:19:53 2004
***************
*** 67,85 ****
<property name="servlet.jar" value=""/>
<property name="clover.enable" value="true"/>
</ant>
- <ant antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml"
- inheritAll="false" target="dist">
- </ant>
- <ant antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml"
- inheritAll="false" target="dist">
- <property name="j2ee.jar" value="${j2ee.12.jar}"/>
- <property name="servlet.jar" value=""/>
- </ant>
- <ant antfile="integration/eclipse/org.apache.cactus.eclipse.runner/build.xml"
- inheritAll="false" target="dist">
- <property name="j2ee.jar" value="${j2ee.13.jar}"/>
- <property name="servlet.jar" value=""/>
- </ant>
<ant antfile="samples/servlet/build.xml" inheritAll="false"
target="dist">
<property name="servlet.jar" value="${servlet.22.jar}"/>
--- 67,72 ----