You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/03/06 18:39:52 UTC

svn commit: r515224 - in /tapestry/tapestry5: tapestry-project/trunk/src/site/apt/index.apt tapestry-project/trunk/src/site/site.xml tapestry-spring/trunk/.project tapestry-spring/trunk/pom.xml tapestry-spring/trunk/src/site/site.xml

Author: hlship
Date: Tue Mar  6 09:39:51 2007
New Revision: 515224

URL: http://svn.apache.org/viewvc?view=rev&rev=515224
Log:
Rename tapestry-spring-integration to tapestry-spring.

Modified:
    tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
    tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml
    tapestry/tapestry5/tapestry-spring/trunk/.project
    tapestry/tapestry5/tapestry-spring/trunk/pom.xml
    tapestry/tapestry5/tapestry-spring/trunk/src/site/site.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt?view=diff&rev=515224&r1=515223&r2=515224
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt Tue Mar  6 09:39:51 2007
@@ -98,7 +98,7 @@
   
   
   A  module for integrating Tapestry 5 with {{{http://springframework.org/}Spring}} has been
-  added: {{{tapestry-spring-integration/}tapestry-spring-integration}}.
+  added: {{{tapestry-spring/}tapestry-spring}}.
 
   A Maven plugin to generate documentation about components and parameters has been added:
   {{{tapestry-component-report/}tapestry-component-report}}.

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml?view=diff&rev=515224&r1=515223&r2=515224
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml Tue Mar  6 09:39:51 2007
@@ -34,7 +34,7 @@
     <menu name="Tapestry 5 Modules">
       <item name="tapestry-core" href="tapestry-core/"/>
       <item name="tapestry-ioc" href="tapestry-ioc"/>
-      <item name="tapestry-spring-integration" href="tapestry-spring-integration/"/>
+      <item name="tapestry-spring" href="tapestry-spring"/>
       <item name="tapestry-test" href="tapestry-test/"/>
     </menu>
 

Modified: tapestry/tapestry5/tapestry-spring/trunk/.project
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring/trunk/.project?view=diff&rev=515224&r1=515223&r2=515224
==============================================================================
--- tapestry/tapestry5/tapestry-spring/trunk/.project (original)
+++ tapestry/tapestry5/tapestry-spring/trunk/.project Tue Mar  6 09:39:51 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>tapestry-spring-integration</name>
+	<name>tapestry-spring</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: tapestry/tapestry5/tapestry-spring/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring/trunk/pom.xml?view=diff&rev=515224&r1=515223&r2=515224
==============================================================================
--- tapestry/tapestry5/tapestry-spring/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-spring/trunk/pom.xml Tue Mar  6 09:39:51 2007
@@ -4,7 +4,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
-  <artifactId>tapestry-spring-integration</artifactId>
+  <artifactId>tapestry-spring</artifactId>
   <name>Tapestry-Spring Integration Library</name>
   <packaging>jar</packaging>
   <version>5.0.3-SNAPSHOT</version>

Modified: tapestry/tapestry5/tapestry-spring/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-spring/trunk/src/site/site.xml?view=diff&rev=515224&r1=515223&r2=515224
==============================================================================
--- tapestry/tapestry5/tapestry-spring/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-spring/trunk/src/site/site.xml Tue Mar  6 09:39:51 2007
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 
-<project name="Tapestry IoC">
+<project name="Tapestry Spring Integration">
   <bannerLeft>
     <name>Tapestry 5</name>
     <href>http://tapestry.apache.org/tapestry5/</href>
@@ -36,8 +36,9 @@
   
   <body>
     <links>
-      <item name="Apache" href="http://www.apache.org/" />            
-    </links>   
+      <item name="Tapestry" href="http://tapestry.apache.org/" />
+      <item name="Apache" href="http://www.apache.org/" />
+    </links>
     
     <menu name="Quick Links">
       <item name="Download" href="http://tapestry.apache.org/download.html"/>