You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

libraries.properties 2.5 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. #this file declares the libraries for use in
  16. #a given release of the components
  17. #if you change this, change the checksum to match
  18. m2.version=2.0.4
  19. m2.url=http://ibiblio.org/maven2/
  20. m2.artifact-name=maven-artifact-ant
  21. m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
  22. #this is the URL of the antlib library, that is pulled down for everything else.
  23. m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
  24. #this is the sha1 checksum of the artifact
  25. m2.sha1.checksum=4e7ddfdb91600e9b59bb965ff8eef2f06015df50
  26. #versions of different libraries. Please keep in alphabetical order, except
  27. #when a specific dependency forces them to be out-of-order
  28. antlr.version=2.7.7
  29. bcel.version=5.1
  30. bsf.version=2.4.0
  31. bsh.version=2.0b4
  32. bsh-core.version=${bsh.version}
  33. commons-net.version=1.4.1
  34. commons-logging.version=1.1
  35. commons-logging-api.version=${commons-logging.version}
  36. jasper-compiler.version=4.1.36
  37. jasper-runtime.version=${jasper-compiler.version}
  38. jdepend.version=2.9.1
  39. jruby.version=0.9.8
  40. junit.version=3.8.2
  41. jsch.version=0.1.29
  42. jython.version=2.1
  43. #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
  44. log4j.version=1.2.14
  45. #js is the javascript implementation of the rhino project
  46. #17R1 is compiled with Java5 so we can't use the jar when building with JDK 1.4
  47. js.version=1.6R7
  48. oro.version=2.0.8
  49. regexp.version=1.3
  50. servlet-api.version=2.3
  51. which.version=1.0
  52. xerces.version=2.9.0
  53. xercesImpl.version=${xerces.version}
  54. #should be in sync w/ xerces, but not in the maven repository
  55. #xmlParserAPIs.version=${xerces.version}
  56. #xmlParserAPIs.version=2.6.1
  57. xml-apis.version=2.0.2
  58. xalan.version=2.7.1
  59. xml-resolver.version=1.2
  60. mail.version=1.4
  61. #paired
  62. jacl.version=1.2.6
  63. tcljava.version=${jacl.version}