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

Modified Files:
        TaglibPlugin.java WebPlugin.java 
Log Message:
Moving to generama 1.1.1-SNAPSHOT

Index: WebPlugin.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/main/java/org/xdoclet/plugin/web/WebPlugin.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** WebPlugin.java      8 Feb 2005 03:48:48 -0000       1.19
--- WebPlugin.java      31 May 2005 11:26:42 -0000      1.20
***************
*** 6,9 ****
--- 6,10 ----
  import org.generama.JellyTemplateEngine;
  import org.generama.defaults.QDoxPlugin;
+ import org.generama.defaults.XMLOutputValidator;
  import org.generama.QDoxCapableMetadataProvider;
  import org.generama.WriterMapper;
***************
*** 66,69 ****
--- 67,74 ----
          setMultioutput(false);
          setFilereplace("web.xml");
+         Map dtds = new HashMap();
+         dtds.put(WebPlugin.SYSTEM_ID_2_2, 
getClass().getResource("web-app_2_2.dtd"));
+         dtds.put(WebPlugin.SYSTEM_ID_2_3, 
getClass().getResource("web-app_2_3.dtd"));
+         setOutputValidator(new XMLOutputValidator(dtds));
  
          new TagLibrary(metadataProvider);

Index: TaglibPlugin.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/src/main/java/org/xdoclet/plugin/web/TaglibPlugin.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TaglibPlugin.java   8 Feb 2005 03:48:48 -0000       1.15
--- TaglibPlugin.java   31 May 2005 11:26:42 -0000      1.16
***************
*** 10,13 ****
--- 10,14 ----
  import org.generama.WriterMapper;
  import org.generama.defaults.QDoxPlugin;
+ import org.generama.defaults.XMLOutputValidator;
  import org.xdoclet.plugin.web.qtags.TagLibrary;
  
***************
*** 15,18 ****
--- 16,20 ----
  import java.util.Collection;
  import java.util.HashMap;
+ import java.util.Map;
  
  /**
***************
*** 91,94 ****
--- 93,100 ----
          setShortname(DEFAULT_SHORTNAME);
  
+         Map dtds = new HashMap();
+         dtds.put(TaglibPlugin.SYSTEM_ID_1_2, 
getClass().getResource("web-jsptaglibrary_1_2.dtd"));
+         setOutputValidator(new XMLOutputValidator(dtds));
+ 
          new TagLibrary(metadataProvider);
      }
***************
*** 150,154 ****
       * Wheter or not to include the listeners definitions in the generated 
tld file.
       * Is true if not specified.
!      * @param includeListenersStr "true" or "false"
       */
      public void setIncludelisteners(String includeListenersStr) {
--- 156,161 ----
       * Wheter or not to include the listeners definitions in the generated 
tld file.
       * Is true if not specified.
!      *
!      * @generama.property default="true"
       */
      public void setIncludelisteners(String includeListenersStr) {
***************
*** 160,163 ****
--- 167,173 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setJspversion(String jspversion) {
          this.jspversion = jspversion;
***************
*** 168,171 ****
--- 178,184 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setTaglibversion(String taglibversion) {
          this.taglibversion = taglibversion;
***************
*** 176,179 ****
--- 189,195 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setShortname(String shortname) {
          this.shortname = shortname;
***************
*** 192,195 ****
--- 208,214 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setDisplayname(String displayname) {
          this.displayname = displayname;
***************
*** 200,203 ****
--- 219,225 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setSmallicon(String smallicon) {
          this.smallicon = smallicon;
***************
*** 208,211 ****
--- 230,236 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setLargeicon(String largeicon) {
          this.largeicon = largeicon;
***************
*** 216,219 ****
--- 241,247 ----
      }
  
+     /**
+      * @generama.property
+      */
      public void setDescription(String description) {
          this.description = description;



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to