-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathJavaCL.jnlp
More file actions
23 lines (22 loc) · 869 Bytes
/
JavaCL.jnlp
File metadata and controls
23 lines (22 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
codebase="http://nativelibs4java.sourceforge.net/webstart/OpenCL/"
href="JavaCL.jnlp"
>
<information>
<title>JavaCL</title>
<vendor>Olivier Chafik</vendor>
<homepage href="http://code.google.com/p/javacl/" />
<description>Object-Oriented OpenCL Library for Java</description>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<extension name="OpenCL4Java" href="http://nativelibs4java.sourceforge.net/webstart/OpenCL/OpenCL4Java.jnlp"/>
<jar href="http://nativelibs4java.sourceforge.net/maven/com/nativelibs4java/javacl/1.0-SNAPSHOT/javacl-1.0-SNAPSHOT.jar"/>
<jar href="http://nativelibs4java.sourceforge.net/maven/com/nativelibs4java/javacl-utils/1.0-SNAPSHOT/javacl-utils-1.0-SNAPSHOT.jar"/>
</resources>
<component-desc/>
</jnlp>