Skip to content

Commit

Permalink
Update to neo4j-2.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabs committed Jun 2, 2015
1 parent 5dc6a59 commit 00d692e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<classpathentry kind="lib" path="lib/geronimo-jta_1.1_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/antlr4-annotations-4.2.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/antlr4-runtime-4.2.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/neo4j-kernel-2.1.5.jar"/>
<classpathentry kind="lib" path="lib/neo4j-lucene-index-2.1.5.jar"/>
<classpathentry kind="lib" path="lib/neo4j-primitive-collections-2.1.5.jar"/>
<classpathentry kind="lib" path="lib/neo4j-kernel-2.1.8.jar"/>
<classpathentry kind="lib" path="lib/neo4j-lucene-index-2.1.8.jar"/>
<classpathentry kind="lib" path="lib/neo4j-primitive-collections-2.1.8.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<pathelement location="${lib.dir}/commons-cli-1.2.jar"/>
<pathelement location="${lib.dir}/hamcrest-core-1.3.jar"/>
<pathelement location="${lib.dir}/lucene-core-3.6.2.jar"/>
<pathelement location="${lib.dir}/neo4j-kernel-2.1.5.jar"/>
<pathelement location="${lib.dir}/neo4j-lucene-index-2.1.5.jar"/>
<pathelement location="${lib.dir}/neo4j-primitive-collections-2.1.5.jar"/>
<pathelement location="${lib.dir}/neo4j-kernel-2.1.8.jar"/>
<pathelement location="${lib.dir}/neo4j-lucene-index-2.1.8.jar"/>
<pathelement location="${lib.dir}/neo4j-primitive-collections-2.1.8.jar"/>
</path>

<target name="clean">
Expand Down

0 comments on commit 00d692e

Please sign in to comment.