Author: wsmoak Date: Sun Jul 9 19:44:12 2006 New Revision: 420404 URL: http://svn.apache.org/viewvc?rev=420404&view=rev Log: Update the sandbox website and build. Includes renaming Standalone Tiles as Tiles 2 (SB-32).
Added: struts/sandbox/trunk/src/site/xdoc/ struts/sandbox/trunk/src/site/xdoc/index.xml (with props) Modified: struts/sandbox/trunk/pom.xml struts/sandbox/trunk/src/site/site.xml Modified: struts/sandbox/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/pom.xml?rev=420404&r1=420403&r2=420404&view=diff ============================================================================== --- struts/sandbox/trunk/pom.xml (original) +++ struts/sandbox/trunk/pom.xml Sun Jul 9 19:44:12 2006 @@ -25,17 +25,16 @@ <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts-parent</artifactId> - <version>2</version> + <artifactId>struts-master</artifactId> + <version>3</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.struts.sandbox</groupId> - <artifactId>sandbox-parent</artifactId> - <version>1</version> + <groupId>org.apache.struts</groupId> + <artifactId>struts-sandbox</artifactId> + <version>2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Struts Sandbox</name> - <url>http://struts.apache.org</url> <description>Apache Struts Sandbox</description> <inceptionYear>2000</inceptionYear> @@ -47,11 +46,6 @@ </scm> <distributionManagement> - <repository> - <id>apache-maven-test-builds</id> - <name>Apache Maven Repository (Test Builds)</name> - <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> - </repository> <site> <id>apache-site</id> <url>scp://people.apache.org/www/struts.apache.org/struts-sandbox</url> Modified: struts/sandbox/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/src/site/site.xml?rev=420404&r1=420403&r2=420404&view=diff ============================================================================== --- struts/sandbox/trunk/src/site/site.xml (original) +++ struts/sandbox/trunk/src/site/site.xml Sun Jul 9 19:44:12 2006 @@ -14,13 +14,13 @@ <links> <item name="Apache" href="http://www.apache.org" /> - <item name="Action" href="http://struts.apache.org/struts-action" /> - <item name="Action 2" href="http://struts.apache.org/struts-action2" /> - <item name="Shale" href="http://struts.apache.org/struts-shale" /> + <item name="Struts 1" href="http://struts.apache.org/1.x" /> + <item name="Struts 2" href="http://struts.apache.org/2.0" /> + <item name="Sandbox" href="http://struts.apache.org/struts-sandbox" /> </links> <menu name="Sandbox Projects"> <item - name="Standalone Tiles" + name="Tiles 2" href="/tiles/index.html"/> <item name="Struts Flow" @@ -31,8 +31,11 @@ </menu> <menu name="Quick Links"> <item - name="Struts" + name="Apache Struts" href="http://struts.apache.org/index.html"/> + <item + name="Struts Sandbox" + href="http://struts.apache.org/struts-sandbox"/> </menu> ${reports} Added: struts/sandbox/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/src/site/xdoc/index.xml?rev=420404&view=auto ============================================================================== --- struts/sandbox/trunk/src/site/xdoc/index.xml (added) +++ struts/sandbox/trunk/src/site/xdoc/index.xml Sun Jul 9 19:44:12 2006 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<document> + + <properties> + <title>Apache Struts - Sandbox</title> + </properties> + + <body> + + <section name="Apache Struts Sandbox"> + + <p>The Apache Struts Sandbox houses experimental, unreleased projects.</p> + + <subsection name="Sandbox Projects"> + + <p>To find out what's in the sandbox, <a href="source-repository.html"> + access the repository</a>, or visit the project website for + <ul> + <li><a href="tiles/index.html">Tiles 2</a>,</li> + <li><a href="struts-flow/index.html">Struts Flow</a>, or</li> + <li><a href="struts-ti/index.html">Struts Ti</a>.</li> + </ul> + </p> + </subsection> + </section> + + </body> + +</document> \ No newline at end of file Propchange: struts/sandbox/trunk/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL