File tree Expand file tree Collapse file tree 4 files changed +45
-8
lines changed
Expand file tree Collapse file tree 4 files changed +45
-8
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
2- <classpath >
3- <classpathentry kind =" src" path =" src/main/java" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
5- <classpathentry kind =" lib" path =" external_libs/mysql-connector-java-5.1.40-bin.jar" />
6- <classpathentry kind =" lib" path =" external_libs/oplall.jar" />
7- <classpathentry kind =" output" path =" bin" />
8- </classpath >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry kind =" src" output =" target/classes" path =" src/main/java" >
4+ <attributes >
5+ <attribute name =" optional" value =" true" />
6+ <attribute name =" maven.pomderived" value =" true" />
7+ </attributes >
8+ </classpathentry >
9+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
10+ <attributes >
11+ <attribute name =" optional" value =" true" />
12+ <attribute name =" maven.pomderived" value =" true" />
13+ </attributes >
14+ </classpathentry >
15+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
16+ <attributes >
17+ <attribute name =" maven.pomderived" value =" true" />
18+ </attributes >
19+ </classpathentry >
20+ <classpathentry kind =" lib" path =" external_libs/mysql-connector-java-5.1.40-bin.jar" />
21+ <classpathentry kind =" lib" path =" external_libs/oplall.jar" />
22+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
23+ <attributes >
24+ <attribute name =" maven.pomderived" value =" true" />
25+ </attributes >
26+ </classpathentry >
27+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
28+ <attributes >
29+ <attribute name =" maven.pomderived" value =" true" />
30+ </attributes >
31+ </classpathentry >
32+ <classpathentry kind =" output" path =" target/classes" />
33+ </classpath >
Original file line number Diff line number Diff line change 66# This is not distributed, but contain libs for local deps management
77external_libs /
88/target /
9+
10+ # eclipse files
11+ .classpath
12+ .project
13+ .settings /
Original file line number Diff line number Diff line change 1010 <arguments >
1111 </arguments >
1212 </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.m2e.core.maven2Builder</name >
15+ <arguments >
16+ </arguments >
17+ </buildCommand >
1318 </buildSpec >
1419 <natures >
20+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
1521 <nature >org.eclipse.jdt.core.javanature</nature >
1622 </natures >
1723</projectDescription >
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
88org.eclipse.jdt.core.compiler.debug.sourceFile =generate
99org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
1010org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
11+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
1112org.eclipse.jdt.core.compiler.source =1.7
You can’t perform that action at this time.
0 commit comments