SOURCES: java-struts-build.patch (NEW) - struts is no longer part of jakart...

pawelz pawelz at pld-linux.org
Fri Jan 23 18:52:03 CET 2009


Author: pawelz                       Date: Fri Jan 23 17:52:03 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- struts is no longer part of jakarta project

---- Files affected:
SOURCES:
   java-struts-build.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/java-struts-build.patch
diff -u /dev/null SOURCES/java-struts-build.patch:1.1
--- /dev/null	Fri Jan 23 18:52:04 2009
+++ SOURCES/java-struts-build.patch	Fri Jan 23 18:51:57 2009
@@ -0,0 +1,38 @@
+--- struts-1.2.6-src/build.xml.orig	2004-11-20 22:44:25.000000000 +0100
++++ struts-1.2.6-src/build.xml	2005-05-08 22:39:38.133298616 +0200
+@@ -296,6 +296,7 @@
+      description="Compile Struts library files">
+         <javac srcdir="${src.share.dir}"
+             destdir="${build.home}/library/classes"
++	    source="1.4"
+             debug="${compile.debug}"
+             optimize="${compile.optimize}"
+             deprecation="${compile.deprecation}">
+@@ -349,6 +350,7 @@
+         <mkdir dir="${build.home}/documentation/api"/>
+         <javadoc sourcepath="${src.share.dir}"
+             destdir="${build.home}/documentation/api"
++	    source="1.4"
+             classpath="${servlet.jar}:${jsp.jar}:${jdbc20ext.jar}"
+             packagenames="org.apache.struts.*"
+             author="true"
+--- struts-1.2.6-src/build-webapps.xml.orig	2004-11-20 22:44:14.000000000 +0100
++++ struts-1.2.6-src/build-webapps.xml	2005-05-08 23:09:39.670423344 +0200
+@@ -189,7 +189,7 @@
+     </copy>
+ 
+     <!-- Validate tiles docs -->
+-    <xmlvalidate warn="yes" failonerror="yes" lenient="no">
++    <xmlvalidate warn="yes" failonerror="no" lenient="no">
+        <fileset dir="${build.home}/tiles-documentation" includes="**/*.html"/>
+ 
+       <!-- Reference local DTDS to avoid network lookup -->
+@@ -290,7 +290,7 @@
+         documentation against the DTDs
+ -->
+ <target name="validate.docs" description="Validate generated XHTML documents">
+-    <xmlvalidate warn="yes" failonerror="yes" lenient="no">
++    <xmlvalidate warn="yes" failonerror="no" lenient="no">
+        <fileset dir="${build.home}/documentation">
+         <include name="**/*.html"/>
+         <exclude name="download.html"/>
================================================================


More information about the pld-cvs-commit mailing list