355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Licensed to the Apache Software Foundation (ASF) under one or more
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# contributor license agreements. See the NOTICE file distributed with
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# this work for additional information regarding copyright ownership.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# The ASF licenses this file to You under the Apache License, Version 2.0
54507660fb2716977261f50e2ba31e6198e44319Jon Branch# (the "License"); you may not use this file except in compliance with
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# the License. You may obtain a copy of the License at
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Unless required by applicable law or agreed to in writing, software
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# distributed under the License is distributed on an "AS IS" BASIS,
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# See the License for the specific language governing permissions and
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# limitations under the License.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#this file declares the libraries for use in
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#a given release of the components
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#if you change this, change the checksum to match
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.artifact-name=maven-artifact-ant
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#this is the URL of the antlib library, that is pulled down for everything else.
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#this is the sha1 checksum of the artifact
355e5661379644c081271b23fa8b966a098a42d2Jon Branchm2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
355e5661379644c081271b23fa8b966a098a42d2Jon Branch# Repository to use by default for fetching dependencies.
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#versions of different libraries. Please keep in alphabetical order, except
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#when a specific dependency forces them to be out-of-order
54507660fb2716977261f50e2ba31e6198e44319Jon Branchcommons-logging-api.version=${commons-logging.version}
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#js is the javascript implementation of the rhino project
355e5661379644c081271b23fa8b966a098a42d2Jon Branch#17R1 is compiled with Java5 so we can't use the jar when building with JDK 1.4