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

Modified Files:
        PageSpecificationPlugin.java PageSpecificationPlugin.jelly 
Log Message:
Added tapestry.text-field tag for Tapestry's TextField component
Added ability to guess the name parameter for the tapestry.property tag

Index: PageSpecificationPlugin.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/PageSpecificationPlugin.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PageSpecificationPlugin.java        11 Oct 2005 23:15:58 -0000      1.3
--- PageSpecificationPlugin.java        14 Oct 2005 15:49:10 -0000      1.4
***************
*** 31,35 ****
  /**
   * Generates page-specification (.page) files
!  * @author Paolo Don�
   */
  public class PageSpecificationPlugin extends GenericTapestryPlugin {
--- 31,35 ----
  /**
   * Generates page-specification (.page) files
!  * @author Paolo Dona
   */
  public class PageSpecificationPlugin extends GenericTapestryPlugin {
***************
*** 37,40 ****
--- 37,41 ----
          QDoxCapableMetadataProvider metadataProvider, WriterMapper 
writerMapper) {
          super(jellyTemplateEngine, metadataProvider, writerMapper);
+         setEncoding("ISO-8859-1");
          setFileregex("\\.java");
          setFilereplace("\\.page");

Index: PageSpecificationPlugin.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/PageSpecificationPlugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PageSpecificationPlugin.jelly       11 Oct 2005 17:28:30 -0000      1.2
--- PageSpecificationPlugin.jelly       14 Oct 2005 15:49:10 -0000      1.3
***************
*** 3,7 ****
  <jxml:doctype name="page-specification"
          publicId="${plugin.publicId}"
!         systemId="${plugin.systemId}" trim="true"/>    
  
          <j:set var="class" value="${metadata}"/>
--- 3,7 ----
  <jxml:doctype name="page-specification"
          publicId="${plugin.publicId}"
!         systemId="${plugin.systemId}" trim="true"  />    
  
          <j:set var="class" value="${metadata}"/>
***************
*** 17,26 ****
              <j:import uri="/jelly/Bean.jelly" inherit="true"/>
              <j:import uri="/jelly/Component.jelly" inherit="true"/>
!             <j:import uri="/jelly/FrameworkComponents.jelly" inherit="true"/>
              <j:import uri="/jelly/ContribComponents.jelly" inherit="true"/>  
              <j:import uri="/jelly/Asset.jelly" inherit="true"/>
              <j:import uri="/jelly/Property.jelly" inherit="true"/>
              <j:import uri="/jelly/Inject.jelly" inherit="true"/>
- 
          </page-specification>
  </j:jelly>
--- 17,35 ----
              <j:import uri="/jelly/Bean.jelly" inherit="true"/>
              <j:import uri="/jelly/Component.jelly" inherit="true"/>
!             
!             <!-- <j:import uri="/jelly/FrameworkComponents.jelly" 
inherit="true"/> -->
!             
!              <j:import uri="/jelly/framework/DirectLink.jelly" 
inherit="true"/> 
!             <j:import uri="/jelly/framework/Foreach.jelly" inherit="true"/>
!             <j:import uri="/jelly/framework/Form.jelly" inherit="true"/>
!             <j:import uri="/jelly/framework/If.jelly" inherit="true"/> 
!             <j:import uri="/jelly/framework/Insert.jelly" inherit="true"/> 
!             <j:import uri="/jelly/framework/PageLink.jelly" inherit="true"/> 
!             <j:import uri="/jelly/framework/TextField.jelly" inherit="true"/>
!             
              <j:import uri="/jelly/ContribComponents.jelly" inherit="true"/>  
              <j:import uri="/jelly/Asset.jelly" inherit="true"/>
              <j:import uri="/jelly/Property.jelly" inherit="true"/>
              <j:import uri="/jelly/Inject.jelly" inherit="true"/>
          </page-specification>
  </j:jelly>



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to