Skip to content

Commit

Permalink
Revert "Add batik.jar to /lib, Rakefile, and .classpath"
Browse files Browse the repository at this point in the history
This reverts commit 06c15b2.
  • Loading branch information
danbernier committed Jul 13, 2013
1 parent 8588d8e commit 853d3cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .classpath
Expand Up @@ -10,7 +10,6 @@
<classpathentry kind="lib" path="lib/processing/pdf.jar"/>
<classpathentry kind="lib" path="lib/cue.language.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/batik.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -195,7 +195,7 @@ def compile(src_dir, dest_dir, classpath)
end

def main_classpath
['lib/processing/core.jar', 'lib/jsoup-1.7.2.jar', 'lib/cue.language.jar', 'lib/batik.jar'] * ':'
['lib/processing/core.jar', 'lib/jsoup-1.7.2.jar', 'lib/cue.language.jar'] * ':'
end

def test_classpath
Expand Down
Binary file removed lib/batik.jar
Binary file not shown.

0 comments on commit 853d3cf

Please sign in to comment.