Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32020/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample

Modified Files:
        SamplePage.java SamplePage.xml 
Log Message:
Added @tapestry.meta tag

Index: SamplePage.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/SamplePage.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** SamplePage.java     28 Nov 2005 17:37:22 -0000      1.23
--- SamplePage.java     1 Dec 2005 16:33:08 -0000       1.24
***************
*** 22,25 ****
--- 22,27 ----
   * @tapestry.property name="counter2" persist="session" initial-value="6"
   *
+  * @tapestry.meta key="mykey" value="myvalue"
+  *
   * @tapestry.bean   description="My beautiful bean"
   *                  name="bean1"

Index: SamplePage.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/test/java/org/xdoclet/plugin/tapestry/sample/SamplePage.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** SamplePage.xml      28 Nov 2005 17:37:22 -0000      1.23
--- SamplePage.xml      1 Dec 2005 16:33:08 -0000       1.24
***************
*** 4,7 ****
--- 4,8 ----
  <page-specification class="org.xdoclet.plugin.tapestry.sample.SamplePage">
    <description>Sample description for SamplePage :-)</description>
+   <meta key="mykey" value="myvalue"/>
    <bean lifecycle="none" name="bean1" property="myBean" 
class="java.lang.Object">
      <description>My beautiful bean</description>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to