Skip to content

Commit 9861d60

Browse files
committed
Remove use of javah for CUDA4J
Signed-off-by: Keith W. Campbell <[email protected]>
1 parent d756009 commit 9861d60

File tree

3 files changed

+18
-117
lines changed

3 files changed

+18
-117
lines changed

jcl/.project

+18-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>jcl</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
10-
<triggers>clean,full,incremental,</triggers>
11-
<arguments>
12-
<dictionary>
13-
<key>LaunchConfigHandle</key>
14-
<value>&lt;project&gt;/post-javac.launch</value>
15-
</dictionary>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>com.ibm.jpp.core.jppbuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
23-
</buildSpec>
24-
<natures>
25-
<nature>org.eclipse.jdt.core.javanature</nature>
26-
<nature>com.ibm.jpp.core.jppnature</nature>
27-
</natures>
28-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>jcl</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.ibm.jpp.core.jppbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
<nature>com.ibm.jpp.core.jppnature</nature>
17+
</natures>
18+
</projectDescription>

jcl/post-javac.launch

-13
This file was deleted.

jcl/post-javac.xml

-76
This file was deleted.

0 commit comments

Comments
 (0)