2007-11-14 05:25:44 +00:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership.
|
|
|
|
# The ASF licenses this file to You 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.
|
|
|
|
|
2005-01-20 23:10:19 +00:00
|
|
|
#this file declares the libraries for use in
|
|
|
|
#a given release of the components
|
|
|
|
|
2006-03-06 21:47:42 +00:00
|
|
|
#if you change this, change the checksum to match
|
2006-08-23 14:47:45 +00:00
|
|
|
m2.version=2.0.4
|
2005-07-14 14:41:41 +00:00
|
|
|
m2.url=http://ibiblio.org/maven2/
|
|
|
|
m2.artifact-name=maven-artifact-ant
|
2005-07-14 17:40:19 +00:00
|
|
|
m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
|
2005-07-14 14:41:41 +00:00
|
|
|
#this is the URL of the antlib library, that is pulled down for everything else.
|
|
|
|
m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
|
2006-03-06 21:47:42 +00:00
|
|
|
#this is the sha1 checksum of the artifact
|
2006-08-23 14:47:45 +00:00
|
|
|
m2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
|
2005-07-14 14:41:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
#versions of different libraries. Please keep in alphabetical order, except
|
|
|
|
#when a specific dependency forces them to be out-of-order
|
2008-04-01 13:18:24 +00:00
|
|
|
antlr.version=2.7.7
|
2005-01-20 23:10:19 +00:00
|
|
|
bcel.version=5.1
|
2006-10-24 05:05:10 +00:00
|
|
|
bsf.version=2.4.0
|
2006-06-19 22:29:26 +00:00
|
|
|
bsh.version=2.0b4
|
|
|
|
bsh-core.version=${bsh.version}
|
2008-04-01 13:18:24 +00:00
|
|
|
commons-net.version=1.4.1
|
|
|
|
commons-logging.version=1.1
|
2005-05-17 14:09:25 +00:00
|
|
|
commons-logging-api.version=${commons-logging.version}
|
2008-04-01 12:50:45 +00:00
|
|
|
jasper-compiler.version=4.1.36
|
2008-04-01 12:26:10 +00:00
|
|
|
jasper-runtime.version=${jasper-compiler.version}
|
2008-04-01 13:18:24 +00:00
|
|
|
jdepend.version=2.9.1
|
|
|
|
jruby.version=0.9.8
|
2006-08-14 23:24:03 +00:00
|
|
|
junit.version=3.8.2
|
2006-10-20 21:39:50 +00:00
|
|
|
jsch.version=0.1.29
|
2006-06-19 22:29:26 +00:00
|
|
|
jython.version=2.1
|
2008-04-01 13:18:24 +00:00
|
|
|
#log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
|
|
|
|
log4j.version=1.2.14
|
2006-10-24 05:05:10 +00:00
|
|
|
#js is the javascript implementation of the rhino project
|
2008-04-01 13:18:24 +00:00
|
|
|
#17R1 is compiled with Java5 so we can't use the jar when building with JDK 1.4
|
|
|
|
js.version=1.6R7
|
2005-01-20 23:10:19 +00:00
|
|
|
oro.version=2.0.8
|
|
|
|
regexp.version=1.3
|
2008-04-01 12:44:39 +00:00
|
|
|
servlet-api.version=2.3
|
2005-01-28 23:18:32 +00:00
|
|
|
which.version=1.0
|
2006-12-21 09:12:05 +00:00
|
|
|
xerces.version=2.9.0
|
2006-10-16 12:40:48 +00:00
|
|
|
xercesImpl.version=${xerces.version}
|
|
|
|
#should be in sync w/ xerces, but not in the maven repository
|
|
|
|
#xmlParserAPIs.version=${xerces.version}
|
2006-12-21 09:12:05 +00:00
|
|
|
#xmlParserAPIs.version=2.6.1
|
2008-04-01 13:18:24 +00:00
|
|
|
xml-apis.version=2.0.2
|
2005-11-11 08:53:16 +00:00
|
|
|
xalan.version=2.7.0
|
2008-04-01 13:18:24 +00:00
|
|
|
xml-resolver.version=1.2
|
2008-03-21 23:21:30 +00:00
|
|
|
mail.version=1.4
|
2005-01-20 23:10:19 +00:00
|
|
|
#paired
|
|
|
|
jacl.version=1.2.6
|
|
|
|
tcljava.version=${jacl.version}
|