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

  Modified:    src/java/xtags ConditionFactory.java
  Log:
  fixed problems with resolving DTD from c: drive
  Now dtd resides inside xdocletgui jar
  
  Revision  Changes    Path
  1.21      +1 -1      xdocletgui/src/java/xtags/ConditionFactory.java
  
  Index: ConditionFactory.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdocletgui/src/java/xtags/ConditionFactory.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -w -r1.20 -r1.21
  --- ConditionFactory.java     3 Oct 2002 20:30:42 -0000       1.20
  +++ ConditionFactory.java     7 Oct 2002 12:27:19 -0000       1.21
  @@ -402,7 +402,7 @@
                                {
                                        if( s.equals( "-//XDoclet Team//DTD XDoclet 
Tags 1.1//EN" ) )
                                        {
  -                                             return new InputSource( new 
FileInputStream( 
"C:/cvs/cvs.xdoclet.sourceforge.net/xdoclet-all/xdoclet/xdocs/dtds/xtags_1_1.dtd" ) );
  +                                             return new InputSource( 
getClass().getResourceAsStream( "/xtags_1_1.dtd" ) );
                                        }
                                        return null;
                                }
  
  
  


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