Skip to content

Commit

Permalink
Changed order to fix compile errors; one of the other jars seems to p…
Browse files Browse the repository at this point in the history
…ick up a different hamcrest version :(

Change-Id: Ibc665277088e16cc07e6c13c7e46c1cf8dcde39a
  • Loading branch information
egonw committed Aug 2, 2013
1 parent 1cdfb97 commit 2aeb2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -22,6 +22,7 @@
<classpathentry kind="lib" path="develjar/antlr.jar"/>
<classpathentry kind="lib" path="jar/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="jar/guava-14.0.1.jar"/>
<classpathentry kind="lib" path="develjar/hamcrest-core-1.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="jar/signatures-1.1.jar"/>
<classpathentry kind="lib" path="jar/jena/jena.jar"/>
Expand All @@ -32,7 +33,6 @@
<classpathentry kind="lib" path="jar/jena/icu4j_3_4.jar"/>
<classpathentry kind="lib" path="develjar/asm-3.2.jar"/>
<classpathentry kind="lib" path="develjar/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="develjar/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="develjar/junit-4.11.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 2aeb2eb

Please sign in to comment.