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-serv8151/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry

Modified Files:
        PageSpecificationPlugin.java PageSpecificationPlugin.jelly 
Log Message:
Added PropertySelection tag
Fixed Iso-8859-1 content type mess

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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PageSpecificationPlugin.java        14 Oct 2005 15:49:10 -0000      1.4
--- PageSpecificationPlugin.java        17 Oct 2005 08:24:08 -0000      1.5
***************
*** 37,41 ****
          QDoxCapableMetadataProvider metadataProvider, WriterMapper 
writerMapper) {
          super(jellyTemplateEngine, metadataProvider, writerMapper);
-         setEncoding("ISO-8859-1");
          setFileregex("\\.java");
          setFilereplace("\\.page");
--- 37,40 ----

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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PageSpecificationPlugin.jelly       14 Oct 2005 15:49:10 -0000      1.3
--- PageSpecificationPlugin.jelly       17 Oct 2005 08:24:08 -0000      1.4
***************
*** 17,31 ****
              <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"/>
--- 17,21 ----
              <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"/>



-------------------------------------------------------
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