File tree Expand file tree Collapse file tree 4 files changed +29
-14
lines changed Expand file tree Collapse file tree 4 files changed +29
-14
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<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 >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<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 >
6
8
<buildCommand >
7
9
<name >org.scala-ide.sdt.core.scalabuilder</name >
8
10
<arguments >
9
11
</arguments >
10
12
</buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.m2e.core.maven2Builder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
11
18
</buildSpec >
12
19
<natures >
20
+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
13
21
<nature >org.scala-ide.sdt.core.scalanature</nature >
14
22
<nature >org.eclipse.jdt.core.javanature</nature >
15
23
</natures >
16
- </projectDescription >
24
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding//src/main/scala/org/foo/email/HttpConsumerExample.scala =UTF-8
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
You can’t perform that action at this time.
0 commit comments