########################################################################### # # 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://www.apache.org/dist/maven-repository/org/apache/ws/commons/XmlSchema/1.0/XmlSchema-1.0.jar XmlSchemaFile = XmlSchema-1.0.jar XercesURL = http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.0.zip XercesFile = Xerces-J-bin.2.8.0.zip XercesJar1 = xercesImpl.jar XercesJar2 = xml-apis.jar AntURL = http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip AntFile = apache-ant-1.6.5-bin.zip AntJar = ant.jar ! The location of the Woden build home build.home = ${basedir} ! The version of Woden to build version = 1.0.0 ! The current milestone id milestone = 4 ! 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 test.name = woden-test api.name = woden-api ! Woden Archive name archive.name = woden-incubating