source: local/greenstone3/darwin-64bit/ant-1.8.3/lib/libraries.properties@ 27884

Last change on this file since 27884 was 27884, checked in by davidb, 11 years ago

Upgraded to Apache ant 1.8.3

File size: 2.4 KB
Line 
1# Licensed to the Apache Software Foundation (ASF) under one or more
2# contributor license agreements. See the NOTICE file distributed with
3# this work for additional information regarding copyright ownership.
4# The ASF licenses this file to You under the Apache License, Version 2.0
5# (the "License"); you may not use this file except in compliance with
6# the License. You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16#this file declares the libraries for use in
17#a given release of the components
18
19#if you change this, change the checksum to match
20m2.version=2.0.4
21m2.url=http\://repo1.maven.org/maven2
22m2.artifact-name=maven-artifact-ant
23m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
24#this is the URL of the antlib library, that is pulled down for everything else.
25m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
26#this is the sha1 checksum of the artifact
27m2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
28
29# Repository to use by default for fetching dependencies.
30m2.repo=http://repo1.maven.org/maven2/
31
32#versions of different libraries. Please keep in alphabetical order, except
33#when a specific dependency forces them to be out-of-order
34antlr.version=2.7.7
35bcel.version=5.1
36bsf.version=2.4.0
37bsh.version=2.0b4
38bsh-core.version=${bsh.version}
39commons-net.version=1.4.1
40commons-logging.version=1.1
41commons-logging-api.version=${commons-logging.version}
42jai-core.version=1.1.3
43jai-codec.version=1.1.3
44jasper-compiler.version=4.1.36
45jasper-runtime.version=${jasper-compiler.version}
46jdepend.version=2.9.1
47jruby.version=0.9.8
48junit.version=4.8.1
49jsch.version=0.1.42
50jython.version=2.1
51#log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
52log4j.version=1.2.14
53#js is the javascript implementation of the rhino project
54#17R1 is compiled with Java5 so we can't use the jar when building with JDK 1.4
55js.version=1.6R7
56oro.version=2.0.8
57regexp.version=1.3
58servlet-api.version=2.3
59which.version=1.0
60xalan.version=2.7.1
61xml-resolver.version=1.2
62mail.version=1.4
63#paired
64jacl.version=1.2.6
65tcljava.version=${jacl.version}
Note: See TracBrowser for help on using the repository browser.