prerequisites.properties 786 B

1234567891011121314151617181920
  1. #
  2. # Properties to define the locations of the pre-requisite software for Orion
  3. #
  4. servlet.jar=servlet-api.jar
  5. fq.servlet.jar=/home/steve/software/tomcat/common/lib/${servlet.jar}
  6. cocoon.home=/home/steve/software/cocoon-BRANCH_2_1_X
  7. emma.home=c:\\lpp\\emma-2.0.5312
  8. ant.jar=/usr/local/software/ant/lib/ant.jar
  9. checkstyle.home=c:\\lpp\\checkstyle-4.1
  10. checkstyle.jar=checkstyle-all-4.1.jar
  11. #jdk.api=http://java.sun.com/j2se/1.5.0/docs/api
  12. jdk.api=http://orion.ruelgnoj.co.uk/javadoc/j2se/1.5.0/docs/api
  13. servlet.api=http://java.sun.com/j2ee/1.4/docs/api
  14. commons-cli.api=http://commons.apache.org/cli/api-release
  15. ant.api=http://orion.ruelgnoj.co.uk/javadoc/apache-ant-1.7.0/api
  16. commons-cli.jar=commons-cli-1.0.jar
  17. fq.commons-cli.jar=/home/steve/software/commons-cli-1.0/${commons-cli.jar}