Skip to content

Commit

Permalink
Updated JavaCL dependency from Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
alcides committed Dec 6, 2014
1 parent 0ce5136 commit 0060833
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<classpathentry kind="lib" path="lib/junit-4.9b2.jar"/>
<classpathentry kind="lib" path="lib/AeminiumGPU.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/AeminiumGPU"/>
<classpathentry kind="lib" path="lib/javacl-1.0.0-RC1-shaded.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="src.dir" value="src" />
<property name="build.dir" value="bin" />
<property name="lib.dir" value="lib" />
<property name="main-class" value="code.PiCalc" />
<property name="main-class" value="code.SimpleMap" />


<property name="spooned.dir" value="spooned" />
Expand Down
Binary file modified lib/AeminiumGPU.jar
Binary file not shown.
Binary file removed lib/javacl-1.0.0-RC1-shaded.jar
Binary file not shown.

0 comments on commit 0060833

Please sign in to comment.