You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/09/27 17:31:30 UTC

svn commit: r580064 - in /tapestry/tapestry5/trunk: quickstart/src/site/ src/site/ src/site/resources/ support/ tapestry-annotations/src/site/ tapestry-component-report/src/site/ tapestry-core/src/site/ tapestry-hibernate/src/site/ tapestry-ioc/src/sit...

Author: hlship
Date: Thu Sep 27 08:31:26 2007
New Revision: 580064

URL: http://svn.apache.org/viewvc?rev=580064&view=rev
Log:
Remove old PDF tutorial.
Remove unnecessary links from site navigation.

Added:
    tapestry/tapestry5/trunk/support/tapestry-spring.launch
Removed:
    tapestry/tapestry5/trunk/src/site/resources/t5-tutorial.pdf
Modified:
    tapestry/tapestry5/trunk/quickstart/src/site/site.xml
    tapestry/tapestry5/trunk/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-annotations/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-component-report/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-core/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-hibernate/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-ioc/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-spring/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-test/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml
    tapestry/tapestry5/trunk/tapestry-upload/src/site/site.xml

Modified: tapestry/tapestry5/trunk/quickstart/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -19,10 +19,7 @@
     <publishDate format="dd MMM yyyy"/>
 
     <body>
-        <links>
-            <item name="Tapestry" href="http://tapestry.apache.org"/>
-            <item name="Apache" href="http://www.apache.org/"/>
-        </links>
+
 
         <menu name="Usage">
             <item name="Introduction" href="index.html"/>

Modified: tapestry/tapestry5/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,6 @@
   <publishDate format="dd MMM yyyy"/>
 
   <body>
-    <links>
-      <item name="Tapestry" href="http://tapestry.apache.org"/>
-      <item name="Apache" href="http://www.apache.org/"/>
-    </links>
 
     <menu name="Tapestry 5 Project">
       <item name="Screencasts" href="screencast.html"/>

Added: tapestry/tapestry5/trunk/support/tapestry-spring.launch
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/support/tapestry-spring.launch?rev=580064&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/support/tapestry-spring.launch (added)
+++ tapestry/tapestry5/trunk/support/tapestry-spring.launch Thu Sep 27 08:31:26 2007
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.testng.eclipse.launchconfig">
+<booleanAttribute key="com.mountainminds.eclemma.core.INPLACE_INSTRUMENTATION" value="false"/>
+<listAttribute key="com.mountainminds.eclemma.core.INSTRUMENTATION_PATHS">
+<listEntry value="/tapestry5/bin"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.testng.remote.RemoteTestNG"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="tapestry5"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx600m"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:tapestry5/tapestry-spring}"/>
+<mapAttribute key="org.testng.eclipse.ALL_CLASS_METHODS"/>
+<listAttribute key="org.testng.eclipse.CLASS_TEST_LIST"/>
+<stringAttribute key="org.testng.eclipse.COMPLIANCE_LEVEL" value="JDK"/>
+<listAttribute key="org.testng.eclipse.GROUP_LIST"/>
+<listAttribute key="org.testng.eclipse.GROUP_LIST_CLASS"/>
+<stringAttribute key="org.testng.eclipse.LOG_LEVEL" value="10"/>
+<listAttribute key="org.testng.eclipse.SUITE_TEST_LIST">
+<listEntry value="tapestry-spring/src/test/conf/testng.xml"/>
+</listAttribute>
+<intAttribute key="org.testng.eclipse.TYPE" value="3"/>
+</launchConfiguration>

Modified: tapestry/tapestry5/trunk/tapestry-annotations/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-annotations/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-annotations/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-annotations/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -1,45 +1,43 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- 
-   Copyright 2006 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.
+  Copyright 2006 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 name="Tapestry Annotations">
-    <bannerLeft>
-        <name>Tapestry 5</name>
-        <href>http://tapestry.apache.org/tapestry5/</href>
-        <src>images/tapestry_banner.gif</src>
-    </bannerLeft>
-    <bannerRight>
-        <name>Apache</name>
-        <href>http://www.apache.org</href>
-        <src>images/asf_logo_wide.gif</src>
-    </bannerRight>
-    <skin>
-        <groupId>org.apache.tapestry</groupId>
-        <artifactId>maven-skin</artifactId>
-        <version>1.1</version>
-    </skin>
-    
-    <publishDate format="dd MMM yyyy" />
-    
-    <body>
-        <links>
-             <item name="Apache" href="http://www.apache.org/" />            
-        </links>
-        
-        <menu ref="reports"/>
-        
-    </body>
+  <bannerLeft>
+    <name>Tapestry 5</name>
+    <href>http://tapestry.apache.org/tapestry5/</href>
+    <src>images/tapestry_banner.gif</src>
+  </bannerLeft>
+  <bannerRight>
+    <name>Apache</name>
+    <href>http://www.apache.org</href>
+    <src>images/asf_logo_wide.gif</src>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.tapestry</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.1</version>
+  </skin>
+
+  <publishDate format="dd MMM yyyy" />
+
+  <body>
+
+
+    <menu ref="reports" />
+
+  </body>
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-component-report/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-component-report/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-component-report/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
     <publishDate format="dd MMM yyyy" />
     
     <body>
-        <links>
-            <item name="Tapestry" href="http://tapestry.apache.org/" />
-            <item name="Apache" href="http://www.apache.org/" />
-        </links>
+
         
        
         <menu name="Tapestry Component Report">

Modified: tapestry/tapestry5/trunk/tapestry-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
     <publishDate format="dd MMM yyyy" />
     
     <body>
-        <links>
-            <item name="Tapestry" href="http://tapestry.apache.org/" />
-            <item name="Apache" href="http://www.apache.org/" />
-        </links>
+
 
 
 <!--

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
   <publishDate format="dd MMM yyyy" />
   
   <body>
-    <links>
-      <item name="Tapestry" href="http://tapestry.apache.org/" />
-      <item name="Apache" href="http://www.apache.org/" />
-    </links>
+
     
     <menu name="Quick Links">
       <item name="About" href="index.html"/>

Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,9 +35,7 @@
     <publishDate format="dd MMM yyyy" />
     
     <body>
-        <links>
-             <item name="Apache" href="http://www.apache.org/" />            
-        </links>
+>
         
          <head>
             <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>

Modified: tapestry/tapestry5/trunk/tapestry-spring/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
   <publishDate format="dd MMM yyyy" />
   
   <body>
-    <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"/>

Modified: tapestry/tapestry5/trunk/tapestry-test/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
     <publishDate format="dd MMM yyyy" />
     
     <body>
-        <links>
-            <item name="Tapestry" href="http://tapestry.apache.org/" />
-            <item name="Apache" href="http://www.apache.org/" />
-        </links>
+
                         
         <menu ref="reports"/>
         

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
   <publishDate format="dd MMM yyyy" />
   
   <body>
-    <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"/>

Modified: tapestry/tapestry5/trunk/tapestry-upload/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/src/site/site.xml?rev=580064&r1=580063&r2=580064&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-upload/src/site/site.xml Thu Sep 27 08:31:26 2007
@@ -35,10 +35,7 @@
   <publishDate format="dd MMM yyyy"/>
 
   <body>
-    <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"/>