Skip to content

Commit

Permalink
Got rid of ANTLR: we never used it
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Aug 10, 2015
1 parent 7ae21e6 commit 26a3c7c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<classpathentry excluding="processing/app/tools/format/|processing/app/tools/format/src/|processing/app/Trace.java|processing/app/RunnerClassLoader.java" kind="src" path="app/src"/>
<classpathentry kind="src" path="app/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="app/lib/antlr.jar"/>
<classpathentry kind="lib" path="app/lib/apple.jar"/>
<classpathentry kind="lib" path="app/lib/ecj.jar"/>
<classpathentry kind="lib" path="app/test-lib/junit-4.11.jar"/>
Expand Down
1 change: 0 additions & 1 deletion app/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/antlr.jar"/>
<classpathentry kind="lib" path="lib/ecj.jar"/>
<classpathentry kind="lib" path="lib/apple.jar"/>
<classpathentry kind="lib" path="lib/bcpg-jdk15on-152.jar"/>
Expand Down
1 change: 0 additions & 1 deletion app/.classpath_macosx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
<classpathentry combineaccessrules="false" kind="src" path="/video"/>
<classpathentry kind="lib" path="lib/antlr.jar"/>
<classpathentry kind="lib" path="lib/ecj.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Empty file.
Binary file removed app/lib/antlr.jar
Binary file not shown.
1 change: 0 additions & 1 deletion build/cmd/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rm -rf processing-*
mkdir processing
cp -r ../shared/lib processing/
cp -r ../shared/libraries processing/
cp ../../app/lib/antlr.jar processing/lib/
cp ../../app/lib/ecj.jar processing/lib/
cp ../shared/revisions.txt processing/

Expand Down
1 change: 0 additions & 1 deletion build/windows/launcher/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<icon>application.ico</icon>
<classPath>
<mainClass>processing.app.Base</mainClass>
<cp>%EXEDIR%/lib/antlr.jar</cp>
<cp>%EXEDIR%/lib/apple.jar</cp>
<cp>%EXEDIR%/lib/arduino-core.jar</cp>
<cp>%EXEDIR%/lib/bcpg-jdk15on-152.jar</cp>
Expand Down
1 change: 0 additions & 1 deletion build/windows/launcher/config_debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<icon>application.ico</icon>
<classPath>
<mainClass>processing.app.Base</mainClass>
<cp>%EXEDIR%/lib/antlr.jar</cp>
<cp>%EXEDIR%/lib/apple.jar</cp>
<cp>%EXEDIR%/lib/arduino-core.jar</cp>
<cp>%EXEDIR%/lib/bcpg-jdk15on-152.jar</cp>
Expand Down

0 comments on commit 26a3c7c

Please sign in to comment.