File: build.properties.sample

package info (click to toggle)
commons-beanutils 1.2-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 392 kB
  • ctags: 341
  • sloc: java: 3,908; xml: 144; makefile: 44
file content (12 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# The home directory for the Commons collection classes distribution
commons-collections.home = ../collections/dist

# The pathname of the collections classes JAR file
commons-collections.jar = ${commons-collections.home}/commons-collections.jar

# The directory containing your binary distribution of JUnit, 
# version 3.7 or later
junit.home = /usr/local/junit3.7

# The pathname of the "junit.jar" JAR file
junit.jar = ${junit.home}/junit.jar