File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" path =" src" />
4
4
<classpathentry kind =" src" path =" test" />
5
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
6
5
<classpathentry kind =" con" path =" org.eclipse.jdt.junit.JUNIT_CONTAINER/4" />
7
- <classpathentry kind =" lib" path =" C:/svn/trunk/build/target/ivy/repo-cache/mockito/mockito-all/jars/mockito-all-1.9.5.jar" />
6
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
7
+ <classpathentry kind =" con" path =" org.springsource.ide.eclipse.gradle.classpathcontainer" exported =" true" />
8
8
<classpathentry kind =" output" path =" bin" />
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" exported =" true" />
10
+ <classpathentry sourcepath =" /Users/trish/.gradle/caches/modules-2/files-2.1/commons-collections/commons-collections/3.2/73d0340eaecbb0ec9d3e0ace90547ef08cbfaf27/commons-collections-3.2-sources.jar" kind =" lib" path =" /Users/trish/.gradle/caches/modules-2/files-2.1/commons-collections/commons-collections/3.2/f951934aa5ae5a88d7e6dfaa6d32307d834a88be/commons-collections-3.2.jar" exported =" true" />
11
+ <classpathentry sourcepath =" /Users/trish/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/4.0.4.RELEASE/c330409ccb1e521ffbadedfb3d4b79b67f38677f/spring-core-4.0.4.RELEASE-sources.jar" kind =" lib" path =" /Users/trish/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/4.0.4.RELEASE/1e49cd206349aa6d1ee272acd67cb56c05452b95/spring-core-4.0.4.RELEASE.jar" exported =" true" />
12
+ <classpathentry sourcepath =" /Users/trish/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-all/1.9.5/b8086d4e4daa361fc746abea62f77a2ae55d3ed9/mockito-all-1.9.5-sources.jar" kind =" lib" path =" /Users/trish/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-all/1.9.5/79a8984096fc6591c1e3690e07d41be506356fa5/mockito-all-1.9.5.jar" exported =" true" />
13
+ <classpathentry sourcepath =" /Users/trish/.gradle/caches/modules-2/files-2.1/junit/junit/4.11/28e0ad201304e4a4abf999ca0570b7cffc352c3c/junit-4.11-sources.jar" kind =" lib" path =" /Users/trish/.gradle/caches/modules-2/files-2.1/junit/junit/4.11/4e031bb61df09069aeb2bffb4019e7a5034a4ee0/junit-4.11.jar" exported =" true" />
14
+ <classpathentry sourcepath =" /Users/trish/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/28bb0405fddaf04f15058fbfbe01fe2780d7d3b6/commons-logging-1.1.3-sources.jar" kind =" lib" path =" /Users/trish/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar" exported =" true" />
15
+ <classpathentry sourcepath =" /Users/trish/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b/hamcrest-core-1.3-sources.jar" kind =" lib" path =" /Users/trish/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar" exported =" true" />
9
16
</classpath >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
3
<name >designpatterns</name >
4
- <comment ></comment >
5
- <projects >
6
- </projects >
4
+ <comment />
5
+ <projects />
6
+ <natures >
7
+ <nature >org.springsource.ide.eclipse.gradle.core.nature</nature >
8
+ <nature >org.eclipse.jdt.core.javanature</nature >
9
+ </natures >
7
10
<buildSpec >
8
11
<buildCommand >
9
12
<name >org.eclipse.jdt.core.javabuilder</name >
10
- <arguments >
11
- </arguments >
13
+ <arguments />
12
14
</buildCommand >
13
15
</buildSpec >
14
- <natures >
15
- <nature >org.eclipse.jdt.core.javanature</nature >
16
- </natures >
16
+ <linkedResources />
17
17
</projectDescription >
You can’t perform that action at this time.
0 commit comments