User: ko5tik  
  Date: 02/10/07 05:27:17

  Modified:    modules/xdoclet/src/META-INF xtags.xml
  Log:
  fixed problems with resolving DTD from c: drive
  Now dtd resides inside xdocletgui jar
  
  Revision  Changes    Path
  1.9       +29 -2     xdoclet/modules/xdoclet/src/META-INF/xtags.xml
  
  Index: xtags.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/META-INF/xtags.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -w -r1.8 -r1.9
  --- xtags.xml 6 Oct 2002 17:43:19 -0000       1.8
  +++ xtags.xml 7 Oct 2002 12:27:17 -0000       1.9
  @@ -137,6 +137,25 @@
                <condition-description>
                        Applicable to all classes
                </condition-description>
  +             <condition type="or">
  +                     <condition type="class"/>
  +                     <condition type="and">
  +                             <condition type="field"/>
  +                             <condition type="final"/>
  +                             <condition type="static"/>
  +                             <!-- disable till we deicude how to change type 
codition evaluation -->
  +                             <!--
  +                             <condition type="or">
  +                                     <condition type="type">
  +                                             
<condition-parameter>java.lang.String</condition-parameter>
  +                                     </condition>
  +                                     <condition type="type">
  +                                             
<condition-parameter>String</condition-parameter>
  +                                     </condition>
  +                             </condition>
  +                             -->
  +                     </condition>
  +             </condition>
                <tags>
                        <tag>
                                <level>field</level>
  @@ -152,9 +171,17 @@
                                        <condition type="field"/>
                                        <condition type="static"/>
                                        <condition type="final"/>
  +                             <!-- disable till we deicude how to change type 
codition evaluation -->
  +                             <!--
  +                                     <condition type="or">
                                        <condition type="type">
                                                
<condition-parameter>java.lang.String</condition-parameter>
                                        </condition>
  +                                             <condition type="type">
  +                                                     
<condition-parameter>String</condition-parameter>
  +                                             </condition>
  +                                     </condition>
  +                             -->
                                </condition>
                                <parameter type="text">
                                        <name>msg</name>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to