diff options
Diffstat (limited to 'javadoc.xml')
-rw-r--r-- | javadoc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/javadoc.xml b/javadoc.xml new file mode 100644 index 0000000..3d4fa56 --- /dev/null +++ b/javadoc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project default="javadoc"> + <target name="javadoc"> + <javadoc access="public" author="true" classpath="lib/swixml.jar:lib/jdom.jar:lib/postgresql-9.0-801.jdbc4.jar:/usr/lib64/eclipse/dropins/jdt/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar:lib/jackson-core-asl-1.7.4.jar:/usr/lib64/eclipse/dropins/jdt/plugins/org.junit_4.8.1.v4_8_1_v20100427-1100/junit.jar:lib/httpclient-4.1.jar:lib/commons-logging-1.1.1.jar:lib/commons-codec-1.4.jar:lib/httpclient-cache-4.1.jar:lib/httpcore-4.1.jar:lib/jackson-mapper-asl-1.7.4.jar:lib/httpmime-4.1.jar" destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" overview="/home/matt/workspace/SLUT/src/uk/org/ury/overview.html" packagenames="uk.org.ury.frontend.modules.show,uk.org.ury.frontend.cpanels.menu,uk.org.ury.frontend.client,uk.org.ury.backend.server.exceptions,uk.org.ury.backend.database.exceptions,uk.org.ury.common.show.item,uk.org.ury.common.library,uk.org.ury.frontend.testrig,uk.org.ury.frontend.client.test,uk.org.ury.common.protocol.exceptions,uk.org.ury.backend.server,uk.org.ury.frontend.modules.menu,uk.org.ury.common.protocol,uk.org.ury.frontend.cpanels.show,uk.org.ury.backend.database,uk.org.ury.backend.handlers,uk.org.ury.frontend.exceptions,uk.org.ury.frontend,uk.org.ury.backend.config,uk.org.ury.common.library.exceptions,uk.org.ury.frontend.modules.library,uk.org.ury.common.library.item,uk.org.ury.common.show" source="1.6" sourcepath="src" splitindex="true" use="true" version="true"/> + </target> +</project> |