Skip to content

Commit 45f1438

Browse files
committed
Add hamcrest to spring-aspects Eclipse classpath
Also remove spring project nature from spring-context to avoid error in STS.
1 parent e7b44e0 commit 45f1438

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

org.springframework.aspects/.classpath

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<classpathentry kind="var" path="IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-1.1.1.jar" sourcepath="/IVY_CACHE/org.apache.commons/com.springsource.org.apache.commons.logging/1.1.1/com.springsource.org.apache.commons.logging-sources-1.1.1.jar"/>
1616
<classpathentry kind="var" path="IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.8.RELEASE/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar" sourcepath="/IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.8.RELEASE/com.springsource.org.aspectj.weaver-sources-1.6.8.RELEASE.jar"/>
1717
<classpathentry kind="var" path="IVY_CACHE/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-4.9.0.jar" sourcepath="/IVY_CACHE/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-sources-4.9.0.jar"/>
18+
<classpathentry kind="var" path="IVY_CACHE/org.hamcrest/com.springsource.org.hamcrest/1.1.0/com.springsource.org.hamcrest-1.1.0.jar" sourcepath="IVY_CACHE/org.hamcrest/com.springsource.org.hamcrest/1.1.0/com.springsource.org.hamcrest-sources-1.1.0.jar"/>
1819
<classpathentry kind="var" path="IVY_CACHE/javax.persistence/com.springsource.javax.persistence/1.0.0/com.springsource.javax.persistence-1.0.0.jar" sourcepath="/IVY_CACHE/javax.persistence/com.springsource.javax.persistence/1.0.0/com.springsource.javax.persistence-sources-1.0.0.jar"/>
1920
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.orm"/>
21+
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.aop"/>
2022
<classpathentry kind="output" path="target/classes"/>
2123
</classpath>

org.springframework.context/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
18-
<buildCommand>
19-
<name>org.springframework.ide.eclipse.core.springbuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
2318
</buildSpec>
2419
<natures>
25-
<nature>org.springframework.ide.eclipse.core.springnature</nature>
2620
<nature>org.eclipse.jdt.core.javanature</nature>
2721
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
2822
</natures>

0 commit comments

Comments
 (0)