File: build.properties.sample

package info (click to toggle)
libcommons-modeler-java 1.1-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 712 kB
  • ctags: 834
  • sloc: java: 5,863; xml: 870; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# build.properties.sample - Sample build.properties for "modeler"

# Base properties for expansion below
commons.home=../../jakarta-commons
sandbox.home=../../jakarta-commons-sandbox
jaxp.home=/usr/local/jaxp-1.1
junit.home=/usr/local/junit3.7
jmx.home=/usr/local/jmx-ri_1.0.1/jmx

# Derived home directories
digester.home=${commons.home}/digester
logging.home=${commons.home}/logging

# Jakarta JAR files
commons-digester.jar=${digester.home}/dist/commons-digester.jar
commons-logging.jar=${logging.home}/dist/commons-logging.jar

# JMX libraries
# jmx.jar must contain the JMX classes and interfaces, as well as the
# server implementation. Any JMX compliant implementation can be used.
jmx.jar=${jmx.home}/lib/jmxri.jar
# jmxtools.jar from the JMX RI is only used for the demonstration example.
jmxtools.jar=${jmx.home}/lib/jmxtools.jar


# External packages
jaxp.jaxp.jar=${jaxp.home}/jaxp.jar
jaxp.parser.jar=${jaxp.home}/crimson.jar
jaxp.xalan.jar=${jaxp.home}/xalan.jar
junit.jar=${junit.home}/junit.jar