Skip to content

Commit aaaad79

Browse files
author
Hale
committed
update ignore file.
1 parent e246958 commit aaaad79

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
3131
<attributes>
3232
<attribute name="maven.pomderived" value="true"/>
33+
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
3334
</attributes>
3435
</classpathentry>
3536
<classpathentry kind="output" path="target/classes"/>

.project

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
<buildCommand>
914
<name>org.eclipse.jdt.core.javabuilder</name>
1015
<arguments>
@@ -15,9 +20,17 @@
1520
<arguments>
1621
</arguments>
1722
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.wst.validation.validationbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
1828
</buildSpec>
1929
<natures>
30+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
31+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
2032
<nature>org.eclipse.jdt.core.javanature</nature>
2133
<nature>org.eclipse.m2e.core.maven2Nature</nature>
34+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
2235
</natures>
2336
</projectDescription>

.settings/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/org.eclipse.core.resources.prefs
22
/org.eclipse.jdt.core.prefs
33
/org.eclipse.m2e.core.prefs
4+
/org.eclipse.wst.common.component
5+
/org.eclipse.wst.common.project.facet.core.xml

0 commit comments

Comments
 (0)