From fdf5b4006df497a5b2a2e7c013cd621e7a50e248 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 9 Sep 2010 23:00:29 +0200 Subject: added CLInfo jnlp. --- build.xml | 19 +++++++++++++++++-- demo-template.jnlp | 2 +- nbproject/configs/CLInfo.properties | 1 + 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 nbproject/configs/CLInfo.properties diff --git a/build.xml b/build.xml index 0806c69..eb077a8 100644 --- a/build.xml +++ b/build.xml @@ -21,20 +21,30 @@ + + - + + + + + + + + + @@ -46,6 +56,11 @@ + + + @@ -53,7 +68,7 @@ - + diff --git a/demo-template.jnlp b/demo-template.jnlp index 16ba968..42ff928 100644 --- a/demo-template.jnlp +++ b/demo-template.jnlp @@ -15,7 +15,7 @@ - + EXTENSION diff --git a/nbproject/configs/CLInfo.properties b/nbproject/configs/CLInfo.properties new file mode 100644 index 0000000..3282d5b --- /dev/null +++ b/nbproject/configs/CLInfo.properties @@ -0,0 +1 @@ +main.class=com.jogamp.opencl.demos.info.CLInfo -- cgit v1.2.3