diff options
author | Sven Gothel <[email protected]> | 2012-08-25 15:22:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-25 15:22:20 +0200 |
commit | 741e97a3efddb5c489cb00a791cd7f84dd296fb0 (patch) | |
tree | f4ebe6e3eee1e9f23a18b9e6ea85a697319264d0 /nbproject/project.properties | |
parent | 5a196a9690a6ef43e38394992ef0c3874dbc0392 (diff) |
Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix)
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 9724ff6..efda83e 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -29,8 +29,8 @@ debug.classpath=\ debug.test.classpath=\ ${run.test.classpath} # This directory is removed when the project is cleaned: -dist.dir=dist -dist.jar=${dist.dir}/jocl-demos.jar +dist.dir=${build.dir} +dist.jar=${dist.dir}/jar/jocl-demos.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= |