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 1.0 KiB

12345678910111213141516171819202122232425262728293031323334353637
  1. #this file declares the libraries for use in
  2. #a given release of the components
  3. m2.version=2.0-alpha-3
  4. m2.url=http://ibiblio.org/maven2/
  5. m2.artifact-name=maven-artifact-ant
  6. m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
  7. #this is the URL of the antlib library, that is pulled down for everything else.
  8. m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}
  9. #versions of different libraries. Please keep in alphabetical order, except
  10. #when a specific dependency forces them to be out-of-order
  11. antlr.version=2.7.2
  12. bcel.version=5.1
  13. bsf.version=2.3.0
  14. bsh.version=2.0.b1
  15. commons-net.version=1.4.0
  16. commons-logging.version=1.0.4
  17. commons-logging-api.version=${commons-logging.version}
  18. jdepend.version=2.7
  19. junit.version=3.8.1
  20. jsch.version=0.1.17
  21. jython.version=3.8.1
  22. log4j.version=1.2.8
  23. #rhino.version=1.5R5
  24. oro.version=2.0.8
  25. regexp.version=1.3
  26. which.version=1.0
  27. xerces.version=2.6.2
  28. xalan.version=2.5.1
  29. xml-resolver.version=1.1
  30. #paired
  31. jacl.version=1.2.6
  32. tcljava.version=${jacl.version}