Skip to content

Commit f4c347b

Browse files
Eclipse files
1 parent fc632f5 commit f4c347b

File tree

4 files changed

+29
-14
lines changed

4 files changed

+29
-14
lines changed

.classpath

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<classpath>
2-
<classpathentry kind="src" path="src/test/scala" output="target/test-classes"/>
3-
<classpathentry kind="src" path="src/test/resources" output="target/test-classes" />
4-
<classpathentry kind="src" path="src/main/scala" />
5-
<classpathentry kind="output" path="target/classes"/>
6-
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar"/>
7-
<classpathentry kind="var" path="M2_REPO/org/scalatest/scalatest_2.9.1/1.6.1/scalatest_2.9.1-1.6.1.jar"/>
8-
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
10-
</classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/scala"/>
4+
<classpathentry kind="src" path="src/main/resources"/>
5+
<classpathentry kind="src" output="target/test-classes" path="src/test/scala"/>
6+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
8+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
9+
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
10+
<classpathentry kind="output" path="target/classes"/>
11+
</classpath>

.project

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<projectDescription>
2-
<name>scala-labs</name>
3-
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
4-
<projects/>
5-
<buildSpec>
3+
<name>scala-labs</name>
4+
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
68
<buildCommand>
79
<name>org.scala-ide.sdt.core.scalabuilder</name>
810
<arguments>
911
</arguments>
1012
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
1118
</buildSpec>
1219
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1321
<nature>org.scala-ide.sdt.core.scalanature</nature>
1422
<nature>org.eclipse.jdt.core.javanature</nature>
1523
</natures>
16-
</projectDescription>
24+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding//src/main/scala/org/foo/email/HttpConsumerExample.scala=UTF-8

.settings/org.eclipse.m2e.core.prefs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

0 commit comments

Comments
 (0)