summaryrefslogtreecommitdiffstats
path: root/jocl.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-25 15:20:56 +0200
committerSven Gothel <[email protected]>2012-08-25 15:20:56 +0200
commitcde44d028c219741b99004e28261f9d573a40553 (patch)
treef725b16b2f14b4df430fb8317b0229836ea05c04 /jocl.jnlp
parent26ca1c43c6a571d0fd686b0962343c4bcbc62e82 (diff)
Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files)
Diffstat (limited to 'jocl.jnlp')
-rw-r--r--jocl.jnlp62
1 files changed, 0 insertions, 62 deletions
diff --git a/jocl.jnlp b/jocl.jnlp
deleted file mode 100644
index 7d82ff73..00000000
--- a/jocl.jnlp
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="JOCL_CODEBASE_TAG" href="jocl.jnlp">
- <information>
- <title>Java(tm) Binding to the OpenCL(r) API</title>
- <vendor>JogAmp Community</vendor>
- <homepage href="http://jocl.jogamp.org/"/>
- <description>Java Binding to the OpenCL API</description>
- <description kind="short">Java programming language binding for the OpenCL API</description>
- <offline-allowed/>
- </information>
- <update check="background" policy="always"/>
- <security>
- <all-permissions/>
- </security>
- <resources>
- <jar href="jar/jocl.jar" />
- <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" />
- </resources>
- <resources os="Windows" arch="x86">
- <nativelib href = "jar/jocl-natives-windows-i586.jar" />
- </resources>
- <resources os="Windows" arch="amd64">
- <nativelib href = "jar/jocl-natives-windows-amd64.jar" />
- </resources>
- <resources os="Windows" arch="x86_64">
- <nativelib href = "jar/jocl-natives-windows-amd64.jar" />
- </resources>
- <resources os="SunOS" arch="sparc">
- <nativelib href = "jar/jocl-natives-solaris-sparc.jar" />
- </resources>
- <resources os="SunOS" arch="sparcv9">
- <nativelib href = "jar/jocl-natives-solaris-sparcv9.jar" />
- </resources>
- <resources os="SunOS" arch="x86">
- <nativelib href = "jar/jocl-natives-solaris-i586.jar" />
- </resources>
- <resources os="SunOS" arch="amd64">
- <nativelib href = "jar/jocl-natives-solaris-amd64.jar" />
- </resources>
- <resources os="SunOS" arch="x86_64">
- <nativelib href = "jar/jocl-natives-solaris-amd64.jar" />
- </resources>
- <resources os="Linux" arch="i386">
- <nativelib href = "jar/jocl-natives-linux-i586.jar" />
- </resources>
- <resources os="Linux" arch="x86">
- <nativelib href = "jar/jocl-natives-linux-i586.jar" />
- </resources>
- <resources os="Linux" arch="amd64">
- <nativelib href = "jar/jocl-natives-linux-amd64.jar" />
- </resources>
- <resources os="Linux" arch="x86_64">
- <nativelib href = "jar/jocl-natives-linux-amd64.jar" />
- </resources>
- <resources os="Mac OS X" arch="i386">
- <nativelib href = "jar/jocl-natives-macosx-universal.jar" />
- </resources>
- <resources os="Mac OS X" arch="x86_64">
- <nativelib href = "jar/jocl-natives-macosx-universal.jar" />
- </resources>
- <component-desc />
-</jnlp>