You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/12 18:40:05 UTC

svn commit: r393500 - in /struts/site: ./ legacy/ legacy/struts-doc-1.0.2/ legacy/struts-doc-1.1/ src/ src/site/ src/site/fml/ src/site/resources/ src/site/resources/images/ src/site/resources/proposals/ src/site/resources/uml/ src/site/xdoc/ src/site/...

Author: wsmoak
Date: Wed Apr 12 09:39:38 2006
New Revision: 393500

URL: http://svn.apache.org/viewcvs?rev=393500&view=rev
Log:
Reorganize Struts Site for Maven 2.

Added:
    struts/site/legacy/
      - copied from r393496, struts/site/xdocs/legacy/
    struts/site/legacy/struts-doc-1.0.2/
      - copied from r393496, struts/site/xdocs/struts-doc-1.0.2/
    struts/site/legacy/struts-doc-1.1/
      - copied from r393496, struts/site/xdocs/struts-doc-1.1/
    struts/site/pom.xml   (with props)
    struts/site/src/
    struts/site/src/site/
    struts/site/src/site/fml/
    struts/site/src/site/fml/helping.fml
      - copied unchanged from r393496, struts/site/xdocs/helping.fml
    struts/site/src/site/fml/kickstart.fml
      - copied unchanged from r393496, struts/site/xdocs/kickstart.fml
    struts/site/src/site/fml/roadmap.fml
      - copied unchanged from r393496, struts/site/xdocs/roadmap.fml
    struts/site/src/site/resources/
    struts/site/src/site/resources/doap_Struts.rdf
      - copied unchanged from r393496, struts/site/xdocs/doap_Struts.rdf
    struts/site/src/site/resources/download.cgi
      - copied unchanged from r393496, struts/site/xdocs/download.cgi
    struts/site/src/site/resources/images/
      - copied from r393496, struts/site/xdocs/images/
    struts/site/src/site/resources/proposals/
      - copied from r393496, struts/site/xdocs/proposals/
    struts/site/src/site/resources/uml/
      - copied from r393496, struts/site/xdocs/uml/
    struts/site/src/site/site.xml
      - copied, changed from r393496, struts/site/xdocs/navigation.xml
    struts/site/src/site/xdoc/
      - copied from r393496, struts/site/xdocs/
Removed:
    struts/site/src/site/xdoc/doap_Struts.rdf
    struts/site/src/site/xdoc/download.cgi
    struts/site/src/site/xdoc/helping.fml
    struts/site/src/site/xdoc/images/
    struts/site/src/site/xdoc/kickstart.fml
    struts/site/src/site/xdoc/legacy/
    struts/site/src/site/xdoc/navigation.xml
    struts/site/src/site/xdoc/proposals/
    struts/site/src/site/xdoc/roadmap.fml
    struts/site/src/site/xdoc/struts-doc-1.0.2/
    struts/site/src/site/xdoc/struts-doc-1.1/
    struts/site/src/site/xdoc/struts.css
    struts/site/src/site/xdoc/stylesheets/
    struts/site/src/site/xdoc/uml/
    struts/site/xdocs/

Added: struts/site/pom.xml
URL: http://svn.apache.org/viewcvs/struts/site/pom.xml?rev=393500&view=auto
==============================================================================
--- struts/site/pom.xml (added)
+++ struts/site/pom.xml Wed Apr 12 09:39:38 2006
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Copyright 2001-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.
+ */
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+   <parent>
+      <groupId>org.apache.struts</groupId>
+      <artifactId>struts-parent</artifactId>
+      <version>1</version>
+   </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.struts</groupId>
+    <artifactId>struts-site</artifactId>
+    <version>1</version>
+    <packaging>pom</packaging>
+    <name>Struts Site</name>
+    <url>http://struts.apache.org</url>
+
+    <!-- ################################################################ -->
+    <!--        Project management section                                -->
+    <!-- ################################################################ -->
+
+  <description>
+    Struts Site is the Apache Struts home page, 
+    the top-level portal to all other Struts frameworks and subprojects. 
+  </description>
+
+  <scm>
+    <connection>scm|svn|http://svn.apache.org/repos/asf/struts/site/trunk</connection>
+    <developerConnection>scm|svn|https://svn.apache.org/repos/asf/struts/site/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
+  </scm>
+
+</project>

Propchange: struts/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/site/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: struts/site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Copied: struts/site/src/site/site.xml (from r393496, struts/site/xdocs/navigation.xml)
URL: http://svn.apache.org/viewcvs/struts/site/src/site/site.xml?p2=struts/site/src/site/site.xml&p1=struts/site/xdocs/navigation.xml&r1=393496&r2=393500&rev=393500&view=diff
==============================================================================
--- struts/site/xdocs/navigation.xml (original)
+++ struts/site/src/site/site.xml Wed Apr 12 09:39:38 2006
@@ -1,7 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Struts Site">
-    <title>Apache Struts Project</title>
+<project name="Apache Struts">
+    <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" href="http://struts.apache.org/struts-action" /> 
+            <item name="Shale" href="http://struts.apache.org/struts-shale" /> 
+            <item name="Tiles" href="http://struts.apache.org/struts-tiles" /> 
+        </links>
+
         <menu name="Apache Struts Project">
             <item
                     name="Welcome"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org