-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
19 lines (19 loc) · 1.57 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="jars/jruby-complete-1.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="jars/jruby-engine-1.1.7.jar"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry excluding="dsl/target/RSTargetCollection.scala|dsl/target/RSTarget.scala|dsl/entity/collection/RSClasses.scala|dsl/entity/collection/RSFields.scala|dsl/entity/collection/RSMethods.scala|dsl/entity/collection/RSParameters.scala|rscore/dsl/entity/collection/RSClasses.scala|rscore/dsl/entity/collection/RSFields.scala|rscore/dsl/entity/collection/RSMethods.scala|rscore/dsl/entity/collection/RSParameters.scala" kind="src" path="src"/>
<classpathentry kind="src" path="dsl_test"/>
<classpathentry kind="src" path="refactoring_test"/>
<classpathentry kind="src" path="test_resources_input"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="interpreter_test"/>
<classpathentry kind="src" path="general_test"/>
<classpathentry kind="src" path="sandbox_test"/>
<classpathentry kind="lib" path="/Applications/eclipse/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar"/>
<classpathentry kind="lib" path="/Applications/eclipse/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>