Skip to content

Commit

Permalink
update ant build script
Browse files Browse the repository at this point in the history
  • Loading branch information
crocsg committed Dec 4, 2018
1 parent aa13c87 commit 7c1cbb0
Show file tree
Hide file tree
Showing 18 changed files with 2,791 additions and 339 deletions.
263 changes: 0 additions & 263 deletions NatBrailleTools/BrailleLogger/src/Braille2GcodeEncoder.java.bak

This file was deleted.

71 changes: 0 additions & 71 deletions NatBrailleTools/BrailleLogger/src/BrailleLogger.java.bak

This file was deleted.

Binary file added NatBrailleTools/bin/gcodestreamer.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion NatBrailleTools/gcodestreamer/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="I:/local/java/jSSC-2.8.0-Release/jssc.jar"/>
<classpathentry kind="lib" path="I:/home/3d/braillerapsp.github/BrailleRapSP/NatBrailleTools/lib/jSSC-2.8.0-Release/jssc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions NatBrailleTools/gcodestreamer/ant/gcodestreamer_ant_build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--define folder properties-->
<property name="dir.buildfile" value="."/>
<property name="dir.workspace" value="D:/Users/Stephane/eclipse-workspace"/>
<property name="dir.jarfile" value="I:/home/3d/braillerapsp.github/BrailleRapSP/NatBrailleTools/bin"/>
<property name="dir.jarfile" value="../../bin"/>
<target name="create_run_jar">
<jar destfile="${dir.jarfile}/gcodestreamer.jar">
<manifest>
Expand All @@ -15,8 +15,8 @@
<attribute name="Rsrc-Class-Path" value="./ jssc.jar"/>
</manifest>
<zipfileset src="jar-in-jar-loader.zip"/>
<fileset dir="I:/home/3d/braillerapsp.github/BrailleRapSP/NatBrailleTools/gcodestreamer/bin"/>
<zipfileset dir="I:/local/java/jSSC-2.8.0-Release" includes="jssc.jar"/>
<fileset dir="../bin"/>
<zipfileset dir="../../lib/jSSC-2.8.0-Release" includes="jssc.jar"/>
</jar>
</target>
</project>
1 change: 0 additions & 1 deletion NatBrailleTools/gcodestreamer/bin/.gitignore

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7c1cbb0

Please sign in to comment.