Author: mrdon Date: Sat May 6 18:15:49 2006 New Revision: 400382 URL: http://svn.apache.org/viewcvs?rev=400382&view=rev Log: Added a site, started Maven 2 sync with Struts pom
Added: incubator/webwork2/src/site/ incubator/webwork2/src/site/site.xml incubator/webwork2/src/site/xdoc/ incubator/webwork2/src/site/xdoc/index.xml Modified: incubator/webwork2/pom.xml Modified: incubator/webwork2/pom.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/pom.xml?rev=400382&r1=400381&r2=400382&view=diff ============================================================================== --- incubator/webwork2/pom.xml (original) +++ incubator/webwork2/pom.xml Sat May 6 18:15:49 2006 @@ -6,9 +6,9 @@ <version>2.0-SNAPSHOT</version> <artifactId>project</artifactId> <packaging>pom</packaging> - <name>Struts Action Framework 2.0 Project</name> + <name>Struts Action 2</name> <description> - WebWork is a Java web-application development framework. + Struts Action 2 is a Java web-application development framework. It is built specifically with developer productivity and code simplicity in mind, providing robust support for building reusable UI templates, such as form controls, UI themes, @@ -17,23 +17,44 @@ </description> <licenses> <license> - <name>The OpenSymphony Software License 1.1</name> - <url>http://opensymphony.com/webwork/license.action</url> - <comments> - This license is derived and fully compatible with the Apache Software - License - see http://www.apache.org/LICENSE.txt - </comments> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + <comments/> </license> </licenses> - <url>http://www.opensymphony.com/webwork/</url> - <organization> - <name>OpenSymphony</name> - <url>http://www.opensymphony.com/</url> + <url>http://struts.apache.org</url> + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org</url> </organization> + + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/action/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/action/trunk</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/struts/action/trunk</url> + </scm> + <issueManagement> <system>JIRA</system> - <url>http://jira.opensymphony.com/browse/WW</url> + <url>http://issues.apache.org/struts/</url> </issueManagement> + + <ciManagement/> + <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-action2/</url> + </site> + </distributionManagement> + + <mailingLists> <mailingList> <name>WebWork users list</name> @@ -182,11 +203,6 @@ </plugin> </plugins> </build> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</connection> - <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</developerConnection> - <url>http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</url> - </scm> <dependencyManagement> <dependencies> <dependency> Added: incubator/webwork2/src/site/site.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/site/site.xml?rev=400382&view=auto ============================================================================== --- incubator/webwork2/src/site/site.xml (added) +++ incubator/webwork2/src/site/site.xml Sat May 6 18:15:49 2006 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Struts Action Framework 2"> + <bannerLeft> + <name>Apache Software Foundation</name> + <src>http://www.apache.org/images/asf-logo.gif</src> + <href>http://www.apache.org</href> + </bannerLeft> + <bannerRight> + <name>Apache Struts</name> + <src>http://struts.apache.org/images/struts.gif</src> + <href>http://struts.apache.org</href> + </bannerRight> + <body> + <links> + <item name="Apache" href="http://www.apache.org" /> + <item name="Action 1" 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" /> + </links> + <menu name="Struts Action Framework 2"> + <item + name="Welcome" + href="index.html" + /> + <item + name="Download" + href="http://struts.apache.org/downloads.html"/> + </menu> + + <menu name="Documentation"> + <item + name="Javadoc" + href="apidocs/index.html" + /> + <item + name="Source Repository" + href="http://svn.apache.org/viewcvs.cgi/struts/action2/trunk/?root=Apache-SVN" + /> + </menu> + ${reports} + </body> +</project> Added: incubator/webwork2/src/site/xdoc/index.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/site/xdoc/index.xml?rev=400382&view=auto ============================================================================== --- incubator/webwork2/src/site/xdoc/index.xml (added) +++ incubator/webwork2/src/site/xdoc/index.xml Sat May 6 18:15:49 2006 @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<!-- +Copyright 1999-2005 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<!-- +// ======================================================================== 78 +--> +<document> + + <properties> + <title>Struts Action 2</title> + </properties> + + <body> + + <section name="Welcome to Struts Action Framework 2"> + <a name="Welcome"/> + + <p> + Struts Action 2 is a Java web-application development framework. + It is built specifically with developer productivity and + code simplicity in mind, providing robust support for building + reusable UI templates, such as form controls, UI themes, + internationalization, dynamic form parameter mapping to JavaBeans, + robust client and server side validation, and much more. + </p> + + </section> + + </body> +</document>