summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-02-03 23:13:42 +0100
committerMichael Bien <[email protected]>2011-02-03 23:13:42 +0100
commitdbe93d1e40a7bc9fbea7c5be3d59bf84e8a20ecb (patch)
tree3a451adf79f605d32c818a49ea2f71d4db8969fb /build.xml
parent992963009a1f551808e8da786b6b9d7b701f7a34 (diff)
new simple gamma correction OpenCL example featuring lenna.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4c43ad7..0fb30d0 100644
--- a/build.xml
+++ b/build.xml
@@ -74,6 +74,13 @@
<param name="jnlp.jogl" value="false"/>
<param name="jnlp.mainclass" value="com.jogamp.opencl.demos.info.CLInfo"/>
</antcall>
+
+ <antcall target="create-jnlp" inheritrefs="true">
+ <param name="jnlp.name" value="gamma"/>
+ <param name="jnlp.title" value="Simple gamma correction."/>
+ <param name="jnlp.jogl" value="false"/>
+ <param name="jnlp.mainclass" value="com.jogamp.opencl.demos.gamma.CLSimpleGammaCorrection"/>
+ </antcall>
</target>