Referencing libraries in an IDE-independant way using relative paths to the

'lib' directory so that build scripts can run on any platform and outside
  the IDE

committer: Jonathan Bernard <jdbernard@jdbernard-desktop.(none)>
This commit is contained in:
Jonathan Bernard
2008-08-30 00:29:22 -05:00
parent 0864b978e7
commit 34e52d78bf
5 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,2 @@
jaxws.endorsed.dir=C:\\Program Files\\NetBeans 6.1\\java2\\modules\\ext\\jaxws21\\api
user.properties.file=C:\\Documents and Settings\\jbernard\\.netbeans\\6.1\\build.properties
jaxws.endorsed.dir=/usr/local/netbeans-6.1/java2/modules/ext/jaxws21/api
user.properties.file=/home/jdbernard/.netbeans/6.1/build.properties