1234567891011121314151617181920 |
- #
- # Properties to define the locations of the pre-requisite software for Orion
- #
- servlet.jar=servlet-api.jar
- fq.servlet.jar=/home/steve/software/tomcat/common/lib/${servlet.jar}
- cocoon.home=/home/steve/software/cocoon-BRANCH_2_1_X
- emma.home=c:\\lpp\\emma-2.0.5312
- ant.jar=/usr/local/software/ant/lib/ant.jar
- checkstyle.home=c:\\lpp\\checkstyle-4.1
- checkstyle.jar=checkstyle-all-4.1.jar
- #jdk.api=http://java.sun.com/j2se/1.5.0/docs/api
- jdk.api=http://orion.ruelgnoj.co.uk/javadoc/j2se/1.5.0/docs/api
- servlet.api=http://java.sun.com/j2ee/1.4/docs/api
- commons-cli.api=http://commons.apache.org/cli/api-release
- ant.api=http://orion.ruelgnoj.co.uk/javadoc/apache-ant-1.7.0/api
- commons-cli.jar=commons-cli-1.0.jar
- fq.commons-cli.jar=/home/steve/software/commons-cli-1.0/${commons-cli.jar}
|