Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<?xml version="1.0" encoding="UTF-8"?>
<project name="enunciate.targets">
<import file="properties.xml"/>
<target name="generateIcd">
<echo message="Generating ICD documentation using Enunciate"/>
<enunciate basedir="${enunciate.baseSourceDirectory}" configFile="enunciate.xml">
<include name="**/*.java"/>
<exclude name="**/generatedwsdl/**/*.java"/>
<classpath refid="enunciate.classpath"/>
<classpath>
<pathelement path="${enunciate.app.dependencies}"/>
</classpath>
<export artifactId="docs" destination="${enunciate.destinationDirectory}/${enunciate.artifact}-icd.tar"/>
</enunciate>
</target>
</project>