https://github.com/eclipsesource/jcouchdb
Fork of jcouchdb with a few patches applied
https://github.com/eclipsesource/jcouchdb
Last synced: 22 days ago
JSON representation
Fork of jcouchdb with a few patches applied
- Host: GitHub
- URL: https://github.com/eclipsesource/jcouchdb
- Owner: eclipsesource
- License: other
- Created: 2011-11-16T00:45:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-16T03:44:22.000Z (over 14 years ago)
- Last Synced: 2025-01-13T19:50:31.135Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 7.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
- Changelog: CHANGELOG
- License: LICENSE.TXT
Awesome Lists containing this project
README
this is the jcouchdb source code. it can be build with ant.
you can import this as project into Eclipse.
contents:
---------
LICENSE.TXT copy of the BSD license
build.properties settings for the build process
build.xml ant build file
ivy.xml ivy dependency definition
lib contains the dependencies
src contains the source code
test contains unit tests, 1 integration test that will
only pass if run against a real couchdb
(default it runs against localhost)