Skip to content

Commit

Permalink
Forgot to update windows config*.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Sep 14, 2015
1 parent cb25bc9 commit 81c7156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/.classpath
Expand Up @@ -29,6 +29,6 @@
<classpathentry kind="lib" path="test-lib/jcip-annotations-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.7.1+arduino.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.8.1+arduino.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion build/windows/launcher/config.xml
Expand Up @@ -30,7 +30,7 @@
<cp>%EXEDIR%/lib/jsch-0.1.50.jar</cp>
<cp>%EXEDIR%/lib/jssc-2.8.0.jar</cp>
<cp>%EXEDIR%/lib/pde.jar</cp>
<cp>%EXEDIR%/lib/rsyntaxtextarea-2.5.7.1+arduino.jar</cp>
<cp>%EXEDIR%/lib/rsyntaxtextarea-2.5.8.1+arduino.jar</cp>
</classPath>
<jre>
<path>java</path>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/launcher/config_debug.xml
Expand Up @@ -30,7 +30,7 @@
<cp>%EXEDIR%/lib/jsch-0.1.50.jar</cp>
<cp>%EXEDIR%/lib/jssc-2.8.0.jar</cp>
<cp>%EXEDIR%/lib/pde.jar</cp>
<cp>%EXEDIR%/lib/rsyntaxtextarea-2.5.7.1+arduino.jar</cp>
<cp>%EXEDIR%/lib/rsyntaxtextarea-2.5.8.1+arduino.jar</cp>
</classPath>
<jre>
<path>java</path>
Expand Down

0 comments on commit 81c7156

Please sign in to comment.