Author: andyhot
Date: Thu Oct  4 06:53:57 2007
New Revision: 581909

URL: http://svn.apache.org/viewvc?rev=581909&view=rev
Log:
update dtd urls - mainly in contrib

Modified:
    
tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.application
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/Contrib.library
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.script
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/XTile.script
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Choose.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Otherwise.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/When.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.library
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/ViewTabs.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnPage.page
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/Tree.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/TreeNodeViewPage.page
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTable.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
    
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewPage.page

Modified: 
tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.application
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.application?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.application
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/app.application
 Thu Oct  4 06:53:57 2007
@@ -2,7 +2,7 @@
 
 <!DOCTYPE application 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";>
 
 <application name="app">
     <meta key="org.apache.tapestry.page-class-packages" 
value="${packageName}.pages"/>

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/Contrib.library
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/Contrib.library?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/Contrib.library
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/Contrib.library
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE library-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";>
        
 <library-specification>
 

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.jwc
 Thu Oct  4 06:53:57 2007
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <!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 class="org.apache.tapestry.contrib.ajax.AjaxStatus">
     <description>
         An extension of the Any component that defines an html node that will 
be shown 

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.script
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.script?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.script
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/AjaxStatus.script
 Thu Oct  4 06:53:57 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script PUBLIC
   "-//Apache Software Foundation//Tapestry Script Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Script_3_0.dtd";>
 
 <script>
     <input-symbol key="id" required="yes" />

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/XTile.script
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/XTile.script?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/XTile.script
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/ajax/XTile.script
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE script PUBLIC
        "-//Apache Software Foundation//Tapestry Script Specification 3.0//EN"
-       "http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd";>
+       "http://tapestry.apache.org/dtd/Script_3_0.dtd";>
 <script>
        <input-symbol key="url" class="java.lang.String"/>
        <input-symbol key="sendFunctionName" class="java.lang.String"/>

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Choose.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Choose.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Choose.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Choose.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
   
 <component-specification class="org.apache.tapestry.contrib.components.Choose">
 

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Otherwise.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Otherwise.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Otherwise.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/Otherwise.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
   
 <component-specification class="org.apache.tapestry.contrib.components.When">
   <description>

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/When.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/When.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/When.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/components/When.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
   
 <component-specification class="org.apache.tapestry.contrib.components.When">
   <description>

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.library
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.library?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.library
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/Inspector.library
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE library-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";>
 <library-specification>        
   
   <!-- Turns out that libraries have to form a tree; since this library is 
included by Contrib, it can't include Contrib.  Instead,

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/ViewTabs.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/ViewTabs.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/ViewTabs.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/inspector/ViewTabs.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
        
 <component-specification 
class="org.apache.tapestry.contrib.inspector.ViewTabs">
     

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
        
 <component-specification 
class="org.apache.tapestry.contrib.table.components.inserted.SimpleTableColumnComponent"
 
        allow-informal-parameters="yes">

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnFormComponent.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
        
 <component-specification 
class="org.apache.tapestry.contrib.table.components.inserted.SimpleTableColumnFormComponent"
 
        allow-informal-parameters="yes">

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnPage.page
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnPage.page?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnPage.page
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnPage.page
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE page-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
 
 <page-specification>
 

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/Tree.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/Tree.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/Tree.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/Tree.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
 
 <component-specification 
class="org.apache.tapestry.contrib.tree.components.Tree"
     allow-body="yes" allow-informal-parameters="yes">

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/TreeNodeViewPage.page
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/TreeNodeViewPage.page?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/TreeNodeViewPage.page
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/TreeNodeViewPage.page
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE page-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
 
 <page-specification>
 

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTable.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTable.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTable.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTable.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
 
 <component-specification 
class="org.apache.tapestry.contrib.tree.components.table.TreeTable"
     allow-body="yes" allow-informal-parameters="yes">

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE component-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
 
 <component-specification 
class="org.apache.tapestry.contrib.tree.components.table.TreeTableNodeViewDelegator"
     allow-body="yes" allow-informal-parameters="yes">

Modified: 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewPage.page
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewPage.page?rev=581909&r1=581908&r2=581909&view=diff
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewPage.page
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewPage.page
 Thu Oct  4 06:53:57 2007
@@ -17,7 +17,7 @@
 
 <!DOCTYPE page-specification PUBLIC 
   "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
-  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+  "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd";>
 
 <page-specification>
 


Reply via email to