733 lines
42 KiB
XML
733 lines
42 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="web-api-commander" default="all">
|
|
|
|
|
|
<property file="web-api-commander.properties"/>
|
|
<!-- Uncomment the following property if no tests compilation is needed -->
|
|
<!--
|
|
<property name="skip.tests" value="true"/>
|
|
-->
|
|
|
|
<!-- Compiler options -->
|
|
|
|
<property name="compiler.debug" value="on"/>
|
|
<property name="compiler.generate.no.warnings" value="off"/>
|
|
<property name="compiler.args" value=""/>
|
|
<property name="compiler.max.memory" value="700m"/>
|
|
<patternset id="ignored.files">
|
|
<exclude name="**/*.hprof/**"/>
|
|
<exclude name="**/*.pyc/**"/>
|
|
<exclude name="**/*.pyo/**"/>
|
|
<exclude name="**/*.rbc/**"/>
|
|
<exclude name="**/*.yarb/**"/>
|
|
<exclude name="**/*~/**"/>
|
|
<exclude name="**/.DS_Store/**"/>
|
|
<exclude name="**/.git/**"/>
|
|
<exclude name="**/.hg/**"/>
|
|
<exclude name="**/.svn/**"/>
|
|
<exclude name="**/CVS/**"/>
|
|
<exclude name="**/__pycache__/**"/>
|
|
<exclude name="**/_svn/**"/>
|
|
<exclude name="**/vssver.scc/**"/>
|
|
<exclude name="**/vssver2.scc/**"/>
|
|
</patternset>
|
|
<patternset id="library.patterns">
|
|
<include name="*.war"/>
|
|
<include name="*.swc"/>
|
|
<include name="*.zip"/>
|
|
<include name="*.egg"/>
|
|
<include name="*.ane"/>
|
|
<include name="*.jar"/>
|
|
<include name="*.ear"/>
|
|
<include name="*.klib"/>
|
|
</patternset>
|
|
<patternset id="compiler.resources">
|
|
<exclude name="**/?*.java"/>
|
|
<exclude name="**/?*.form"/>
|
|
<exclude name="**/?*.class"/>
|
|
<exclude name="**/?*.groovy"/>
|
|
<exclude name="**/?*.scala"/>
|
|
<exclude name="**/?*.flex"/>
|
|
<exclude name="**/?*.kt"/>
|
|
<exclude name="**/?*.clj"/>
|
|
<exclude name="**/?*.aj"/>
|
|
</patternset>
|
|
|
|
<!-- JDK definitions -->
|
|
|
|
<property name="jdk.bin.1.8" value="${jdk.home.1.8}/bin"/>
|
|
<path id="jdk.classpath.1.8">
|
|
<fileset dir="${jdk.home.1.8}">
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/charsets.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/cldrdata.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/dnsns.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/icedtea-sound.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/jaccess.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/java-atk-wrapper.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/localedata.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/nashorn.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/sunec.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/sunjce_provider.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/sunpkcs11.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/ext/zipfs.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/jce.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/jsse.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/management-agent.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/resources.jar"/>
|
|
<include name="../java-1.8.0-openjdk-amd64/jre/lib/rt.jar"/>
|
|
</fileset>
|
|
</path>
|
|
|
|
<property name="project.jdk.home" value="${jdk.home.1.8}"/>
|
|
<property name="project.jdk.bin" value="${jdk.bin.1.8}"/>
|
|
<property name="project.jdk.classpath" value="jdk.classpath.1.8"/>
|
|
|
|
|
|
<!-- Project Libraries -->
|
|
|
|
<path id="library.maven:_com.fasterxml.jackson.core:jackson-annotations:2.7.8.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/fasterxml/jackson/core/jackson-annotations/2.7.8/jackson-annotations-2.7.8.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.fasterxml.jackson.core:jackson-core:2.7.8.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/fasterxml/jackson/core/jackson-core/2.7.8/jackson-core-2.7.8.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.fasterxml.jackson.core:jackson-databind:2.7.8.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/fasterxml/jackson/core/jackson-databind/2.7.8/jackson-databind-2.7.8.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.7.8.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.7.8/jackson-dataformat-xml-2.7.8.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.8.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.7.8/jackson-module-jaxb-annotations-2.7.8.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.fasterxml:aalto-xml:0.9.10.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/com/fasterxml/aalto-xml/0.9.10/aalto-xml-0.9.10.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.github.stephenc.jcip:jcip-annotations:1.0-1.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.nimbusds:lang-tag:1.4.4.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/com/nimbusds/lang-tag/1.4.4/lang-tag-1.4.4.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.nimbusds:nimbus-jose-jwt:6.0.2.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/nimbusds/nimbus-jose-jwt/6.0.2/nimbus-jose-jwt-6.0.2.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.nimbusds:oauth2-oidc-sdk:6.5.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/com/nimbusds/oauth2-oidc-sdk/6.5/oauth2-oidc-sdk-6.5.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_com.sun.mail:javax.mail:1.6.1.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/com/sun/mail/javax.mail/1.6.1/javax.mail-1.6.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_commons-cli:commons-cli:1.4.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/commons-cli/commons-cli/1.4/commons-cli-1.4.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_commons-codec:commons-codec:1.9.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_commons-io:commons-io:2.4.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/commons-io/commons-io/2.4/commons-io-2.4.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_commons-logging:commons-logging:1.2.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_io.netty:netty-all:4.1.16.final.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/io/netty/netty-all/4.1.16.Final/netty-all-4.1.16.Final.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_javax.activation:activation:1.1.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/javax/activation/activation/1.1/activation-1.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_javax.annotation:javax.annotation-api:1.2.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_javax.ws.rs:javax.ws.rs-api:2.0.1.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_junit:junit:4.13-beta-2.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/junit/junit/4.13-beta-2/junit-4.13-beta-2.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_log4j:log4j:1.2.17.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_net.bytebuddy:byte-buddy-agent:1.7.9.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_net.bytebuddy:byte-buddy:1.7.9.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_net.minidev:accessors-smart:1.2.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_net.minidev:json-smart:2.3.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/net/minidev/json-smart/2.3/json-smart-2.3.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.commons:commons-lang3:3.3.2.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.commons:commons-vfs2:2.3.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/commons/commons-vfs2/2.3/commons-vfs2-2.3.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-core:3.1.7.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/apache/cxf/cxf-core/3.1.7/cxf-core-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-frontend-jaxrs:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-frontend-jaxrs/3.1.7/cxf-rt-frontend-jaxrs-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-rs-client:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-rs-client/3.1.7/cxf-rt-rs-client-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-rs-json-basic:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-rs-json-basic/3.1.7/cxf-rt-rs-json-basic-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose-jaxrs:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-rs-security-jose-jaxrs/3.1.7/cxf-rt-rs-security-jose-jaxrs-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-rs-security-jose/3.1.7/cxf-rt-rs-security-jose-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-rs-security-oauth2:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-rs-security-oauth2/3.1.7/cxf-rt-rs-security-oauth2-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-security:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-security/3.1.7/cxf-rt-security-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.cxf:cxf-rt-transports-http:3.1.7.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/cxf/cxf-rt-transports-http/3.1.7/cxf-rt-transports-http-3.1.7.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.httpcomponents:httpclient:4.2.6.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.httpcomponents:httpcore:4.2.5.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-client-api:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-client-api/4.5.0/odata-client-api-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-client-core:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-client-core/4.5.0/odata-client-core-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-client-proxy:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-client-proxy/4.5.0/odata-client-proxy-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-commons-api:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-commons-api/4.5.0/odata-commons-api-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-commons-core:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-commons-core/4.5.0/odata-commons-core-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-server-api:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-server-api/4.5.0/odata-server-api-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.olingo:odata-server-core:4.5.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/olingo/odata-server-core/4.5.0/odata-server-core-4.5.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.apache.ws.xmlschema:xmlschema-core:2.2.1.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/apache/ws/xmlschema/xmlschema-core/2.2.1/xmlschema-core-2.2.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.codehaus.woodstox:stax2-api:3.1.4.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.codehaus.woodstox:woodstox-core-asl:4.4.1.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.mockito:mockito-core:2.13.0.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/mockito/mockito-core/2.13.0/mockito-core-2.13.0.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.objenesis:objenesis:2.6.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/objenesis/objenesis/2.6/objenesis-2.6.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.ow2.asm:asm:5.0.4.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.pac4j:pac4j-core:3.6.1.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/pac4j/pac4j-core/3.6.1/pac4j-core-3.6.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.pac4j:pac4j-http:3.6.1.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/pac4j/pac4j-http/3.6.1/pac4j-http-3.6.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.pac4j:pac4j-oidc:3.6.1.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/pac4j/pac4j-oidc/3.6.1/pac4j-oidc-3.6.1.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.slf4j:slf4j-api:1.7.26.classpath">
|
|
<pathelement location="${path.variable.maven_repository}/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar"/>
|
|
</path>
|
|
|
|
<path id="library.maven:_org.slf4j:slf4j-log4j12:1.7.26.classpath">
|
|
<pathelement
|
|
location="${path.variable.maven_repository}/org/slf4j/slf4j-log4j12/1.7.26/slf4j-log4j12-1.7.26.jar"/>
|
|
</path>
|
|
|
|
|
|
<!-- Global Libraries -->
|
|
<!-- Register Custom Compiler Taskdefs -->
|
|
<property name="javac2.home" value="${idea.home}/lib"/>
|
|
<path id="javac2.classpath">
|
|
<fileset dir="${javac2.home}">
|
|
<include name="javac2.jar"/>
|
|
<include name="jdom.jar"/>
|
|
<include name="asm-all*.jar"/>
|
|
<include name="forms-*.jar"/>
|
|
</fileset>
|
|
</path>
|
|
<target name="register.custom.compilers">
|
|
<taskdef name="javac2" classname="com.intellij.ant.Javac2" classpathref="javac2.classpath"/>
|
|
<taskdef name="instrumentIdeaExtensions" classname="com.intellij.ant.InstrumentIdeaExtensions"
|
|
classpathref="javac2.classpath"/>
|
|
</target>
|
|
|
|
<!-- Modules -->
|
|
|
|
|
|
<!-- Module web-api-commander -->
|
|
|
|
<dirname property="module.web-api-commander.basedir" file="${ant.file}"/>
|
|
|
|
|
|
<property name="module.jdk.home.web-api-commander" value="${project.jdk.home}"/>
|
|
<property name="module.jdk.bin.web-api-commander" value="${project.jdk.bin}"/>
|
|
<property name="module.jdk.classpath.web-api-commander" value="${project.jdk.classpath}"/>
|
|
|
|
<property name="compiler.args.web-api-commander" value="-encoding UTF-8 -source 8 -target 1.8 ${compiler.args}"/>
|
|
|
|
<property name="web-api-commander.output.dir" value="${module.web-api-commander.basedir}/target/classes"/>
|
|
<property name="web-api-commander.testoutput.dir" value="${module.web-api-commander.basedir}/target/test-classes"/>
|
|
|
|
<path id="web-api-commander.module.bootclasspath">
|
|
<!-- Paths to be included in compilation bootclasspath -->
|
|
</path>
|
|
|
|
<path id="web-api-commander.module.production.classpath">
|
|
<path refid="${module.jdk.classpath.web-api-commander}"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-codec:commons-codec:1.9.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-io:commons-io:2.4.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpclient:4.2.6.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpcore:4.2.5.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-core:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-databind:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:stax2-api:3.1.4.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml:aalto-xml:0.9.10.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-proxy:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-lang3:3.3.2.classpath"/>
|
|
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_io.netty:netty-all:4.1.16.final.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-cli:commons-cli:1.4.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-oidc:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-core:3.6.1.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:oauth2-oidc-sdk:6.5.classpath"/>
|
|
<path refid="library.maven:_com.sun.mail:javax.mail:1.6.1.classpath"/>
|
|
<path refid="library.maven:_javax.activation:activation:1.1.classpath"/>
|
|
<path refid="library.maven:_com.github.stephenc.jcip:jcip-annotations:1.0-1.classpath"/>
|
|
<path refid="library.maven:_net.minidev:json-smart:2.3.classpath"/>
|
|
<path refid="library.maven:_net.minidev:accessors-smart:1.2.classpath"/>
|
|
<path refid="library.maven:_org.ow2.asm:asm:5.0.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:lang-tag:1.4.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:nimbus-jose-jwt:6.0.2.classpath"/>
|
|
<path refid="library.maven:_org.mockito:mockito-core:2.13.0.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy:1.7.9.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy-agent:1.7.9.classpath"/>
|
|
<path refid="library.maven:_org.objenesis:objenesis:2.6.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-http:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-log4j12:1.7.26.classpath"/>
|
|
<path refid="library.maven:_log4j:log4j:1.2.17.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-api:1.7.26.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-vfs2:2.3.classpath"/>
|
|
<path refid="library.maven:_junit:junit:4.13-beta-2.classpath"/>
|
|
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-oauth2:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-frontend-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-core:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:woodstox-core-asl:4.4.1.classpath"/>
|
|
<path refid="library.maven:_org.apache.ws.xmlschema:xmlschema-core:2.2.1.classpath"/>
|
|
<path refid="library.maven:_javax.ws.rs:javax.ws.rs-api:2.0.1.classpath"/>
|
|
<path refid="library.maven:_javax.annotation:javax.annotation-api:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-transports-http:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-security:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-json-basic:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-client:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-api:4.5.0.classpath"/>
|
|
</path>
|
|
|
|
<path id="web-api-commander.runtime.production.module.classpath">
|
|
<pathelement location="${web-api-commander.output.dir}"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-codec:commons-codec:1.9.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-io:commons-io:2.4.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpclient:4.2.6.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpcore:4.2.5.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-core:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-databind:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:stax2-api:3.1.4.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml:aalto-xml:0.9.10.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-proxy:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-lang3:3.3.2.classpath"/>
|
|
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_io.netty:netty-all:4.1.16.final.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-cli:commons-cli:1.4.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-oidc:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-core:3.6.1.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:oauth2-oidc-sdk:6.5.classpath"/>
|
|
<path refid="library.maven:_com.sun.mail:javax.mail:1.6.1.classpath"/>
|
|
<path refid="library.maven:_javax.activation:activation:1.1.classpath"/>
|
|
<path refid="library.maven:_com.github.stephenc.jcip:jcip-annotations:1.0-1.classpath"/>
|
|
<path refid="library.maven:_net.minidev:json-smart:2.3.classpath"/>
|
|
<path refid="library.maven:_net.minidev:accessors-smart:1.2.classpath"/>
|
|
<path refid="library.maven:_org.ow2.asm:asm:5.0.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:lang-tag:1.4.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:nimbus-jose-jwt:6.0.2.classpath"/>
|
|
<path refid="library.maven:_org.mockito:mockito-core:2.13.0.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy:1.7.9.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy-agent:1.7.9.classpath"/>
|
|
<path refid="library.maven:_org.objenesis:objenesis:2.6.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-http:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-log4j12:1.7.26.classpath"/>
|
|
<path refid="library.maven:_log4j:log4j:1.2.17.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-api:1.7.26.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-vfs2:2.3.classpath"/>
|
|
<path refid="library.maven:_junit:junit:4.13-beta-2.classpath"/>
|
|
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-oauth2:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-frontend-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-core:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:woodstox-core-asl:4.4.1.classpath"/>
|
|
<path refid="library.maven:_org.apache.ws.xmlschema:xmlschema-core:2.2.1.classpath"/>
|
|
<path refid="library.maven:_javax.ws.rs:javax.ws.rs-api:2.0.1.classpath"/>
|
|
<path refid="library.maven:_javax.annotation:javax.annotation-api:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-transports-http:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-security:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-json-basic:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-client:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-api:4.5.0.classpath"/>
|
|
</path>
|
|
|
|
<path id="web-api-commander.module.classpath">
|
|
<path refid="${module.jdk.classpath.web-api-commander}"/>
|
|
<pathelement location="${web-api-commander.output.dir}"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-codec:commons-codec:1.9.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-io:commons-io:2.4.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpclient:4.2.6.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpcore:4.2.5.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-core:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-databind:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:stax2-api:3.1.4.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml:aalto-xml:0.9.10.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-proxy:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-lang3:3.3.2.classpath"/>
|
|
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_io.netty:netty-all:4.1.16.final.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-cli:commons-cli:1.4.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-oidc:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-core:3.6.1.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:oauth2-oidc-sdk:6.5.classpath"/>
|
|
<path refid="library.maven:_com.sun.mail:javax.mail:1.6.1.classpath"/>
|
|
<path refid="library.maven:_javax.activation:activation:1.1.classpath"/>
|
|
<path refid="library.maven:_com.github.stephenc.jcip:jcip-annotations:1.0-1.classpath"/>
|
|
<path refid="library.maven:_net.minidev:json-smart:2.3.classpath"/>
|
|
<path refid="library.maven:_net.minidev:accessors-smart:1.2.classpath"/>
|
|
<path refid="library.maven:_org.ow2.asm:asm:5.0.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:lang-tag:1.4.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:nimbus-jose-jwt:6.0.2.classpath"/>
|
|
<path refid="library.maven:_org.mockito:mockito-core:2.13.0.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy:1.7.9.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy-agent:1.7.9.classpath"/>
|
|
<path refid="library.maven:_org.objenesis:objenesis:2.6.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-http:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-log4j12:1.7.26.classpath"/>
|
|
<path refid="library.maven:_log4j:log4j:1.2.17.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-api:1.7.26.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-vfs2:2.3.classpath"/>
|
|
<path refid="library.maven:_junit:junit:4.13-beta-2.classpath"/>
|
|
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-oauth2:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-frontend-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-core:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:woodstox-core-asl:4.4.1.classpath"/>
|
|
<path refid="library.maven:_org.apache.ws.xmlschema:xmlschema-core:2.2.1.classpath"/>
|
|
<path refid="library.maven:_javax.ws.rs:javax.ws.rs-api:2.0.1.classpath"/>
|
|
<path refid="library.maven:_javax.annotation:javax.annotation-api:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-transports-http:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-security:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-json-basic:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-client:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-api:4.5.0.classpath"/>
|
|
</path>
|
|
|
|
<path id="web-api-commander.runtime.module.classpath">
|
|
<pathelement location="${web-api-commander.testoutput.dir}"/>
|
|
<pathelement location="${web-api-commander.output.dir}"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-codec:commons-codec:1.9.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-io:commons-io:2.4.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpclient:4.2.6.classpath"/>
|
|
<path refid="library.maven:_org.apache.httpcomponents:httpcore:4.2.5.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-core:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-databind:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.core:jackson-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.7.8.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.7.8.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:stax2-api:3.1.4.classpath"/>
|
|
<path refid="library.maven:_com.fasterxml:aalto-xml:0.9.10.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-client-proxy:4.5.0.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-lang3:3.3.2.classpath"/>
|
|
<path refid="library.maven:_commons-logging:commons-logging:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-api:4.5.0.classpath"/>
|
|
<path refid="library.maven:_io.netty:netty-all:4.1.16.final.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-server-core:4.5.0.classpath"/>
|
|
<path refid="library.maven:_commons-cli:commons-cli:1.4.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-oidc:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-core:3.6.1.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:oauth2-oidc-sdk:6.5.classpath"/>
|
|
<path refid="library.maven:_com.sun.mail:javax.mail:1.6.1.classpath"/>
|
|
<path refid="library.maven:_javax.activation:activation:1.1.classpath"/>
|
|
<path refid="library.maven:_com.github.stephenc.jcip:jcip-annotations:1.0-1.classpath"/>
|
|
<path refid="library.maven:_net.minidev:json-smart:2.3.classpath"/>
|
|
<path refid="library.maven:_net.minidev:accessors-smart:1.2.classpath"/>
|
|
<path refid="library.maven:_org.ow2.asm:asm:5.0.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:lang-tag:1.4.4.classpath"/>
|
|
<path refid="library.maven:_com.nimbusds:nimbus-jose-jwt:6.0.2.classpath"/>
|
|
<path refid="library.maven:_org.mockito:mockito-core:2.13.0.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy:1.7.9.classpath"/>
|
|
<path refid="library.maven:_net.bytebuddy:byte-buddy-agent:1.7.9.classpath"/>
|
|
<path refid="library.maven:_org.objenesis:objenesis:2.6.classpath"/>
|
|
<path refid="library.maven:_org.pac4j:pac4j-http:3.6.1.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-log4j12:1.7.26.classpath"/>
|
|
<path refid="library.maven:_log4j:log4j:1.2.17.classpath"/>
|
|
<path refid="library.maven:_org.slf4j:slf4j-api:1.7.26.classpath"/>
|
|
<path refid="library.maven:_org.apache.commons:commons-vfs2:2.3.classpath"/>
|
|
<path refid="library.maven:_junit:junit:4.13-beta-2.classpath"/>
|
|
<path refid="library.maven:_org.hamcrest:hamcrest-core:1.3.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-oauth2:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-frontend-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-core:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.codehaus.woodstox:woodstox-core-asl:4.4.1.classpath"/>
|
|
<path refid="library.maven:_org.apache.ws.xmlschema:xmlschema-core:2.2.1.classpath"/>
|
|
<path refid="library.maven:_javax.ws.rs:javax.ws.rs-api:2.0.1.classpath"/>
|
|
<path refid="library.maven:_javax.annotation:javax.annotation-api:1.2.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-transports-http:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose-jaxrs:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-security:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-security-jose:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-json-basic:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.cxf:cxf-rt-rs-client:3.1.7.classpath"/>
|
|
<path refid="library.maven:_org.apache.olingo:odata-commons-api:4.5.0.classpath"/>
|
|
</path>
|
|
|
|
|
|
<patternset id="excluded.from.module.web-api-commander">
|
|
<patternset refid="ignored.files"/>
|
|
</patternset>
|
|
|
|
<patternset id="excluded.from.compilation.web-api-commander">
|
|
<patternset refid="excluded.from.module.web-api-commander"/>
|
|
</patternset>
|
|
|
|
<path id="web-api-commander.module.sourcepath">
|
|
<dirset dir="${module.web-api-commander.basedir}">
|
|
<include name="src/main/java"/>
|
|
<include name="src/main/resources"/>
|
|
</dirset>
|
|
</path>
|
|
|
|
|
|
<target name="compile.module.web-api-commander"
|
|
depends="compile.module.web-api-commander.production,compile.module.web-api-commander.tests"
|
|
description="Compile module web-api-commander"/>
|
|
|
|
<target name="compile.module.web-api-commander.production" depends="register.custom.compilers"
|
|
description="Compile module web-api-commander; production classes">
|
|
<mkdir dir="${web-api-commander.output.dir}"/>
|
|
<javac2 destdir="${web-api-commander.output.dir}" debug="${compiler.debug}"
|
|
nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true"
|
|
executable="${module.jdk.bin.web-api-commander}/javac">
|
|
<compilerarg line="${compiler.args.web-api-commander}"/>
|
|
<bootclasspath refid="web-api-commander.module.bootclasspath"/>
|
|
<classpath refid="web-api-commander.module.production.classpath"/>
|
|
<src refid="web-api-commander.module.sourcepath"/>
|
|
<patternset refid="excluded.from.compilation.web-api-commander"/>
|
|
</javac2>
|
|
|
|
<copy todir="${web-api-commander.output.dir}">
|
|
<fileset dir="/">
|
|
<patternset refid="compiler.resources"/>
|
|
<type type="file"/>
|
|
</fileset>
|
|
<fileset dir="/">
|
|
<patternset refid="compiler.resources"/>
|
|
<type type="file"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
|
|
<target name="compile.module.web-api-commander.tests"
|
|
depends="register.custom.compilers,compile.module.web-api-commander.production"
|
|
description="compile module web-api-commander; test classes" unless="skip.tests"/>
|
|
|
|
<target name="clean.module.web-api-commander" description="cleanup module">
|
|
<delete dir="${web-api-commander.output.dir}"/>
|
|
<delete dir="${web-api-commander.testoutput.dir}"/>
|
|
</target>
|
|
|
|
<target name="init" description="Build initialization">
|
|
<!-- Perform any build initialization in this target -->
|
|
</target>
|
|
|
|
<target name="clean" depends="clean.module.web-api-commander" description="cleanup all"/>
|
|
|
|
<target name="build.modules" depends="init, clean, compile.module.web-api-commander"
|
|
description="build all modules"/>
|
|
|
|
<target name="init.artifacts">
|
|
<property name="artifacts.temp.dir" value="${basedir}/__artifacts_temp"/>
|
|
<property name="artifact.output.web-api-commander" value="${basedir}/classes/artifacts/web_api_commander"/>
|
|
<mkdir dir="${artifacts.temp.dir}"/>
|
|
<property name="temp.jar.path.web-api-commander.jar" value="${artifacts.temp.dir}/web-api-commander.jar"/>
|
|
</target>
|
|
|
|
<target name="artifact.web-api-commander" depends="init.artifacts"
|
|
description="Build 'web-api-commander' artifact">
|
|
<property name="artifact.temp.output.web-api-commander" value="${artifacts.temp.dir}/web_api_commander"/>
|
|
<mkdir dir="${artifact.temp.output.web-api-commander}"/>
|
|
<jar destfile="${temp.jar.path.web-api-commander.jar}" duplicate="preserve" filesetmanifest="mergewithoutmain">
|
|
<zipfileset file="/MANIFEST.MF" prefix="META-INF"/>
|
|
</jar>
|
|
<copy file="${temp.jar.path.web-api-commander.jar}"
|
|
tofile="${artifact.temp.output.web-api-commander}/web-api-commander.jar"/>
|
|
</target>
|
|
|
|
<target name="build.all.artifacts" depends="artifact.web-api-commander" description="Build all artifacts">
|
|
<mkdir dir="${artifact.output.web-api-commander}"/>
|
|
<copy todir="${artifact.output.web-api-commander}">
|
|
<fileset dir="${artifact.temp.output.web-api-commander}"/>
|
|
</copy>
|
|
|
|
<!-- Delete temporary files -->
|
|
<delete dir="${artifacts.temp.dir}"/>
|
|
</target>
|
|
|
|
<target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
|
|
</project> |