You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/06/24 23:16:52 UTC

svn commit: r416960 - in /tapestry/tapestry5/tapestry-core/trunk: pom.xml src/site/site.xml

Author: jkuhnert
Date: Sat Jun 24 14:16:51 2006
New Revision: 416960

URL: http://svn.apache.org/viewvc?rev=416960&view=rev
Log:
Trying to make nav do what I want

Modified:
    tapestry/tapestry5/tapestry-core/trunk/pom.xml
    tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?rev=416960&r1=416959&r2=416960&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Sat Jun 24 14:16:51 2006
@@ -15,6 +15,7 @@
     </parent>
     <name>Tapestry Core Library</name>
     <inceptionYear>2006</inceptionYear>
+    <url>http://tapestry.apache.org/tapestry5/</url>
     
     <dependencies>
         <dependency>
@@ -131,5 +132,12 @@
             <url>scp://apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
         </snapshotRepository>
     </distributionManagement>
-
+    
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <url>http://cvs.apache.org/maven-snapshot-repository</url>
+        </repository>
+    </repositories>
+    
 </project>

Modified: tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml?rev=416960&r1=416959&r2=416960&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/site/site.xml Sat Jun 24 14:16:51 2006
@@ -36,8 +36,8 @@
     
     <body>
         <links>
-            <item name="Tapestry" href="http://tapestry.apache.org" />
-            <item name="Hivemind" href="http://jakarta.apache.org/hivemind" />
+            <item name="Tapestry" href="http://tapestry.apache.org/" />
+            <item name="Hivemind" href="http://jakarta.apache.org/hivemind/" />
             <item name="Apache" href="http://www.apache.org/" />
         </links>
         
@@ -47,8 +47,8 @@
         </head>
         
         <menu name="Tapestry Core">
-            <item name="Introduction" href="index.html"/>
-            <item name="Upgrade from Tapestry 4" href="upgrade.html"/>
+            <item name="Introduction" href="/index.html"/>
+            <item name="Upgrade from Tapestry 4" href="/upgrade.html"/>
         </menu> 
         
         ${reports}