Skip to content

Commit f3c6c64

Browse files
committed
d
1 parent 46c6dc6 commit f3c6c64

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

fnlp-core/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2121
<attributes>
2222
<attribute name="maven.pomderived" value="true"/>
23+
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
2324
</attributes>
2425
</classpathentry>
2526
<classpathentry kind="output" path="target/classes"/>

fnlp-core/.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.m2e.core.maven2Nature</nature>
2133
<nature>org.eclipse.jdt.core.javanature</nature>
34+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
2235
</natures>
2336
</projectDescription>

0 commit comments

Comments
 (0)