-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjavadoc.xml
6 lines (6 loc) · 2.16 KB
/
javadoc.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
<target name="javadoc">
<javadoc access="private" additionalparam=" -noqualifier all" author="true" classpath="libs/Filters.jar;libs/Spring/spring-jdbc-3.2.1.RELEASE.jar;libs/com4j.jar;libs/Spring/spring-beans-3.2.1.RELEASE.jar;libs/Spring/spring-test-3.2.1.RELEASE.jar;libs/commons-lang3-3.1.jar;libs/Spring/spring-orm-3.2.1.RELEASE.jar;libs/opencsv-2.3.jar;C:\users\Tony\CODE\eclipse\plugins\org.hamcrest.core_1.1.0.v20090501071000.jar;C:\users\Tony\CODE\eclipse\plugins\org.junit_4.10.0.v4_10_0_v20120426-0900\junit.jar;libs/Spring/spring-context-3.2.1.RELEASE.jar;libs/Mockito/mockito-all-1.9.5.jar;libs/Spring/spring-instrument-tomcat-3.2.1.RELEASE.jar;libs/Spring/spring-aspects-3.2.1.RELEASE.jar;libs/WindowBuilder/forms-1.3.0.jar;libs/Spring/spring-instrument-3.2.1.RELEASE.jar;libs/Spring/spring-context-support-3.2.1.RELEASE.jar;libs/log4j-1.2.13.jar;libs/Spring/spring-expression-3.2.1.RELEASE.jar;libs/Spring/commons-logging-1.1.1.jar;libs/Spring/spring-core-3.2.1.RELEASE.jar;libs/Google Guava/guava-14.0.jar;libs/Spring/spring-aop-3.2.1.RELEASE.jar;libs/lombok.jar;libs/Spring/spring-jms-3.2.1.RELEASE.jar;libs/Google CoFoJa/cofoja-1.0-r139.jar;libs/Spring/spring-oxm-3.2.1.RELEASE.jar;libs/Spring/aopalliance-1.0.jar;libs/Spring/spring-tx-3.2.1.RELEASE.jar" destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="pokerapp,tests,pokerapp.view.hand,pokerapp.console.projectX.speech.types.events,pokerapp.view.playerhand,pokerapp.scorer.scorers,pokerapp.view.card,pokerapp.console,pokerapp.scorer,pokerapp.view.pokergame,tests.utils,pokerapp.view.imagefilters,pokerapp.console.projectX,tests.scorer,tests.scorer.resolvers,pokerapp.view,pokerapp.basicgame,pokerapp.console.madness,pokerapp.view.events,pokerapp.utils.textformat,pokerapp.skynet,pokerapp.scorer.scoredhands,tests.utils.textformat,pokerapp.scorer.typetag,pokerapp.console.projectX.speech.types,pokerapp.utils,pokerapp.console.turns,pokerapp.scorer.domain,tests.view.pokergame" source="1.7" sourcepath="src" splitindex="true" use="true" version="true"/>
</target>
</project>