Skip to content

Commit 66fdb7d

Browse files
committedDec 30, 2009
Tweaks to Eclipse project files (also added Maven config for Eclipse)
1 parent 4f9b2a3 commit 66fdb7d

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed
 

‎.classpath

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry excluding="**/CVS/*" kind="src" path="test"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
6+
<accessrules>
7+
<accessrule kind="accessible" pattern="javax/script/**"/>
8+
<accessrule kind="discouraged" pattern="sun/misc/Unsafe"/>
9+
<accessrule kind="discouraged" pattern="sun/misc/Signal"/>
10+
<accessrule kind="discouraged" pattern="sun/misc/SignalHandler"/>
11+
</accessrules>
12+
</classpathentry>
613
<classpathentry kind="lib" path="build_lib/jna.jar"/>
714
<classpathentry kind="lib" path="build_lib/junit.jar"/>
815
<classpathentry kind="lib" path="build_lib/jline-0.9.93.jar"/>

‎.project

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>jruby_trunk</name>
3+
<name>JRuby</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -20,9 +20,14 @@
2020
</dictionary>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.maven.ide.eclipse.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
30+
<nature>org.maven.ide.eclipse.maven2Nature</nature>
2531
<nature>org.eclipse.jdt.core.javanature</nature>
26-
<nature>org.eclipse.team.cvs.core.cvsnature</nature>
2732
</natures>
2833
</projectDescription>

‎.settings/org.maven.ide.eclipse.prefs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Wed Dec 30 15:00:47 CET 2009
2+
activeProfiles=
3+
eclipse.preferences.version=1
4+
fullBuildGoals=process-test-resources
5+
includeModules=false
6+
resolveWorkspaceProjects=false
7+
resourceFilterGoals=process-resources resources\:testResources
8+
skipCompilerPlugin=true
9+
version=1

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>junit</groupId>
103103
<artifactId>junit</artifactId>
104-
<version>3.8.1</version>
104+
<version>4.7</version>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.