summaryrefslogtreecommitdiff
path: root/www-servers/resin/files/resin-4.0.48-build.xml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/resin/files/resin-4.0.48-build.xml.patch')
-rw-r--r--www-servers/resin/files/resin-4.0.48-build.xml.patch59
1 files changed, 0 insertions, 59 deletions
diff --git a/www-servers/resin/files/resin-4.0.48-build.xml.patch b/www-servers/resin/files/resin-4.0.48-build.xml.patch
deleted file mode 100644
index 5ef1abc63c56..000000000000
--- a/www-servers/resin/files/resin-4.0.48-build.xml.patch
+++ /dev/null
@@ -1,59 +0,0 @@
---- a/build.xml
-+++ b/build.xml
-@@ -12,7 +12,7 @@
- <property name="eclipse.home" value="${user.home}/eclipse"/>
-
- <target name="compile"
-- depends="init, hessian, javaee, jaxstream, portlet, script, resin-kernel, quercus-dev, resin, ecmascript, cdi, webutil, conf, ext, j2ee-management, resin-eclipselink, gae, jasper">
-+ depends="init, hessian, javaee, jaxstream, portlet, script, resin-kernel, quercus-dev, resin, ecmascript, cdi, webutil, conf, ext, j2ee-management, gae">
- </target>
-
- <!--
-@@ -27,10 +27,6 @@
- </antcall>
- </target>
- -->
-- <target name="resin-eclipselink" depends="eclipselink">
-- <copy file="modules/eclipselink/dist/resin-eclipselink.jar"
-- todir="${resin.lib}"/>
-- </target>
-
- <target name="richfaces" depends="init">
- <antcall target="artifact" inheritRefs="true">
-@@ -92,13 +88,6 @@
- </antcall>
- </target>
-
-- <target name="eclipselink" depends="init">
-- <antcall target="module" inheritRefs="true">
-- <param name="module.name" value="eclipselink"/>
-- <param name="module.jar" value="resin-eclipselink.jar"/>
-- </antcall>
-- </target>
--
- <!-- gae APIs for quercus testing -->
- <target name="gae" depends="init">
- <antcall target="module" inheritRefs="true">
-@@ -437,13 +426,6 @@
- </antcall>
- </target>
-
-- <target name="jasper" depends="init">
-- <antcall target="module" inheritRefs="true">
-- <param name="module.name" value="jasper"/>
-- <param name="module.jar" value="resin-jasper.jar"/>
-- </antcall>
-- </target>
--
- <target name="version">
- <copy file="${resin.modules}/kernel/src/com/caucho/Version.tmpl"
- tofile="${resin.modules}/kernel/src/com/caucho/Version.java"
-@@ -903,7 +885,7 @@
- <delete dir="${dist}/${dist.name}"/>
- </target>
-
-- <target name="dist" depends="dist.clean, configure, compile, update, junit, eclipselink, artifacts, resin.dist.build, dist.package, quercus.war"/>
-+ <target name="dist" depends="dist.clean, configure, compile, update, junit, artifacts, resin.dist.build, dist.package, quercus.war"/>
-
- <target name="configure" depends="init">
- <copy tofile="modules/c/src/resin/Makefile.in"