Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/velocity
In directory sc8-pr-cvs1:/tmp/cvs-serv12630/src/java/xdoclet/util/velocity

Modified Files:
        VelocityConfigurer.java 
Log Message:
Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.

Index: VelocityConfigurer.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/velocity/VelocityConfigurer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** VelocityConfigurer.java     12 Mar 2003 23:41:03 -0000      1.3
--- VelocityConfigurer.java     16 Mar 2003 17:06:59 -0000      1.4
***************
*** 154,159 ****
          getProperties().setProperty(RuntimeConstants.RUNTIME_LOG_LOGSYSTEM_CLASS,
              DontCloseLog4JLogSystem.class.getName());
          // We want ${velocityCount} to start on 0 instead of 1.
!         getProperties().setProperty(RuntimeConstants.COUNTER_INITIAL_VALUE, "0" );
          _velocityEngine.init(_properties);
  
--- 154,160 ----
          getProperties().setProperty(RuntimeConstants.RUNTIME_LOG_LOGSYSTEM_CLASS,
              DontCloseLog4JLogSystem.class.getName());
+ 
          // We want ${velocityCount} to start on 0 instead of 1.
!         getProperties().setProperty(RuntimeConstants.COUNTER_INITIAL_VALUE, "0");
          _velocityEngine.init(_properties);
  



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to