Skip to content

Commit

Permalink
Remove eclipse excludes so all RVM source is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Dec 5, 2009
1 parent 19467b9 commit ad42eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/eclipse/classpath.harmony.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
~ regarding copyright ownership.
-->
<classpath>
<classpathentry excluding="**/@OTHER_ARCH@/**|org/jikesrvm/tools/header_gen/GenArch_@OTHER_ARCH@.java" kind="src" path="rvm/src"/>
<classpathentry kind="src" path="rvm/src"/>
<classpathentry kind="src" path="MMTk/ext/vm/jikesrvm"/>
<classpathentry kind="src" path="MMTk/src"/>
<classpathentry kind="src" path="projects/dbt/src"/>
Expand Down
2 changes: 1 addition & 1 deletion build/eclipse/classpath.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
~ regarding copyright ownership.
-->
<classpath>
<classpathentry excluding="**/@OTHER_ARCH@/**|org/jikesrvm/tools/header_gen/GenArch_@OTHER_ARCH@.java" kind="src" path="rvm/src"/>
<classpathentry kind="src" path="rvm/src"/>
<classpathentry kind="src" path="MMTk/ext/vm/jikesrvm"/>
<classpathentry kind="src" path="MMTk/src"/>
<classpathentry kind="src" path="projects/dbt/src"/>
Expand Down

0 comments on commit ad42eb0

Please sign in to comment.