File tree Expand file tree Collapse file tree 4 files changed +505
-508
lines changed Expand file tree Collapse file tree 4 files changed +505
-508
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
3
<classpathentry kind =" src" output =" target/classes" path =" src/main/java" />
4
- <classpathentry kind =" src" path =" resources" />
5
4
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
6
5
<classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" />
7
- <classpathentry kind =" src" output =" src/examples/java" path =" src/examples/java" />
8
6
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
9
7
<classpathentry kind =" con" path =" org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER" />
10
8
<classpathentry kind =" con" path =" org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0" />
Original file line number Diff line number Diff line change 1
- # Fri Jul 10 01:07:40 EDT 2009
2
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
1
+ # Tue May 10 22:28:38 MDT 2011
3
2
eclipse.preferences.version =1
4
- org.eclipse.jdt.core.compiler.source =1.5
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
5
4
org.eclipse.jdt.core.compiler.compliance =1.5
5
+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
6
+ org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change 6
6
<wb-resource deploy-path =" /" source-path =" /src/test/java" />
7
7
<wb-resource deploy-path =" /" source-path =" /src/test/resources" />
8
8
<wb-resource deploy-path =" /" source-path =" /src/main/java" />
9
- <wb-resource deploy-path =" /" source-path =" /src/examples/java" />
10
- <wb-resource deploy-path =" /" source-path =" /resources" />
11
9
</wb-module >
12
10
</project-modules >
You can’t perform that action at this time.
0 commit comments