diff options
author | Sven Gothel <[email protected]> | 2012-08-26 02:22:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-26 02:22:13 +0200 |
commit | 6099b6cd811fbd10b4e8d7e272aa457ef3bd8b9f (patch) | |
tree | dda3259fdbdf1944dbec5935628820a0bfeae305 /nbproject/project.properties | |
parent | cde44d028c219741b99004e28261f9d573a40553 (diff) |
fix detection of created ${build.dir}/jar/manifest.mf file, required for jocl.jar
note to myself: we really should get rid of the NB skeleton!
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 9bb201a6..7fe08410 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -67,7 +67,7 @@ jnlp.enabled=false jnlp.offline-allowed=false jnlp.signed=false main.class=com.jogamp.opencl.util.CLInfo -manifest.file=${rootrel.build}/manifest.mf +manifest.file=${build.dir}/manifest.mf meta.inf.dir=${src.dir}/META-INF platform.active=default_platform run.classpath=\ |