43c6bee9d2
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3505 51baf565-9d33-0410-a72c-fc3788e3496d
17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
|
|
# absolute pathname of NB platform (or IDE or whatever) that
|
|
# you are building your module against, and into which your
|
|
# module will be built
|
|
netbeans.dest.dir=/home/radim/devel/nb/nb_all/nbbuild/netbeans
|
|
|
|
# location of the build harness, usually
|
|
# "${netbeans.dest.dir}/harness"
|
|
harness.dir=/usr/local/netbeans/harness
|
|
|
|
# basename of cluster directory your module is to be built into
|
|
cluster.dir=extra
|
|
|
|
# the directory containing the sources of NetBeans IDE
|
|
netbeans.sources=<your_path>/netbeans-src
|
|
|