summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/struts/files/struts-2.3.15.2-build.xml-remove-core-and-plugins.patch')
-rw-r--r--dev-java/struts/files/struts-2.3.15.2-build.xml-remove-core-and-plugins.patch56
1 files changed, 56 insertions, 0 deletions
diff --git a/dev-java/struts/files/struts-2.3.15.2-build.xml-remove-core-and-plugins.patch b/dev-java/struts/files/struts-2.3.15.2-build.xml-remove-core-and-plugins.patch
new file mode 100644
index 000000000000..d04acd040d09
--- /dev/null
+++ b/dev-java/struts/files/struts-2.3.15.2-build.xml-remove-core-and-plugins.patch
@@ -0,0 +1,56 @@
+--- a/maven-build.xml
++++ b/maven-build.xml
+@@ -22,8 +22,5 @@
+ <!-- ====================================================================== -->
+
+ <target name="clean" description="Clean the output directory">
+- <ant antfile="build.xml" dir="xwork-core" target="clean"/>
+- <ant antfile="build.xml" dir="core" target="clean"/>
+ <ant antfile="build.xml" dir="apps" target="clean"/>
+- <ant antfile="build.xml" dir="plugins" target="clean"/>
+ <ant antfile="build.xml" dir="bundles" target="clean"/>
+@@ -35,8 +33,5 @@
+ <!-- ====================================================================== -->
+
+ <target name="compile" description="Compile the code">
+- <ant antfile="build.xml" dir="xwork-core" target="compile"/>
+- <ant antfile="build.xml" dir="core" target="compile"/>
+ <ant antfile="build.xml" dir="apps" target="compile"/>
+- <ant antfile="build.xml" dir="plugins" target="compile"/>
+ <ant antfile="build.xml" dir="bundles" target="compile"/>
+@@ -48,8 +44,5 @@
+ <!-- ====================================================================== -->
+
+ <target name="compile-tests" description="Compile the test code">
+- <ant antfile="build.xml" dir="xwork-core" target="compile-tests"/>
+- <ant antfile="build.xml" dir="core" target="compile-tests"/>
+ <ant antfile="build.xml" dir="apps" target="compile-tests"/>
+- <ant antfile="build.xml" dir="plugins" target="compile-tests"/>
+ <ant antfile="build.xml" dir="bundles" target="compile-tests"/>
+@@ -61,8 +55,5 @@
+ <!-- ====================================================================== -->
+
+ <target name="test" description="Run the test cases">
+- <ant antfile="build.xml" dir="xwork-core" target="test"/>
+- <ant antfile="build.xml" dir="core" target="test"/>
+ <ant antfile="build.xml" dir="apps" target="test"/>
+- <ant antfile="build.xml" dir="plugins" target="test"/>
+ <ant antfile="build.xml" dir="bundles" target="test"/>
+@@ -74,8 +66,5 @@
+ <!-- ====================================================================== -->
+
+ <target name="javadoc" description="Generates the Javadoc of the application">
+- <ant antfile="build.xml" dir="xwork-core" target="javadoc"/>
+- <ant antfile="build.xml" dir="core" target="javadoc"/>
+ <ant antfile="build.xml" dir="apps" target="javadoc"/>
+- <ant antfile="build.xml" dir="plugins" target="javadoc"/>
+ <ant antfile="build.xml" dir="bundles" target="javadoc"/>
+@@ -87,8 +77,5 @@
+ <!-- ====================================================================== -->
+
+ <target name="package" description="Package the application">
+- <ant antfile="build.xml" dir="xwork-core" target="package"/>
+- <ant antfile="build.xml" dir="core" target="package"/>
+ <ant antfile="build.xml" dir="apps" target="package"/>
+- <ant antfile="build.xml" dir="plugins" target="package"/>
+ <ant antfile="build.xml" dir="bundles" target="package"/>