Update of /cvsroot/xdoclet/xdoclet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8078

Modified Files:
        README.txt 
Log Message:
need junit.jar instead of xalan.jar!!! (XDT-1149)

Index: README.txt
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** README.txt  22 Apr 2003 23:59:40 -0000      1.5
--- README.txt  15 Nov 2004 22:10:23 -0000      1.6
***************
*** 3,13 ****
  *********************************************
  
! XDoclet is a code generation engine. It enables Attribute-Oriented 
Programming 
! for java. In short, this means that you can add more significance to your 
code 
! by adding meta data (attributes) to your java sources. This is done in 
special 
  JavaDoc tags.
  
! XDoclet will parse your source files and generate many artifacts such as XML 
! descriptors and/or source code from it. These files are generated from 
templates 
  that use the information provided in the source code and its JavaDoc tags.
  
--- 3,13 ----
  *********************************************
  
! XDoclet is a code generation engine. It enables Attribute-Oriented Programming
! for java. In short, this means that you can add more significance to your code
! by adding meta data (attributes) to your java sources. This is done in special
  JavaDoc tags.
  
! XDoclet will parse your source files and generate many artifacts such as XML
! descriptors and/or source code from it. These files are generated from 
templates
  that use the information provided in the source code and its JavaDoc tags.
  
***************
*** 30,36 ****
  you'll get it that way.
  
! Then you have to install Jakarta Ant 1.5.1 (http://ant.apache.org/) or
! later. Put xalan.jar into the Jakarta Ant lib directory. If you want to build
! the docs too, you also need Maven (http://maven.apache.org/) installed.
  
  Then you just cd to the xdoclet folder (where this file is). And type:
--- 30,39 ----
  you'll get it that way.
  
! Then you have to install Jakarta Ant 1.5.1 (http://ant.apache.org/) or later.
! 
! Put junit.jar into the Jakarta Ant lib directory.
! 
! If you want to build the docs too, you also need Maven
! (http://maven.apache.org/) installed.
  
  Then you just cd to the xdoclet folder (where this file is). And type:



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to