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/07/04 21:17:15 UTC

svn commit: r419064 [3/3] - in /tapestry/tapestry4/trunk: ./ .settings/ annotations/ contrib/ examples/ framework/ portlet/ src/documentation/content/xdocs/QuickStart/ src/documentation/content/xdocs/UsersGuide/ src/site/ src/site/apt/ src/site/xdoc/Qu...

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanInject.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanInject.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanInject.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanInject.jwc Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
      	
 <component-specification>    
     <bean name="bean" class="java.util.HashMap" property="myProperty"/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanSet.page
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanSet.page?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanSet.page (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/BeanSet.page Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE page-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
      	
 <page-specification>
     

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Binding40.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Binding40.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Binding40.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Binding40.jwc Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 	
 <component-specification>
 

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/ComponentInjectProperty.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/ComponentInjectProperty.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/ComponentInjectProperty.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/ComponentInjectProperty.jwc Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
      	
 <component-specification>
 	<component id="body" type="Body" property="myProperty"/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/DeprecatedComponent.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/DeprecatedComponent.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/DeprecatedComponent.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/DeprecatedComponent.jwc Tue Jul  4 12:17:08 2006
@@ -17,6 +17,6 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
      	
 <component-specification deprecated="true"/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Inject.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Inject.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Inject.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Inject.jwc Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 	
 <component-specification>
 

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Parameter.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Parameter.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Parameter.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Parameter.jwc Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
      	
 <component-specification>
 

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Property.page
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Property.page?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Property.page (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/Property.page Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE page-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
      	
 <page-specification>
 

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/SlashInComponentType.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/SlashInComponentType.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/SlashInComponentType.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/parse/SlashInComponentType.jwc Tue Jul  4 12:17:08 2006
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 <component-specification>
     <component id="fred" type="rubble/Barney"/>    
 </component-specification>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootComponent.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootComponent.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootComponent.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootComponent.jwc Tue Jul  4 12:17:08 2006
@@ -17,6 +17,6 @@
 
 <!DOCTYPE component-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 	
 <component-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootPage.page
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootPage.page?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootPage.page (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/ContextRootPage.page Tue Jul  4 12:17:08 2006
@@ -17,5 +17,5 @@
 
 <!DOCTYPE page-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 <page-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfComponent.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfComponent.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfComponent.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfComponent.jwc Tue Jul  4 12:17:08 2006
@@ -17,6 +17,6 @@
 
 <!DOCTYPE component-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 	
 <component-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfPage.page
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfPage.page?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfPage.page (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/MyWebInfPage.page Tue Jul  4 12:17:08 2006
@@ -17,5 +17,5 @@
 
 <!DOCTYPE page-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 <page-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/NamespacePage.page
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/NamespacePage.page?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/NamespacePage.page (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/NamespacePage.page Tue Jul  4 12:17:08 2006
@@ -17,5 +17,5 @@
 
 <!DOCTYPE page-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 <page-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppComponent.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppComponent.jwc?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppComponent.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppComponent.jwc Tue Jul  4 12:17:08 2006
@@ -17,6 +17,6 @@
 
 <!DOCTYPE component-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 	
 <component-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppPage.page
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppPage.page?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppPage.page (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/resolver/context/WEB-INF/myapp/MyAppPage.page Tue Jul  4 12:17:08 2006
@@ -17,5 +17,5 @@
 
 <!DOCTYPE page-specification PUBLIC
   "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
+  "http://tapestry.apache.org/dtd/Tapestry_4_0.dtd">
 <page-specification/>

Modified: tapestry/tapestry4/trunk/tapestry-portlet/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-portlet/pom.xml?rev=419064&r1=419009&r2=419064&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-portlet/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-portlet/pom.xml Tue Jul  4 12:17:08 2006
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <project>
     <parent>
-        <artifactId>tapestry-project</artifactId>
         <groupId>org.apache.tapestry</groupId>
+        <artifactId>tapestry-project</artifactId>
         <version>4.1.0-SNAPSHOT</version>
     </parent>