Skip to content

Commit 393ca43

Browse files
author
eugenp
committed
minor eclipse cleanup
1 parent e396299 commit 393ca43

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

spring-hibernate4/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<arguments>
3131
</arguments>
3232
</buildCommand>
33-
<buildCommand>
34-
<name>org.hibernate.eclipse.console.hibernateBuilder</name>
35-
<arguments>
36-
</arguments>
37-
</buildCommand>
3833
</buildSpec>
3934
<natures>
4035
<nature>org.springframework.ide.eclipse.core.springnature</nature>
@@ -44,6 +39,5 @@
4439
<nature>org.eclipse.m2e.core.maven2Nature</nature>
4540
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
4641
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
47-
<nature>org.hibernate.eclipse.console.hibernateNature</nature>
4842
</natures>
4943
</projectDescription>

spring-jpa/.classpath

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
<attribute name="maven.pomderived" value="true"/>
2323
</attributes>
2424
</classpathentry>
25-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
2625
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2726
<attributes>
2827
<attribute name="maven.pomderived" value="true"/>
2928
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
3029
</attributes>
3130
</classpathentry>
31+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
32+
<attributes>
33+
<attribute name="maven.pomderived" value="true"/>
34+
</attributes>
35+
</classpathentry>
3236
<classpathentry kind="output" path="target/classes"/>
3337
</classpath>

spring-jpa/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<arguments>
3131
</arguments>
3232
</buildCommand>
33-
<buildCommand>
34-
<name>org.hibernate.eclipse.console.hibernateBuilder</name>
35-
<arguments>
36-
</arguments>
37-
</buildCommand>
3833
</buildSpec>
3934
<natures>
4035
<nature>org.springframework.ide.eclipse.core.springnature</nature>
@@ -44,6 +39,5 @@
4439
<nature>org.eclipse.m2e.core.maven2Nature</nature>
4540
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
4641
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
47-
<nature>org.hibernate.eclipse.console.hibernateNature</nature>
4842
</natures>
4943
</projectDescription>

0 commit comments

Comments
 (0)