Skip to content

Commit

Permalink
updating to java driver 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcesher committed Dec 19, 2011
1 parent bc19c69 commit ab9ba8e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/mongo-2.6.5.jar"/>
<classpathentry kind="output" path="java/bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/mongo-2.7.2.jar"/>
<classpathentry kind="output" path="java/bin"/>
</classpath>
Binary file modified lib/cfmongodb.jar
Binary file not shown.
Binary file removed lib/mongo-2.6.5.jar
Binary file not shown.
Binary file added lib/mongo-2.7.2.jar
Binary file not shown.
Binary file modified lib/mxunit-ant.jar
Binary file not shown.

0 comments on commit ab9ba8e

Please sign in to comment.