########################################################################### # # Copyright 2005 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. ########################################################################### ! Prereq information XmlSchemaURL = http://archive.apache.org/dist/ws/commons/XmlSchema/1_2/XmlSchema-1.2.jar XmlSchemaFile = XmlSchema-1.2.jar XercesURL = http://archive.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.1.zip XercesFile = Xerces-J-bin.2.8.1.zip XercesJar1 = xercesImpl.jar XercesJar2 = xml-apis.jar AntURL = http://www.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.zip AntFile = apache-ant-1.7.0-bin.zip AntJar = ant.jar WSDL4JURL = http://surfnet.dl.sourceforge.net/sourceforge/wsdl4j/wsdl4j-bin-1.6.2.zip WSDL4JFile = wsdl4j-bin-1.6.2.zip AxiomApiURL = http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.2/axiom-api-1.2.2.jar AxiomApiFile = axiom-api-1.2.2.jar AxiomImplURL = http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.2/axiom-impl-1.2.2.jar AxiomImplFile = axiom-impl-1.2.2.jar CommonsLoggingURL = http://www.ibiblio.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar CommonsLoggingFile = commons-logging-api-1.1.jar StaxURL = http://www.ibiblio.org/maven/stax/jars/stax-api-1.0.1.jar StaxFile = stax-api-1.0.1.jar WstxURL = http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.0/wstx-asl-3.2.0.jar WstxFile = wstx-asl-3.2.0.jar W3cWsdl20URL = http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/zips/test-suite.zip W3cWsdl20File = test-suite.zip W3cAssertsURL = http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/zips/wsdl20.zip W3cAssertsFile = wsdl20.zip ! The location of the Woden build home build.home = ${basedir} ! The version of Woden to build version = 1.0 ! The current milestone id milestone = 7 ! The type of build to run. Valid value are R - release, M - milestone, I - integration, N - nightly buildType = M ! Woden library names impl.name = woden-${version}-incubating-${buildType}${milestone} test.name = woden-test-${version}-incubating-${buildType}${milestone} api.name = woden-api-${version}-incubating-${buildType}${milestone} ant.name = woden-ant-${version}-incubating-${buildType}${milestone} ! Woden Archive name archive.name = apache-woden-incubating archive.root.prefix = woden-incubating