Added a site, started Maven 2 sync with Struts pom

git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-05-07 01:15:49 +00:00
parent 9e19569c58
commit 1d0f8d9592
3 changed files with 118 additions and 18 deletions
+34 -18
View File
@@ -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>
+42
View File
@@ -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>
+42
View File
@@ -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>