File tree 4 files changed +25
-4
lines changed
4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" path =" src" />
4
4
<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 >
6
13
<classpathentry kind =" lib" path =" build_lib/jna.jar" />
7
14
<classpathentry kind =" lib" path =" build_lib/junit.jar" />
8
15
<classpathentry kind =" lib" path =" build_lib/jline-0.9.93.jar" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >jruby_trunk </name >
3
+ <name >JRuby </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
20
20
</dictionary >
21
21
</arguments >
22
22
</buildCommand >
23
+ <buildCommand >
24
+ <name >org.maven.ide.eclipse.maven2Builder</name >
25
+ <arguments >
26
+ </arguments >
27
+ </buildCommand >
23
28
</buildSpec >
24
29
<natures >
30
+ <nature >org.maven.ide.eclipse.maven2Nature</nature >
25
31
<nature >org.eclipse.jdt.core.javanature</nature >
26
- <nature >org.eclipse.team.cvs.core.cvsnature</nature >
27
32
</natures >
28
33
</projectDescription >
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 101
101
<dependency >
102
102
<groupId >junit</groupId >
103
103
<artifactId >junit</artifactId >
104
- <version >3.8.1 </version >
104
+ <version >4.7 </version >
105
105
<scope >test</scope >
106
106
</dependency >
107
107
<dependency >
You can’t perform that action at this time.
0 commit comments