From fc529db4d9da9fbe3ec61d97685db3edbc9c4c08 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Mon, 9 Oct 2006 00:40:14 +0000 Subject: [PATCH] Working on the public struts 2 site WW-1453 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454246 13f79535-47bb-0310-9956-ffa450edef68 --- api/pom.xml | 8 +++- core/pom.xml | 2 +- {core/src => src}/site/site.xml | 62 +++++++++++++++++++++------ {core/src => src}/site/xdoc/index.xml | 0 {core/src => src}/site/xdoc/jxr.xml | 0 5 files changed, 58 insertions(+), 14 deletions(-) rename {core/src => src}/site/site.xml (66%) rename {core/src => src}/site/xdoc/index.xml (100%) rename {core/src => src}/site/xdoc/jxr.xml (100%) diff --git a/api/pom.xml b/api/pom.xml index 96dad3966..603f9babd 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -11,7 +11,13 @@ struts2-api jar Struts 2 API - + + + apache-site + scp://people.apache.org/www/struts.apache.org/2.x/api + + + javax.servlet servlet-api diff --git a/core/pom.xml b/core/pom.xml index 04441b72e..5c1c2eb9f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,7 +15,7 @@ apache-site - scp://people.apache.org/www/struts.apache.org/2.x/struts-core + scp://people.apache.org/www/struts.apache.org/2.x/core diff --git a/core/src/site/site.xml b/src/site/site.xml similarity index 66% rename from core/src/site/site.xml rename to src/site/site.xml index 1c7589d17..916768132 100644 --- a/core/src/site/site.xml +++ b/src/site/site.xml @@ -56,17 +56,7 @@ - - - - + + + + + + + + + + + + + + + + + + + + + ${reports} diff --git a/core/src/site/xdoc/index.xml b/src/site/xdoc/index.xml similarity index 100% rename from core/src/site/xdoc/index.xml rename to src/site/xdoc/index.xml diff --git a/core/src/site/xdoc/jxr.xml b/src/site/xdoc/jxr.xml similarity index 100% rename from core/src/site/xdoc/jxr.xml rename to src/site/xdoc/jxr.xml