diff options
author | Michael Bien <[email protected]> | 2010-12-02 16:13:53 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-12-02 16:13:53 +0100 |
commit | 843f487ae5fb53e6d67fcd1cedf383e197913d8a (patch) | |
tree | a92b8c8ea8038c5c6bb221a47ec694cc25f58c08 /nbproject/project.properties | |
parent | 075e32ec306dd45d1f67daf2184dc5fd36f557b9 (diff) |
zip distribution uses now a folder structure similar to other jogamp projects.
-./jar contains all jar files (dependencies + jared natives)
-./lib contains all natives (redundant to jar)
-./jnlp-files contains jnlp templates
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 fcbc58da..2d6c9550 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -75,7 +75,7 @@ jnlp.enabled=false jnlp.offline-allowed=false jnlp.signed=false main.class=com.jogamp.opencl.util.CLInfo -manifest.file=build/manifest.mf +manifest.file=${rootrel.build}/manifest.mf meta.inf.dir=${src.dir}/META-INF platform.active=default_platform run.classpath=\ |