Skip to content

Commit

Permalink
build mongo.jar instead of 10gen-java-driver.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jan 29, 2009
1 parent 2375ff6 commit d32203d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -36,6 +36,7 @@ doc
docs
target
include/jython/cachedir
mongo.jar

TAGS

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -66,7 +66,7 @@
<arg value="-1" />
</exec>

<jar jarfile="10gen-java-driver.jar" >
<jar jarfile="mongo.jar" >
<fileset dir="build" />
</jar>
</target>
Expand Down

0 comments on commit d32203d

Please sign in to comment.