Skip to content

Commit 8e6027a

Browse files
committed
Extending sms message
1 parent 40a91c2 commit 8e6027a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<attribute name="maven.pomderived" value="true"/>
3030
</attributes>
3131
</classpathentry>
32-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
32+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
3333
<attributes>
3434
<attribute name="maven.pomderived" value="true"/>
3535
</attributes>

.project

Lines changed: 6 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>
@@ -19,5 +24,6 @@
1924
<natures>
2025
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2126
<nature>org.eclipse.jdt.core.javanature</nature>
27+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
2228
</natures>
2329
</projectDescription>

0 commit comments

Comments
 (0)