forked from pc2ccs/pc2v9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavadoc.api.xml
21 lines (19 loc) · 967 Bytes
/
javadoc.api.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<project default="javadoc">
<!-- $Id$ -->
<!-- $HeadURL$ -->
<!--
Purpose: Create the API Java documentation
To Use this:
To run/use this file:
insure that javadoc.exe is in the PATH
insure JAVA_HOME is defined (in eclipse)
then Run As... Ant Build (in eclipse)
dal
-->
<target name="javadoc">
<javadoc access="protected" additionalparam="-link http://java.sun.com/j2se/1.5.0/docs/api/" author="true" classpath="vendor/lib/junit-4.1.jar;vendor/lib/mclb.jar"
destdir="doc.api" doctitle="PC&sup2; Version 9 API" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" overview="api_overview.html" packagenames="edu.csus.ecs.pc2.api,edu.csus.ecs.pc2.api.exceptions,edu.csus.ecs.pc2.api.listener" source="1.5" sourcepath="src" splitindex="true" use="true" version="true"/>
<exec executable="explorer.exe" dir="doc.api"><arg line="index.html"/></exec>
</target>
</project>