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.2 kB

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