Skip to content

Commit

Permalink
Merge pull request #676 from atambo/fix_eclipse_problems
Browse files Browse the repository at this point in the history
Fix eclipse problems
  • Loading branch information
headius committed Apr 29, 2013
2 parents f6a9649 + 45a5897 commit f1f2de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/jruby/runtime/Constants.java" kind="src" path="src"/>
<classpathentry excluding="*.java" kind="src" path="build/src_gen"/>
<classpathentry excluding="org/jruby/gen/*.java" kind="src" path="build/src_gen"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="build_lib/junit.jar"/>
<classpathentry kind="lib" path="build_lib/bsf.jar"/>
Expand All @@ -25,7 +25,7 @@
<classpathentry kind="lib" path="build_lib/asm-tree-4.1.jar"/>
<classpathentry kind="lib" path="build_lib/asm-util-4.1.jar"/>
<classpathentry kind="lib" path="build_lib/snakeyaml-1.11.jar"/>
<classpathentry kind="lib" path="build_lib/jzlib-1.1.0.jar"/>
<classpathentry kind="lib" path="build_lib/jzlib-1.1.2.jar"/>
<classpathentry kind="lib" path="build_lib/coro-mock-1.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="build_lib/jnr-ffi.jar"/>
<classpathentry kind="lib" path="build_lib/invokebinder.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion src/org/jruby/ext/ripper/Ripper19YyTables.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jruby.parser;
package org.jruby.ext.ripper;

public class Ripper19YyTables {
private static short[] combine(short[] t1, short[] t2,
Expand Down

0 comments on commit f1f2de7

Please sign in to comment.