Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/sdk/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv13012/src/java/xdoclet/sdk/ant
Modified Files:
TaskXmlPlugin.java
Log Message:
Added Java Beans support. This is in order to make it possible for Bean containers
(such as IDEs) to configure XDoclet. We're generating BeanInfo and MANIFEST.MF files
that provide metadata about XDoclet. This is in fact the Metadata API for the
configuration part of XDoclet.
Index: TaskXmlPlugin.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/sdk/ant/TaskXmlPlugin.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TaskXmlPlugin.java 5 Mar 2003 22:27:11 -0000 1.2
--- TaskXmlPlugin.java 8 Mar 2003 14:21:09 -0000 1.3
***************
*** 14,18 ****
// we only have one version, so hard code it for simplicity. see
project.properties
! setTemplateName("xdoclet/sdk/ant/task.xml.vm");
setFileName("{0}.xml");
}
--- 14,18 ----
// we only have one version, so hard code it for simplicity. see
project.properties
! setTemplatePath("xdoclet/sdk/ant/task.xml.vm");
setFileName("{0}.xml");
}
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel