You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

135 lines
9.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
<property name="m2-repo" value="C:\technology\.m2\repository" />
<target name="javadoc">
<delete dir="../javadoc"/>
<mkdir dir="../javadoc"/>
<mkdir dir="../javadoc/doc-files"/>
<copy file="../src/main/sql/lvis.sql" todir="../javadoc/doc-files"/>
<javadoc
access="public"
locale="ko_KR"
charset="UTF-8"
encoding="UTF-8"
docencoding="UTF-8"
author="true"
destdir="../javadoc"
doctitle="엑스아이티 Saeol API Specification"
nodeprecated="false"
nodeprecatedlist="false"
noindex="false"
nonavbar="false"
notree="false"
overview="..\doc-res\overview.html"
stylesheetfile="C:\project\interface project\xit-saeol\doc-res\lvis.css"
packagenames="cokr.xit.interfaces.saeol.dao,cokr.xit.interfaces.saeol.service,cokr.xit.interfaces.saeol.service.bean,cokr.xit.interfaces.saeol.web,cokr.xit.interfaces.saeol.service.reg,cokr.xit.interfaces.saeol.service.seizure,cokr.xit.interfaces.saeol.service.types"
source="1.8"
sourcepath="../src/main/java"
splitindex="true"
use="true"
version="true"
classpath="${m2-repo}\javax\javaee-api\7.0\javaee-api-7.0.jar;
${m2-repo}\org\apache\logging\log4j\log4j-api\2.17.2\log4j-api-2.17.2.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.property\4.1.0\org.egovframe.rte.fdl.property-4.1.0.jar;
${m2-repo}\org\junit\jupiter\junit-jupiter-api\5.9.2\junit-jupiter-api-5.9.2.jar;
${m2-repo}\org\apache\poi\poi\5.2.2\poi-5.2.2.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.logging\4.1.0\org.egovframe.rte.fdl.logging-4.1.0.jar;
${m2-repo}\org\aspectj\aspectjrt\1.9.9.1\aspectjrt-1.9.9.1.jar;
${m2-repo}\commons-discovery\commons-discovery\0.5\commons-discovery-0.5.jar;
${m2-repo}\javax\servlet\jstl\1.2\jstl-1.2.jar;
${m2-repo}\org\springframework\spring-jcl\5.3.20\spring-jcl-5.3.20.jar;
${m2-repo}\org\springframework\spring-jdbc\5.3.20\spring-jdbc-5.3.20.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.string\4.1.0\org.egovframe.rte.fdl.string-4.1.0.jar;
${m2-repo}\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;
${m2-repo}\com\github\virtuald\curvesapi\1.07\curvesapi-1.07.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.excel\4.1.0\org.egovframe.rte.fdl.excel-4.1.0.jar;
${m2-repo}\org\apache\commons\commons-jexl3\3.2\commons-jexl3-3.2.jar;
${m2-repo}\org\springframework\spring-core\5.3.20\spring-core-5.3.20.jar;
${m2-repo}\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;
${m2-repo}\org\mariadb\jdbc\mariadb-java-client\2.7.2\mariadb-java-client-2.7.2.jar;
${m2-repo}\org\slf4j\log4j-over-slf4j\1.7.36\log4j-over-slf4j-1.7.36.jar;
${m2-repo}\org\apache\commons\commons-vfs2\2.9.0\commons-vfs2-2.9.0.jar;
${m2-repo}\org\apache\xmlbeans\xmlbeans\5.0.3\xmlbeans-5.0.3.jar;
${m2-repo}\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;
${m2-repo}\org\springframework\spring-webmvc\5.3.20\spring-webmvc-5.3.20.jar;
${m2-repo}\com\squareup\okhttp\okhttp\2.7.5\okhttp-2.7.5.jar;
${m2-repo}\commons-digester\commons-digester\2.1\commons-digester-2.1.jar;
${m2-repo}\org\springframework\security\spring-security-web\5.7.1\spring-security-web-5.7.1.jar;
${m2-repo}\org\apache\hadoop\hadoop-hdfs-client\3.3.1\hadoop-hdfs-client-3.3.1.jar;
${m2-repo}\javax\activation\activation\1.1\activation-1.1.jar;
${m2-repo}\org\apache\ibatis\ibatis-sqlmap\2.3.4.726\ibatis-sqlmap-2.3.4.726.jar;
${m2-repo}\org\slf4j\jcl-over-slf4j\1.7.30\jcl-over-slf4j-1.7.30.jar;
${m2-repo}\com\fasterxml\jackson\core\jackson-annotations\2.10.5\jackson-annotations-2.10.5.jar;
${m2-repo}\asm\asm\3.3.1\asm-3.3.1.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.psl.dataaccess\4.1.0\org.egovframe.rte.psl.dataaccess-4.1.0.jar;
${m2-repo}\org\springframework\security\spring-security-core\5.7.1\spring-security-core-5.7.1.jar;
${m2-repo}\com\zaxxer\SparseBitSet\1.2\SparseBitSet-1.2.jar;
${m2-repo}\org\junit\jupiter\junit-jupiter-engine\5.9.2\junit-jupiter-engine-5.9.2.jar;
${m2-repo}\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.security\4.1.0\org.egovframe.rte.fdl.security-4.1.0.jar;
${m2-repo}\org\springframework\spring-orm\5.3.20\spring-orm-5.3.20.jar;
${m2-repo}\org\slf4j\slf4j-api\1.7.30\slf4j-api-1.7.30.jar;
${m2-repo}\org\springframework\spring-aop\5.3.20\spring-aop-5.3.20.jar;
${m2-repo}\wsdl4j\wsdl4j\1.6.2\wsdl4j-1.6.2.jar;
${m2-repo}\org\apache\logging\log4j\log4j-slf4j-impl\2.17.2\log4j-slf4j-impl-2.17.2.jar;
${m2-repo}\org\springframework\security\spring-security-crypto\5.7.1\spring-security-crypto-5.7.1.jar;
${m2-repo}\commons-io\commons-io\2.2\commons-io-2.2.jar;
${m2-repo}\org\junit\platform\junit-platform-commons\1.9.2\junit-platform-commons-1.9.2.jar;
${m2-repo}\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;
${m2-repo}\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;
${m2-repo}\org\aspectj\aspectjweaver\1.9.9.1\aspectjweaver-1.9.9.1.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.cmmn\4.1.0\org.egovframe.rte.fdl.cmmn-4.1.0.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.ptl.mvc\4.1.0\org.egovframe.rte.ptl.mvc-4.1.0.jar;
${m2-repo}\org\junit\platform\junit-platform-engine\1.9.2\junit-platform-engine-1.9.2.jar;
${m2-repo}\org\springframework\spring-context\5.3.20\spring-context-5.3.20.jar;
${m2-repo}\org\springframework\security\spring-security-config\5.7.1\spring-security-config-5.7.1.jar;
${m2-repo}\org\springframework\spring-tx\5.3.20\spring-tx-5.3.20.jar;
${m2-repo}\org\apache\poi\poi-ooxml\5.2.2\poi-ooxml-5.2.2.jar;
${m2-repo}\com\sun\mail\javax.mail\1.5.0\javax.mail-1.5.0.jar;
${m2-repo}\org\bgee\log4jdbc-log4j2\log4jdbc-log4j2-jdbc4.1\1.16\log4jdbc-log4j2-jdbc4.1-1.16.jar;
${m2-repo}\org\apache\poi\poi-ooxml-lite\5.2.2\poi-ooxml-lite-5.2.2.jar;
${m2-repo}\commons-validator\commons-validator\1.7\commons-validator-1.7.jar;
${m2-repo}\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;
${m2-repo}\org\springframework\security\spring-security-taglibs\5.7.1\spring-security-taglibs-5.7.1.jar;
${m2-repo}\org\egovframe\rte\org.egovframe.rte.fdl.filehandling\4.1.0\org.egovframe.rte.fdl.filehandling-4.1.0.jar;
${m2-repo}\org\springframework\spring-context-support\5.3.20\spring-context-support-5.3.20.jar;
${m2-repo}\org\springframework\spring-test\5.3.20\spring-test-5.3.20.jar;
${m2-repo}\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;
${m2-repo}\cglib\cglib\2.2.2\cglib-2.2.2.jar;
${m2-repo}\org\jxls\jxls\2.11.0\jxls-2.11.0.jar;
${m2-repo}\org\springframework\spring-expression\5.3.20\spring-expression-5.3.20.jar;
${m2-repo}\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar;
${m2-repo}\org\springframework\spring-beans\5.3.20\spring-beans-5.3.20.jar;
${m2-repo}\org\springframework\spring-web\5.3.20\spring-web-5.3.20.jar;
${m2-repo}\commons-beanutils\commons-beanutils\1.9.4\commons-beanutils-1.9.4.jar;
${m2-repo}\com\fasterxml\jackson\core\jackson-core\2.10.5\jackson-core-2.10.5.jar;
${m2-repo}\org\mybatis\mybatis\3.5.10\mybatis-3.5.10.jar;
${m2-repo}\org\apache\commons\commons-collections4\4.4\commons-collections4-4.4.jar;
${m2-repo}\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar;
${m2-repo}\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;
${m2-repo}\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;
${m2-repo}\org\apache\axis\axis\1.4\axis-1.4.jar;
${m2-repo}\javax\xml\rpc\javax.xml.rpc-api\1.1.1\javax.xml.rpc-api-1.1.1.jar;
${m2-repo}\org\apache\logging\log4j\log4j-core\2.17.2\log4j-core-2.17.2.jar;
${m2-repo}\commons-dbcp\commons-dbcp\1.4\commons-dbcp-1.4.jar;
${m2-repo}\org\mybatis\mybatis-spring\2.0.7\mybatis-spring-2.0.7.jar;
${m2-repo}\com\fasterxml\jackson\core\jackson-databind\2.10.5.1\jackson-databind-2.10.5.1.jar;
${m2-repo}\org\jxls\jxls-reader\2.0.6\jxls-reader-2.0.6.jar;
${m2-repo}\org\egovframe\rte\spring-modules-validation\0.9\spring-modules-validation-0.9.jar;
${m2-repo}\org\projectlombok\lombok\1.18.16\lombok-1.18.16.jar;
${m2-repo}\org\apache\commons\commons-digester3\3.2\commons-digester3-3.2-with-deps.jar;
${m2-repo}\org\jxls\jxls-poi\2.11.0\jxls-poi-2.11.0.jar;
${m2-repo}\org\springframework\security\spring-security-acl\5.7.1\spring-security-acl-5.7.1.jar;
${m2-repo}\com\squareup\okio\okio\1.6.0\okio-1.6.0.jar;
${m2-repo}\commons-pool\commons-pool\1.5.4\commons-pool-1.5.4.jar;
${m2-repo}\cokr\xit\base\xit-foundation\23.04.01-SNAPSHOT\xit-foundation-23.04.01-SNAPSHOT.jar;
${m2-repo}\commons-fileupload\commons-fileupload\1.3.1\commons-fileupload-1.3.1.jar"
/>
<delete file="../javadoc.zip" />
<zip destfile="../javadoc.zip" basedir="../javadoc" compress="true" />
</target>
</project>