IDEA-51936 (IntelliJ hangs on synchronize)
[fedora-idea.git] / lib / ant / lib / libraries.properties
blob651cc4793afb6033df0e30264be2794a91cea7be
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
8 #     http://www.apache.org/licenses/LICENSE-2.0
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.
16 #this file declares the libraries for use in 
17 #a given release of the components
19 #if you change this, change the checksum to match
20 m2.version=2.0.4
21 m2.url=http://ibiblio.org/maven2/
22 m2.artifact-name=maven-artifact-ant
23 m2.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.
25 m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
26 #this is the sha1 checksum of the artifact
27 m2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
30 #versions of different libraries. Please keep in alphabetical order, except
31 #when a specific dependency forces them to be out-of-order
32 antlr.version=2.7.2
33 bcel.version=5.1
34 bsf.version=2.4.0
35 bsh.version=2.0b4
36 bsh-core.version=${bsh.version}
37 commons-net.version=1.4.0
38 commons-logging.version=1.0.4
39 commons-logging-api.version=${commons-logging.version}
40 jdepend.version=2.7
41 jruby.version=0.8.3
42 junit.version=3.8.2
43 jsch.version=0.1.29
44 jython.version=2.1
45 log4j.version=1.2.13
46 #js is the javascript implementation of the rhino project
47 js.version=1.6R3
48 oro.version=2.0.8
49 regexp.version=1.3
50 which.version=1.0
51 xerces.version=2.9.0
52 xercesImpl.version=${xerces.version}
53 #should be in sync w/ xerces, but not in the maven repository
54 #xmlParserAPIs.version=${xerces.version}
55 #xmlParserAPIs.version=2.6.1
56 xml-apis.version=1.3.04
57 xalan.version=2.7.0
58 xml-resolver.version=1.1
60 #paired
61 jacl.version=1.2.6
62 tcljava.version=${jacl.version}