forked from COBWEB-ca/cobweb2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavadoc.xml
More file actions
8 lines (7 loc) · 720 Bytes
/
Copy pathjavadoc.xml
File metadata and controls
8 lines (7 loc) · 720 Bytes
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse.ant.import ?>
<project default="javadoc">
<target name="javadoc">
<javadoc access="public" author="true" classpath="lib/jcommon-1.0.12.jar;lib/jfreechart-1.0.9.jar;C:\Program Files\eclipse\plugins\org.junit_3.8.2.v20080602-1318\junit.jar" destdir="doc/javadoc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="temperature,driver.applet,cobweb.params,cwcore.complexParams,cobweb,cobweb2test,disease,cwcore,cobweb2test.ga,cwcore.legacy,ga,driver,driver.config" source="1.6" sourcepath="src;test;resources" splitindex="true" use="true" version="true"/>
</target>
</project>