summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-java/struts/files
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-java/struts/files')
-rw-r--r--dev-java/struts/files/struts-2.3.15.2-build.xml-apps-package.patch249
-rw-r--r--dev-java/struts/files/struts-2.3.15.2-build.xml-classpath.patch162
-rw-r--r--dev-java/struts/files/struts-2.3.15.2-build.xml-manifest.patch30
-rw-r--r--dev-java/struts/files/struts-2.3.15.2-build.xml-remove-apps-portlet.patch50
-rw-r--r--dev-java/struts/files/struts-2.3.15.2-build.xml-remove-core-and-plugins.patch56
5 files changed, 547 insertions, 0 deletions
diff --git a/dev-java/struts/files/struts-2.3.15.2-build.xml-apps-package.patch b/dev-java/struts/files/struts-2.3.15.2-build.xml-apps-package.patch
new file mode 100644
index 000000000000..d1e414414320
--- /dev/null
+++ b/dev-java/struts/files/struts-2.3.15.2-build.xml-apps-package.patch
@@ -0,0 +1,249 @@
+diff -urN a/apps/blank/maven-build.xml b/apps/blank/maven-build.xml
+--- a/apps/blank/maven-build.xml 2013-10-02 15:52:07.637985555 +0200
++++ b/apps/blank/maven-build.xml 2013-10-02 15:52:29.756985531 +0200
+@@ -243,32 +243,6 @@
+
+ <target name="package" depends="compile,test" description="Package the application">
+ <mkdir dir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/log4j/log4j/1.2.17/log4j-1.2.17.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-core/2.3.15.2/struts2-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/xwork/xwork-core/2.3.15.2/xwork-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm/3.3/asm-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-commons/3.3/asm-commons-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-tree/3.3/asm-tree-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/freemarker/freemarker/2.3.19/freemarker-2.3.19.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/ognl/ognl/3.0.6/ognl-3.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-fileupload/commons-fileupload/1.3/commons-fileupload-1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+ <war destfile="${maven.build.dir}/${maven.build.finalName}.war"
+ compress="true"
+ webxml="src/main/webapp/WEB-INF/web.xml">
+--- a/apps/mailreader/maven-build.xml
++++ b/apps/mailreader/maven-build.xml
+@@ -198,36 +198,6 @@
+
+ <target name="package" depends="compile,test" description="Package the application">
+ <mkdir dir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts-mailreader-dao/1.3.5/struts-mailreader-dao-1.3.5.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-digester/commons-digester/2.0/commons-digester-2.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-core/2.3.15.2/struts2-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/xwork/xwork-core/2.3.15.2/xwork-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm/3.3/asm-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-commons/3.3/asm-commons-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-tree/3.3/asm-tree-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/freemarker/freemarker/2.3.19/freemarker-2.3.19.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/ognl/ognl/3.0.6/ognl-3.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-fileupload/commons-fileupload/1.3/commons-fileupload-1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+ <war destfile="${maven.build.dir}/${maven.build.finalName}.war"
+ compress="true"
+ webxml="src/main/webapp/WEB-INF/web.xml">
+--- a/apps/showcase/maven-build.xml
++++ b/apps/showcase/maven-build.xml
+@@ -334,112 +334,6 @@
+
+ <target name="package" depends="compile,test" description="Package the application">
+ <mkdir dir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-struts1-plugin/2.3.15.2/struts2-struts1-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts-core/1.3.10/struts-core-1.3.10.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/antlr/antlr/2.7.2/antlr-2.7.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-chain/commons-chain/1.2/commons-chain-1.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-dojo-plugin/2.3.15.2/struts2-dojo-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-jsf-plugin/2.3.15.2/struts2-jsf-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-config-browser-plugin/2.3.15.2/struts2-config-browser-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-sitemesh-plugin/2.3.15.2/struts2-sitemesh-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-tiles-plugin/2.3.15.2/struts2-tiles-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/tiles/tiles-core/2.0.6/tiles-core-2.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/tiles/tiles-api/2.0.6/tiles-api-2.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-dwr-plugin/2.3.15.2/struts2-dwr-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-json-plugin/2.3.15.2/struts2-json-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/tiles/tiles-jsp/2.0.6/tiles-jsp-2.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-digester/commons-digester/2.0/commons-digester-2.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-convention-plugin/2.3.15.2/struts2-convention-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-spring-plugin/2.3.15.2/struts2-spring-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/velocity/velocity/1.6.4/velocity-1.6.4.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/oro/oro/2.0.8/oro-2.0.8.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/velocity/velocity-tools/1.3/velocity-tools-1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/sslext/sslext/1.2-0/sslext-1.2-0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/opensymphony/sitemesh/2.4.2/sitemesh-2.4.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/uk/ltd/getahead/dwr/1.1.1/dwr-1.1.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/log4j/log4j/1.2.17/log4j-1.2.17.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/myfaces/core/myfaces-impl/1.1.2/myfaces-impl-1.1.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-el/commons-el/1.0/commons-el-1.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-codec/commons-codec/1.3/commons-codec-1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/myfaces/core/myfaces-api/1.1.2/myfaces-api-1.1.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-fileupload/commons-fileupload/1.3/commons-fileupload-1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-core/2.3.15.2/struts2-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/xwork/xwork-core/2.3.15.2/xwork-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm/3.3/asm-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-commons/3.3/asm-commons-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-tree/3.3/asm-tree-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/freemarker/freemarker/2.3.19/freemarker-2.3.19.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/ognl/ognl/3.0.6/ognl-3.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+ <war destfile="${maven.build.dir}/${maven.build.finalName}.war"
+ compress="true"
+ webxml="src/main/webapp/WEB-INF/web.xml">
+--- a/apps/rest-showcase/maven-build.xml
++++ b/apps/rest-showcase/maven-build.xml
+@@ -273,56 +273,6 @@
+
+ <target name="package" depends="compile,test" description="Package the application">
+ <mkdir dir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-rest-plugin/2.3.15.2/struts2-rest-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-convention-plugin/2.3.15.2/struts2-convention-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-config-browser-plugin/2.3.15.2/struts2-config-browser-plugin-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/struts2-core/2.3.15.2/struts2-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/apache/struts/xwork/xwork-core/2.3.15.2/xwork-core-2.3.15.2.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm/3.3/asm-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-commons/3.3/asm-commons-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/asm/asm-tree/3.3/asm-tree-3.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/org/freemarker/freemarker/2.3.19/freemarker-2.3.19.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/ognl/ognl/3.0.6/ognl-3.0.6.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-fileupload/commons-fileupload/1.3/commons-fileupload-1.3.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+- <copy file="${maven.repo.local}/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar"
+- todir="${maven.build.dir}/${maven.build.finalName}/WEB-INF/lib"/>
+ <war destfile="${maven.build.dir}/${maven.build.finalName}.war"
+ compress="true"
+ webxml="src/main/webapp/WEB-INF/web.xml">
diff --git a/dev-java/struts/files/struts-2.3.15.2-build.xml-classpath.patch b/dev-java/struts/files/struts-2.3.15.2-build.xml-classpath.patch
new file mode 100644
index 000000000000..25d694a198a3
--- /dev/null
+++ b/dev-java/struts/files/struts-2.3.15.2-build.xml-classpath.patch
@@ -0,0 +1,162 @@
+--- a/apps/blank/maven-build.xml
++++ b/apps/blank/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -153,7 +153,7 @@
+ description="Compile the test code"
+ unless="maven.test.skip">
+ <mkdir dir="${maven.build.testOutputDir}"/>
+- <javac destdir="${maven.build.testOutputDir}"
++ <javac destdir="${maven.build.testOutputDir}" classpath="${gentoo.test.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -159,6 +159,7 @@
+ <path refid="build.test.classpath"/>
+ <pathelement location="${maven.build.outputDir}"/>
+ <pathelement location="${maven.build.testOutputDir}"/>
++ <pathelement path="${gentoo.test.classpath}" />
+ </classpath>
+ <batchtest todir="${maven.test.reports}" unless="test">
+ <fileset dir="${maven.build.testDir.0}">
+--- a/apps/mailreader/maven-build.xml
++++ b/apps/mailreader/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+--- a/apps/portlet/maven-build.xml
++++ b/apps/portlet/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -153,7 +153,7 @@
+ description="Compile the test code"
+ unless="maven.test.skip">
+ <mkdir dir="${maven.build.testOutputDir}"/>
+- <javac destdir="${maven.build.testOutputDir}"
++ <javac destdir="${maven.build.testOutputDir}" classpath="${gentoo.test.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -159,6 +159,7 @@
+ <path refid="build.test.classpath"/>
+ <pathelement location="${maven.build.outputDir}"/>
+ <pathelement location="${maven.build.testOutputDir}"/>
++ <pathelement path="${gentoo.test.classpath}" />
+ </classpath>
+ <batchtest todir="${maven.test.reports}" unless="test">
+ <fileset dir="${maven.build.testDir.0}">
+--- a/apps/showcase/maven-build.xml
++++ b/apps/showcase/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -153,7 +153,7 @@
+ description="Compile the test code"
+ unless="maven.test.skip">
+ <mkdir dir="${maven.build.testOutputDir}"/>
+- <javac destdir="${maven.build.testOutputDir}"
++ <javac destdir="${maven.build.testOutputDir}" classpath="${gentoo.test.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -159,6 +159,7 @@
+ <path refid="build.test.classpath"/>
+ <pathelement location="${maven.build.outputDir}"/>
+ <pathelement location="${maven.build.testOutputDir}"/>
++ <pathelement path="${gentoo.test.classpath}" />
+ </classpath>
+ <batchtest todir="${maven.test.reports}" unless="test">
+ <fileset dir="${maven.build.testDir.0}">
+--- a/apps/rest-showcase/maven-build.xml
++++ b/apps/rest-showcase/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -153,7 +153,7 @@
+ description="Compile the test code"
+ unless="maven.test.skip">
+ <mkdir dir="${maven.build.testOutputDir}"/>
+- <javac destdir="${maven.build.testOutputDir}"
++ <javac destdir="${maven.build.testOutputDir}" classpath="${gentoo.test.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -159,6 +159,7 @@
+ <path refid="build.test.classpath"/>
+ <pathelement location="${maven.build.outputDir}"/>
+ <pathelement location="${maven.build.testOutputDir}"/>
++ <pathelement path="${gentoo.test.classpath}" />
+ </classpath>
+ <batchtest todir="${maven.test.reports}" unless="test">
+ <fileset dir="${maven.build.testDir.0}">
+--- a/bundles/admin/maven-build.xml
++++ b/bundles/admin/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -153,7 +153,7 @@
+ description="Compile the test code"
+ unless="maven.test.skip">
+ <mkdir dir="${maven.build.testOutputDir}"/>
+- <javac destdir="${maven.build.testOutputDir}"
++ <javac destdir="${maven.build.testOutputDir}" classpath="${gentoo.test.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
+@@ -159,6 +159,7 @@
+ <path refid="build.test.classpath"/>
+ <pathelement location="${maven.build.outputDir}"/>
+ <pathelement location="${maven.build.testOutputDir}"/>
++ <pathelement path="${gentoo.test.classpath}" />
+ </classpath>
+ <batchtest todir="${maven.test.reports}" unless="test">
+ <fileset dir="${maven.build.testDir.0}">
+--- a/bundles/demo/maven-build.xml
++++ b/bundles/demo/maven-build.xml
+@@ -125,7 +125,7 @@
+
+ <target name="compile" depends="get-deps" description="Compile the code">
+ <mkdir dir="${maven.build.outputDir}"/>
+- <javac destdir="${maven.build.outputDir}"
++ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
+ nowarn="false"
+ debug="true"
+ optimize="false"
diff --git a/dev-java/struts/files/struts-2.3.15.2-build.xml-manifest.patch b/dev-java/struts/files/struts-2.3.15.2-build.xml-manifest.patch
new file mode 100644
index 000000000000..3a046a006399
--- /dev/null
+++ b/dev-java/struts/files/struts-2.3.15.2-build.xml-manifest.patch
@@ -0,0 +1,30 @@
+--- a/bundles/admin/maven-build.xml
++++ b/bundles/admin/maven-build.xml
+@@ -271,12 +271,8 @@
+ <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
+ compress="true"
+ index="false"
+- manifest="/var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/bundles/admin/target/classes/META-INF/MANIFEST.MF"
+ basedir="${maven.build.outputDir}"
+ excludes="**/package.html">
+- <manifest>
+- <attribute name="Main-Class"/>
+- </manifest>
+ </jar>
+ </target>
+
+--- a/bundles/demo/maven-build.xml
++++ b/bundles/demo/maven-build.xml
+@@ -271,12 +271,8 @@
+ <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
+ compress="true"
+ index="false"
+- manifest="/var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/bundles/demo/target/classes/META-INF/MANIFEST.MF"
+ basedir="${maven.build.outputDir}"
+ excludes="**/package.html">
+- <manifest>
+- <attribute name="Main-Class"/>
+- </manifest>
+ </jar>
+ </target>
+
diff --git a/dev-java/struts/files/struts-2.3.15.2-build.xml-remove-apps-portlet.patch b/dev-java/struts/files/struts-2.3.15.2-build.xml-remove-apps-portlet.patch
new file mode 100644
index 000000000000..27c101ddc5e0
--- /dev/null
+++ b/dev-java/struts/files/struts-2.3.15.2-build.xml-remove-apps-portlet.patch
@@ -0,0 +1,50 @@
+--- a/apps/maven-build.xml
++++ b/apps/maven-build.xml
+@@ -24,7 +24,6 @@
+ <target name="clean" description="Clean the output directory">
+ <ant antfile="build.xml" dir="blank" target="clean"/>
+ <ant antfile="build.xml" dir="mailreader" target="clean"/>
+- <ant antfile="build.xml" dir="portlet" target="clean"/>
+ <ant antfile="build.xml" dir="showcase" target="clean"/>
+ <ant antfile="build.xml" dir="rest-showcase" target="clean"/>
+ </target>
+@@ -36,7 +35,6 @@
+ <target name="compile" description="Compile the code">
+ <ant antfile="build.xml" dir="blank" target="compile"/>
+ <ant antfile="build.xml" dir="mailreader" target="compile"/>
+- <ant antfile="build.xml" dir="portlet" target="compile"/>
+ <ant antfile="build.xml" dir="showcase" target="compile"/>
+ <ant antfile="build.xml" dir="rest-showcase" target="compile"/>
+ </target>
+@@ -48,7 +46,6 @@
+ <target name="compile-tests" description="Compile the test code">
+ <ant antfile="build.xml" dir="blank" target="compile-tests"/>
+ <ant antfile="build.xml" dir="mailreader" target="compile-tests"/>
+- <ant antfile="build.xml" dir="portlet" target="compile-tests"/>
+ <ant antfile="build.xml" dir="showcase" target="compile-tests"/>
+ <ant antfile="build.xml" dir="rest-showcase" target="compile-tests"/>
+ </target>
+@@ -60,7 +57,6 @@
+ <target name="test" description="Run the test cases">
+ <ant antfile="build.xml" dir="blank" target="test"/>
+ <ant antfile="build.xml" dir="mailreader" target="test"/>
+- <ant antfile="build.xml" dir="portlet" target="test"/>
+ <ant antfile="build.xml" dir="showcase" target="test"/>
+ <ant antfile="build.xml" dir="rest-showcase" target="test"/>
+ </target>
+@@ -72,7 +68,6 @@
+ <target name="javadoc" description="Generates the Javadoc of the application">
+ <ant antfile="build.xml" dir="blank" target="javadoc"/>
+ <ant antfile="build.xml" dir="mailreader" target="javadoc"/>
+- <ant antfile="build.xml" dir="portlet" target="javadoc"/>
+ <ant antfile="build.xml" dir="showcase" target="javadoc"/>
+ <ant antfile="build.xml" dir="rest-showcase" target="javadoc"/>
+ </target>
+@@ -84,7 +79,6 @@
+ <target name="package" description="Package the application">
+ <ant antfile="build.xml" dir="blank" target="package"/>
+ <ant antfile="build.xml" dir="mailreader" target="package"/>
+- <ant antfile="build.xml" dir="portlet" target="package"/>
+ <ant antfile="build.xml" dir="showcase" target="package"/>
+ <ant antfile="build.xml" dir="rest-showcase" target="package"/>
+ </target>
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"/>