Skip to content

Commit c0c1590

Browse files
committed
JNAerator: updated webstart
1 parent 5ea52a7 commit c0c1590

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

libraries/OpenCL-JNA/JavaCL/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,29 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
4949

5050
<build>
5151
<plugins>
52-
52+
<!--
5353
<plugin>
5454
<groupId>com.nativelibs4java</groupId>
5555
<artifactId>javacl-generator-jna</artifactId>
5656
<executions>
5757
<execution>
5858
<goals>
5959
<goal>compile</goal>
60-
<!--goal>test-compile</goal-->
6160
</goals>
6261
6362
</execution>
6463
</executions>
6564
</plugin>
66-
65+
-->
6766
<plugin>
6867
<groupId>org.apache.maven.plugins</groupId>
6968
<artifactId>maven-jar-plugin</artifactId>
7069
</plugin>
70+
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-shade-plugin</artifactId>
74+
</plugin>
7175

7276
</plugins>
7377
</build>

libraries/jnaerator/webstart/JNAeratorStudio.jnlp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</security>
2424
<resources>
2525
<j2se version="1.6+" />
26-
<jar href="http://nativelibs4java.sourceforge.net/webstart/jnaerator/jnaerator-0.9.10-SNAPSHOT-shaded.jar"/>
26+
<jar href="http://nativelibs4java.sourceforge.net/webstart/jnaerator/jnaerator-0.10-shaded.jar"/>
2727
</resources>
2828
<application-desc main-class="com.ochafik.lang.jnaerator.studio.JNAeratorStudio"/>
2929
</jnlp>

libraries/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ Most of these wrappers are created automatically by JNAerator.
381381
<link>http://nativelibs4java.sourceforge.net/bridj/api/stable/</link>
382382
<link>http://nativelibs4java.sourceforge.net/javacl/api/stable/</link>
383383
</links>
384+
<excludePackageNames>com.nativelibs4java.opencl.library</excludePackageNames>
385+
384386
</configuration>
385387
</execution>
386388
</executions>

0 commit comments

Comments
 (0)