From 105838ff57bc4ea520838144e2d6da89f2c4afe1 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Tue, 18 Jul 2006 19:51:10 +0000 Subject: [PATCH] Improving the source release to include all jars needed to build core and a small Ant script to compile core WW-1378 WW-1384 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@423222 13f79535-47bb-0310-9956-ffa450edef68 --- assembly/pom.xml | 212 ++++++++++++++++++++++++++ assembly/src/main/assembly/src.xml | 15 ++ assembly/src/main/resources/build.xml | 53 +++++++ 3 files changed, 280 insertions(+) create mode 100644 assembly/src/main/resources/build.xml diff --git a/assembly/pom.xml b/assembly/pom.xml index 82978b476..0344cd93e 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -130,7 +130,219 @@ + + javax.servlet + jsp-api + 2.0 + provided + + + commons-lang + commons-lang + 2.0 + provided + + + + + uk.ltd.getahead + dwr + 1.1-beta-3 + provided + + + + + velocity + velocity + 1.4 + provided + + + + velocity-tools + velocity-tools + 1.1 + provided + + + + + commons-fileupload + commons-fileupload + 1.1 + provided + + + + + opensymphony + sitemesh + 2.2.1 + provided + + + + + jetty + org.mortbay.jetty + 5.1.4 + provided + + + + eclipse + jdtcore + 3.1.0 + provided + + + + ant + ant + 1.6.5 + provided + + + + tomcat + jasper-compiler + 5.5.12 + provided + + + + tomcat + jasper-runtime + 5.5.12 + provided + + + + tomcat + jasper-compiler-jdt + 5.5.12 + provided + + + + commons-el + commons-el + 1.0 + provided + + + + commons-io + commons-io + 1.0 + provided + + + + commons-lang + commons-lang + 2.1 + provided + + + + + xstream + xstream + 1.1.2 + provided + + + + + org.apache.struts.tiles + tiles-core + 0.2-SNAPSHOT + provided + + + commons-digester + commons-digester + 1.7 + provided + + + + + portlet-api + portlet-api + 1.0 + provided + + + + org.apache.pluto + pluto + 1.0.1-rc4 + provided + + + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-10-SNAPSHOT + provided + + + + + org.springframework + spring-beans + 1.2.6 + provided + + + + org.springframework + spring-core + 1.2.6 + provided + + + + org.springframework + spring-context + 1.2.6 + provided + + + + org.springframework + spring-web + 1.2.6 + provided + + + + org.springframework + spring-mock + 1.2.6 + provided + + + + + myfaces + myfaces-jsf-api + 1.0.9 + provided + + + + org.rifers + rife-continuations + 0.0.2 + provided + + javax.servlet diff --git a/assembly/src/main/assembly/src.xml b/assembly/src/main/assembly/src.xml index 031588c88..5bd898fee 100644 --- a/assembly/src/main/assembly/src.xml +++ b/assembly/src/main/assembly/src.xml @@ -24,6 +24,20 @@ zip true + + + lib + optional + + + lib + compile + + + lib + provided + + @@ -33,6 +47,7 @@ README* LICENSE* NOTICE* + build.xml diff --git a/assembly/src/main/resources/build.xml b/assembly/src/main/resources/build.xml new file mode 100644 index 000000000..d93200b75 --- /dev/null +++ b/assembly/src/main/resources/build.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +