Author: hlship
Date: Wed Oct 12 23:55:55 2011
New Revision: 1182620

URL: http://svn.apache.org/viewvc?rev=1182620&view=rev
Log:
TAP5-1682: Fix problems with package statements due to reformats

Modified:
    
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/components/Layout.java
    
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/pages/Index.java
    
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java
    
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java
    
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java

Modified: 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/components/Layout.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/components/Layout.java?rev=1182620&r1=1182619&r2=1182620&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/components/Layout.java
 (original)
+++ 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/components/Layout.java
 Wed Oct 12 23:55:55 2011
@@ -1,6 +1,4 @@
-package $
-
-{package}.components;
+package ${package}.components;
 
 import org.apache.tapestry5.*;
 import org.apache.tapestry5.annotations.*;

Modified: 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/pages/Index.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/pages/Index.java?rev=1182620&r1=1182619&r2=1182620&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/pages/Index.java
 (original)
+++ 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/pages/Index.java
 Wed Oct 12 23:55:55 2011
@@ -1,6 +1,4 @@
-package $
-
-{package}.pages;
+package ${package}.pages;
 
 import java.util.Date;
 import org.apache.tapestry5.annotations.*;

Modified: 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java?rev=1182620&r1=1182619&r2=1182620&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java
 (original)
+++ 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java
 Wed Oct 12 23:55:55 2011
@@ -1,6 +1,4 @@
-package $
-
-{package}.services;
+package ${package}.services;
 
 import java.io.IOException;
 

Modified: 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java?rev=1182620&r1=1182619&r2=1182620&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java
 (original)
+++ 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java
 Wed Oct 12 23:55:55 2011
@@ -1,6 +1,4 @@
-package $
-
-{package}.services;
+package ${package}.services;
 
 import java.io.IOException;
 

Modified: 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java?rev=1182620&r1=1182619&r2=1182620&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java
 (original)
+++ 
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java
 Wed Oct 12 23:55:55 2011
@@ -1,6 +1,4 @@
-package $
-
-{package}.services;
+package ${package}.services;
 
 import java.io.IOException;
 


Reply via email to