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 | 6 | <attribute name="maven.pomderived" value="true"/> |
7 | 7 | </attributes> |
8 | 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 | 14 | <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
11 | 15 | <attributes> |
12 | 16 | <attribute name="optional" value="true"/> |
13 | 17 | <attribute name="maven.pomderived" value="true"/> |
14 | 18 | </attributes> |
15 | 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 | 25 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> |
18 | 26 | <attributes> |
19 | 27 | <attribute name="maven.pomderived" value="true"/> | ... | ... |
.project
... | ... | @@ -32,9 +32,9 @@ |
32 | 32 | </buildCommand> |
33 | 33 | </buildSpec> |
34 | 34 | <natures> |
35 | + <nature>org.eclipse.m2e.core.maven2Nature</nature> | |
35 | 36 | <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> |
36 | 37 | <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> |
37 | - <nature>org.eclipse.m2e.core.maven2Nature</nature> | |
38 | 38 | <nature>org.eclipse.jdt.core.javanature</nature> |
39 | 39 | <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature> |
40 | 40 | <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ... | ... |