summaryrefslogtreecommitdiff
path: root/www/cocoon/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/cocoon/files')
-rw-r--r--www/cocoon/files/patch-aa19
-rw-r--r--www/cocoon/files/patch-ab8
2 files changed, 0 insertions, 27 deletions
diff --git a/www/cocoon/files/patch-aa b/www/cocoon/files/patch-aa
deleted file mode 100644
index d886607a5dd4..000000000000
--- a/www/cocoon/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- conf/cocoon.properties.orig Mon Jan 12 11:18:12 1970
-+++ conf/cocoon.properties Fri Jul 28 18:09:27 2000
-@@ -138,7 +138,7 @@
- # secret, we highly suggest that you protect the repository from untrusted
- # access, even read-only. Only Cocoon and the system administrators should
- # have access here.
--processor.xsp.repository = ./repository
-+processor.xsp.repository = /var/tmp/cocoon-repository
-
- # Set the libraries associated with the given namespace.
- # Use the syntax:
-@@ -208,6 +208,7 @@
- # formatter.[type].indent = [numbers of spaces for tag indenting]
-
- # HTML 4.0 (strict)
-+formatter.text/html.encoding = UTF-8
- formatter.text/html.doctype-public = -//W3C//DTD HTML 4.0//EN
- formatter.text/html.doctype-system = http://www.w3.org/TR/REC-html40/strict.dtd
-
diff --git a/www/cocoon/files/patch-ab b/www/cocoon/files/patch-ab
deleted file mode 100644
index 8a3ea355c28e..000000000000
--- a/www/cocoon/files/patch-ab
+++ /dev/null
@@ -1,8 +0,0 @@
---- build.sh.orig Mon Jan 12 11:18:12 1970
-+++ build.sh Sat Aug 5 21:45:24 2000
-@@ -29,4 +29,4 @@
- echo
- echo Starting Ant...
-
--$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath $LOCALCLASSPATH org.apache.tools.ant.Main $*
-+$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -ss67108863 -oss67108863 -mx67108863 -classpath $LOCALCLASSPATH org.apache.tools.ant.Main $*