Commit d5078d8126ab9e219df46f75a9d5001250516349
1 parent
faa0ea12
Exists in
master
Alterações, pelo eclipse, em seus arquivos de configuração
Showing
2 changed files
with
11 additions
and
3 deletions
Show diff stats
.classpath
@@ -6,14 +6,22 @@ | @@ -6,14 +6,22 @@ | ||
6 | <attribute name="maven.pomderived" value="true"/> | 6 | <attribute name="maven.pomderived" value="true"/> |
7 | </attributes> | 7 | </attributes> |
8 | </classpathentry> | 8 | </classpathentry> |
9 | - <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> | 9 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
10 | + <attributes> | ||
11 | + <attribute name="maven.pomderived" value="true"/> | ||
12 | + </attributes> | ||
13 | + </classpathentry> | ||
10 | <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | 14 | <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
11 | <attributes> | 15 | <attributes> |
12 | <attribute name="optional" value="true"/> | 16 | <attribute name="optional" value="true"/> |
13 | <attribute name="maven.pomderived" value="true"/> | 17 | <attribute name="maven.pomderived" value="true"/> |
14 | </attributes> | 18 | </attributes> |
15 | </classpathentry> | 19 | </classpathentry> |
16 | - <classpathentry including="**/*.java" kind="src" path="src/test/resources"/> | 20 | + <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
21 | + <attributes> | ||
22 | + <attribute name="maven.pomderived" value="true"/> | ||
23 | + </attributes> | ||
24 | + </classpathentry> | ||
17 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> | 25 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> |
18 | <attributes> | 26 | <attributes> |
19 | <attribute name="maven.pomderived" value="true"/> | 27 | <attribute name="maven.pomderived" value="true"/> |
.project
@@ -32,9 +32,9 @@ | @@ -32,9 +32,9 @@ | ||
32 | </buildCommand> | 32 | </buildCommand> |
33 | </buildSpec> | 33 | </buildSpec> |
34 | <natures> | 34 | <natures> |
35 | + <nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
35 | <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | 36 | <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> |
36 | <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | 37 | <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> |
37 | - <nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
38 | <nature>org.eclipse.jdt.core.javanature</nature> | 38 | <nature>org.eclipse.jdt.core.javanature</nature> |
39 | <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature> | 39 | <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature> |
40 | <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | 40 | <nature>org.eclipse.wst.common.project.facet.core.nature</nature> |