summaryrefslogtreecommitdiff
path: root/www/apache-jserv/files/patch-ae
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-08 06:01:52 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-08 06:01:52 +0000
commit8c81f3bb9973626f1629c5272d2509de084f0ef9 (patch)
tree87d83470c30f7572dffaf98b9c11ff92dfe11e7b /www/apache-jserv/files/patch-ae
parent- USE_APACHE=yes is deprecated (diff)
2009-06-09 www/apache-jserv: superceeded by tomcat
Notes
Notes: svn path=/head/; revision=235412
Diffstat (limited to 'www/apache-jserv/files/patch-ae')
-rw-r--r--www/apache-jserv/files/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/apache-jserv/files/patch-ae b/www/apache-jserv/files/patch-ae
deleted file mode 100644
index 7160b939b3b1..000000000000
--- a/www/apache-jserv/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- conf/zone.properties.in.orig Wed Jan 26 18:30:38 2000
-+++ conf/zone.properties.in Wed Jan 26 18:31:53 2000
-@@ -23,6 +23,8 @@
- # here.
-
- repositories=@JSERV_REPO@
-+# Uncomment if you use Cocoon.
-+#repositories=@prefix@/share/java/classes/Cocoon.jar
-
- # Classloader parameters
- #########################
-@@ -141,6 +143,8 @@
- # Syntax: servlet.[classname].initArgs=[name]=[value],[name]=[value],...
- # Default: NONE
- # servlet.org.fool.Dummy.initArgs=message=I'm a dummy servlet
-+# Uncomment if you use Cocoon.
-+#servlet.org.apache.cocoon.Cocoon.initArgs=properties=@prefix@/etc/apache/cocoon.properties
-
- # Aliased Servlet Init Parameters
- ##################################