You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

xdoclet.xml 715 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. <!DOCTYPE xdoclet-module PUBLIC "-//XDoclet Team//DTD XDoclet Module 1.0//EN" "http://xdoclet.sourceforge.net/dtd/xdoclet-module_1_0.dtd">
  4. -->
  5. <xdoclet-module>
  6. <taghandler
  7. namespace="Ant"
  8. class="org.apache.ant.xdoclet.TaskTagsHandler"
  9. />
  10. <subtask
  11. name="taskdescriptor"
  12. implementation-class="org.apache.ant.xdoclet.TaskDescriptorSubTask"
  13. parent-task-class="org.apache.ant.xdoclet.AntDocletTask"
  14. />
  15. <subtask
  16. name="taskdefproperties"
  17. implementation-class="org.apache.ant.xdoclet.TaskDefPropertiesSubTask"
  18. parent-task-class="org.apache.ant.xdoclet.AntDocletTask"
  19. />
  20. </xdoclet-module>