Skip to content

Commit

Permalink
Tweaks to Eclipse project files (also added Maven config for Eclipse)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvs committed Dec 30, 2009
1 parent 4f9b2a3 commit 66fdb7d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .classpath
Expand Up @@ -2,7 +2,14 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry excluding="**/CVS/*" kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<accessrules>
<accessrule kind="accessible" pattern="javax/script/**"/>
<accessrule kind="discouraged" pattern="sun/misc/Unsafe"/>
<accessrule kind="discouraged" pattern="sun/misc/Signal"/>
<accessrule kind="discouraged" pattern="sun/misc/SignalHandler"/>
</accessrules>
</classpathentry>
<classpathentry kind="lib" path="build_lib/jna.jar"/>
<classpathentry kind="lib" path="build_lib/junit.jar"/>
<classpathentry kind="lib" path="build_lib/jline-0.9.93.jar"/>
Expand Down
9 changes: 7 additions & 2 deletions .project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jruby_trunk</name>
<name>JRuby</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -20,9 +20,14 @@
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.team.cvs.core.cvsnature</nature>
</natures>
</projectDescription>
9 changes: 9 additions & 0 deletions .settings/org.maven.ide.eclipse.prefs
@@ -0,0 +1,9 @@
#Wed Dec 30 15:00:47 CET 2009
activeProfiles=
eclipse.preferences.version=1
fullBuildGoals=process-test-resources
includeModules=false
resolveWorkspaceProjects=false
resourceFilterGoals=process-resources resources\:testResources
skipCompilerPlugin=true
version=1
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 66fdb7d

Please sign in to comment.