Skip to content

Commit

Permalink
Issue #251 fixed the typo. Issue closed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon committed Aug 10, 2012
1 parent b15d4f2 commit 19cd115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -53,7 +53,7 @@
</java>
</target>

<target name="Linux-debug" description="Run mpide from Java." depends="build">
<target name="linux-debug" description="Run mpide from Java." depends="build">
<java dir="./${platform}/work"
classpath="${platform}/work/lib:${platform}/work/lib/RXTXcomm.jar:${platform}/work/lib/core.jar:${platform}/work/lib/ecj.jar:${platform}/work/lib/jna.jar:${platform}/work/lib/log4j-1.2.16.jar:${platform}/work/lib/pde.jar"
fork="true"
Expand Down

0 comments on commit 19cd115

Please sign in to comment.