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/06/15 04:11:06 UTC

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

Author: hlship
Date: Thu Jun 14 19:11:05 2007
New Revision: 547486

URL: http://svn.apache.org/viewvc?view=rev&rev=547486
Log:
TAPESTRY-1439: Convert Tutorial from Pages/PDF to new module using APT format

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

Modified: tapestry/tapestry5/trunk/tapestry-project/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=diff&rev=547486&r1=547485&r2=547486
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/pom.xml Thu Jun 14 19:11:05 2007
@@ -21,8 +21,8 @@
     <url>http://www.apache.org</url>
   </organization>
   <scm>
-    <connection> scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-project </connection>
-    <url> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project </url>
+    <connection> scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/ </connection>
+    <url> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/ </url>
   </scm>
   <developers>
     <developer>

Modified: tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml?view=diff&rev=547486&r1=547485&r2=547486
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml Thu Jun 14 19:11:05 2007
@@ -40,7 +40,7 @@
     </menu>
     
     <menu name="Tapestry Tutorials">
-      <item name="Tutorial #1" href="tapestry-tutorial1/"/>
+      <item name="Tutorial #1" href="tutorial1/"/>
     </menu>
 
     <menu name="Tapestry 5 Maven Support">

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?view=diff&rev=547486&r1=547485&r2=547486
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Thu Jun 14 19:11:05 2007
@@ -4,7 +4,6 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tutorial1</artifactId>
-  <version>1.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>Tapestry 5 Tutorial</name>
   <description>Introductory topics in Tapestry application development.</description>
@@ -12,6 +11,19 @@
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org</url>
   </organization>
+
+  <scm>
+    <connection> scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/tapestry-tutorial1/ </connection>
+    <url> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/ </url>
+  </scm>
+  
+  <parent>
+    <groupId>org.apache.tapestry</groupId>
+    <artifactId>tapestry-project</artifactId>
+    <version>5.0.5-SNAPSHOT</version>
+    <relativePath>../tapestry-project/pom.xml</relativePath>
+  </parent>
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.tapestry</groupId>
@@ -98,26 +110,9 @@
       </plugin>
     </plugins>
   </reporting>
-  <repositories>
-    <repository>
-      <id>codehaus.snapshots</id>
-      <url>http://snapshots.repository.codehaus.org</url>
-    </repository>
-    <!-- For access to the selenium JARs. -->
-    <repository>
-      <id>openqa</id>
-      <name>OpenQA Maven Repository</name>
-      <url>http://maven.openqa.org/</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <!-- A necessary version of the surefire plugin, 2.8-SNAPSHOT, lives here. -->
-    <pluginRepository>
-      <id>howardlewisship.com</id>
-      <url>http://howardlewisship.com/repository</url>
-    </pluginRepository>
-  </pluginRepositories>
+
   <properties>
     <tapestry-release-version>5.0.5-SNAPSHOT</tapestry-release-version>
   </properties>
+  
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/index.apt?view=diff&rev=547486&r1=547485&r2=547486
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/index.apt Thu Jun 14 19:11:05 2007
@@ -60,5 +60,6 @@
   Howard is an independent software consultant, specializing in customized Tapestry training, mentoring, architectural review and project work.
   Howard lives in Portland, Oregon with his wife Suzanne, a novelist.
 
+====
   
   {{{env.html}Continue on to Chapter 1: Setting Up Your Environment}}