You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ws...@apache.org on 2007/01/16 05:00:15 UTC

svn commit: r496583 - in /tiles/trunk: pom.xml src/site/site.xml src/site/xdoc/index.xml

Author: wsmoak
Date: Mon Jan 15 20:00:14 2007
New Revision: 496583

URL: http://svn.apache.org/viewvc?view=rev&rev=496583
Log:
Add distribution management repositories. TILES-3

Modified:
    tiles/trunk/pom.xml
    tiles/trunk/src/site/site.xml
    tiles/trunk/src/site/xdoc/index.xml

Modified: tiles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/trunk/pom.xml?view=diff&rev=496583&r1=496582&r2=496583
==============================================================================
--- tiles/trunk/pom.xml (original)
+++ tiles/trunk/pom.xml Mon Jan 15 20:00:14 2007
@@ -58,6 +58,17 @@
     <ciManagement/>
     
     <distributionManagement>
+        <repository>
+            <id>tiles-staging</id>
+            <name>Apache Tiles Staging Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/builds/tiles/m2-staging-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <uniqueVersion>true</uniqueVersion>
+        </snapshotRepository>
         <site>
             <id>apache-site</id>
             <url>scp://people.apache.org/www/tiles.apache.org</url>

Modified: tiles/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/trunk/src/site/site.xml?view=diff&rev=496583&r1=496582&r2=496583
==============================================================================
--- tiles/trunk/src/site/site.xml (original)
+++ tiles/trunk/src/site/site.xml Mon Jan 15 20:00:14 2007
@@ -21,24 +21,21 @@
  * under the License.
  */
 -->
-<project name="Apache Struts - Tiles 2">
+<project name="Apache Tiles 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>
+        <name>Apache Tiles 2</name>
+        <href>http://tiles.apache.org</href>
     </bannerRight>
     <body>
 
         <links>
             <item name="Apache" href="http://www.apache.org" />
-            <item name="Struts 1" href="http://struts.apache.org/1.x" />
-            <item name="Struts 2" href="http://struts.apache.org/2.x" />
-            <item name="Tiles 2" href="http://struts.apache.org/struts-sandbox/tiles" />
+            <item name="Tiles 2" href="http://tiles.apache.org" />
         </links>
 
         <menu name="Documentation">
@@ -68,9 +65,6 @@
             <item
                     name="Struts"
                     href="http://struts.apache.org/"/>
-            <item
-                    name="Struts Sandbox"
-                    href="http://struts.apache.org/struts-sandbox"/>
             <item
                     name="Tiles 2"
                     href="/index.html"/>

Modified: tiles/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tiles/trunk/src/site/xdoc/index.xml?view=diff&rev=496583&r1=496582&r2=496583
==============================================================================
--- tiles/trunk/src/site/xdoc/index.xml (original)
+++ tiles/trunk/src/site/xdoc/index.xml Mon Jan 15 20:00:14 2007
@@ -24,7 +24,7 @@
 <document>
 
     <properties>
-        <title>Apache Struts - Tiles 2</title>
+        <title>Apache Tiles 2</title>
     </properties>
 
     <body>
@@ -62,7 +62,7 @@
 
                 <source><![CDATA[
                   <dependency>
-                      <groupId>org.apache.struts.tiles</groupId>
+                      <groupId>org.apache.tiles</groupId>
                       <artifactId>tiles-core</artifactId>
                       <version>2.0-SNAPSHOT</version>
                   </dependency>