Modified: 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testput_servlet.vm
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testput_servlet.vm?rev=749301&r1=749300&r2=749301&view=diff
==============================================================================
--- 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testput_servlet.vm
 (original)
+++ 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testput_servlet.vm
 Mon Mar  2 13:29:39 2009
@@ -1,5 +1,4 @@
-<#--
-/*
+#*
  * $Id: testput_servlet.ftl 742199 2009-02-08 23:05:44Z apetrelli $
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +18,7 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- */
--->
+ *#
 <@tiles.insertTemplate template="/servlets/layoutServlet">
   <@tiles.putAttribute name="title"  value="This is the title." />
   <@tiles.putAttribute name="header" value="/freemarker/header.ftl" />

Modified: 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist.vm
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist.vm?rev=749301&r1=749300&r2=749301&view=diff
==============================================================================
--- 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist.vm 
(original)
+++ 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist.vm 
Mon Mar  2 13:29:39 2009
@@ -1,5 +1,4 @@
-<#--
-/*
+#*
  * $Id: testputlist.ftl 742191 2009-02-08 22:43:19Z apetrelli $
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +18,7 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- */
--->
+ *#
 <@tiles.insertTemplate template="/freemarker/putattributeslayout.ftl">
   <@tiles.putAttribute name="stringTest" value="This is a string" 
type="string" />
   <@tiles.putListAttribute name="list">

Modified: 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_cascaded.vm
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_cascaded.vm?rev=749301&r1=749300&r2=749301&view=diff
==============================================================================
--- 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_cascaded.vm
 (original)
+++ 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_cascaded.vm
 Mon Mar  2 13:29:39 2009
@@ -1,5 +1,4 @@
-<#--
-/*
+#*
  * $Id: testputlist_cascaded.ftl 743333 2009-02-11 13:22:57Z apetrelli $
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +18,7 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- */
--->
+ *#
 <@tiles.insertTemplate template="/freemarker/layout.ftl">
   <@tiles.putAttribute name="title"  value="This is the title." />
   <@tiles.putAttribute name="header" value="/freemarker/header.ftl" />

Modified: 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_inherit.vm
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_inherit.vm?rev=749301&r1=749300&r2=749301&view=diff
==============================================================================
--- 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_inherit.vm
 (original)
+++ 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testputlist_inherit.vm
 Mon Mar  2 13:29:39 2009
@@ -1,5 +1,4 @@
-<#--
-/*
+#*
  * $Id: testputlist_inherit.ftl 743333 2009-02-11 13:22:57Z apetrelli $
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +18,7 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- */
--->
+ *#
 <@tiles.insertDefinition name="freemarker.test.putAttributes">
   <@tiles.putListAttribute name="list" inherit=true>
     <@tiles.addAttribute value="valueFour" type="string" />

Modified: 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testsetcurrentcontainer.vm
URL: 
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testsetcurrentcontainer.vm?rev=749301&r1=749300&r2=749301&view=diff
==============================================================================
--- 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testsetcurrentcontainer.vm
 (original)
+++ 
tiles/sandbox/trunk/tiles-test-sandbox/src/main/webapp/velocity/testsetcurrentcontainer.vm
 Mon Mar  2 13:29:39 2009
@@ -1,5 +1,4 @@
-<#--
-/*
+#*
  * $Id: testsetcurrentcontainer.ftl 742115 2009-02-08 14:57:41Z apetrelli $
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +18,7 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- */
--->
+ *#
 <@tiles.setCurrentContainer containerKey="alternate" />
 <@tiles.insertDefinition name="freemarker.test.definition" />
 <@tiles.setCurrentContainer />


Reply via email to