Skip to content

Commit

Permalink
upgraded to Couchbase Mobile 2.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Jan 19, 2012
1 parent 43e51e9 commit 5680652
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -5,4 +5,4 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/phonegap-1.2.0.jar"/>
<classpathentry kind="output" path="bin/classes"/>
<classpathentry kind="lib" path="libs/couchbase.jar"/><classpathentry kind="lib" path="libs/OtpErlang.jar"/></classpath>
<classpathentry kind="lib" path="libs/couchbase-2.0.0-dp-31.jar"/><classpathentry kind="lib" path="libs/OtpErlang-r14b03.jar"/></classpath>
Binary file modified Couchbase.zip
Binary file not shown.
1 change: 1 addition & 0 deletions assets/CouchbaseVersion.txt
@@ -0,0 +1 @@
2.0.0-dp-31
2 changes: 1 addition & 1 deletion assets/install/couchdb/etc/couchdb/default.ini
Expand Up @@ -5,7 +5,7 @@
[couchdb]
database_dir = /data/data/%app_name%/couchdb/var/lib/couchdb
view_index_dir = /data/data/%app_name%/couchdb/var/lib/couchdb
util_driver_dir = /data/data/%app_name%/couchdb/lib/couchdb/erlang/lib/couch-1.2.0a-7b47329-git/priv/lib
util_driver_dir = /data/data/%app_name%/couchdb/lib/couchdb/erlang/lib/couch-1.2.0a-573eba5-git/priv/lib
max_document_size = 4294967296 ; 4 GB
os_process_timeout = 30000 ; 5 seconds. for view and external servers.
max_dbs_open = 100
Expand Down
2 changes: 1 addition & 1 deletion assets/lib/couch/ebin/couch.app
@@ -1,6 +1,6 @@
{application, couch, [
{description, "Apache CouchDB"},
{vsn, "1.2.0a-7b47329-git"},
{vsn, "1.2.0a-573eba5-git"},
{modules, [couch_native_process,couch_os_daemons,couch_httpd_rewrite,couch,couch_httpd_stats_handlers,couch_ejson_compare,couch_httpd_oauth,json_stream_parse,couch_primary_sup,couch_httpd_proxy,couch_httpd_vhost,couch_changes,couch_compress,couch_httpd_view_merger,couch_api_wrap,couch_view_compactor,couch_config,couch_stats_collector,couch_httpd_view,couch_httpd_external,couch_server_sup,couch_drv,couch_replication_notifier,couch_view_updater,couch_uuids,couch_auth_cache,couch_secondary_sup,couch_httpd_misc_handlers,couch_util,couch_config_writer,couch_httpc_pool,couch_replicator_utils,couch_api_wrap_httpc,couch_app,couch_access_log,couch_external_manager,jninif,couch_log,couch_db,couch_os_process,couch_query_servers,couch_btree,couch_work_queue,couch_httpd,couch_task_status,couch_skew,couch_db_update_notifier_sup,couch_replication_manager,couch_db_updater,couch_compaction_daemon,couch_server,couch_rep_sup,couch_httpd_db,couch_view_group,couch_compress_types,couch_view_merger_queue,couch_key_tree,couch_view_merger,couch_replicator,couch_db_frontend,couch_internal_load_gen,couch_replicator_worker,couch_db_update_notifier,couch_stream,couch_httpd_auth,couch_httpd_show,couch_indexer_manager,couch_doc,couch_view,couch_btree_copy,couch_event_sup,couch_file,couch_httpd_replicator,couch_ref_counter,couch_external_server,couch_stats_aggregator]},
{registered, [
couch_config,
Expand Down
Binary file modified assets/lib/couch/ebin/couch_doc.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/couch_httpd_spatial.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/couch_httpd_spatial_list.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/couch_spatial.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/couch_spatial_compactor.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/couch_spatial_group.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/couch_spatial_updater.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/geocouch_duplicates.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/run_vtreestats.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/run_vtreeviz.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/vtree.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/vtree_bulk.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/vtree_insbench.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/vtreestats.beam
Binary file not shown.
Binary file modified assets/lib/geocouch/vtreeviz.beam
Binary file not shown.
Binary file added assets/lib/inets-5.7/ebin/http_uri.beam
Binary file not shown.
Binary file added assets/lib/inets-5.7/ebin/http_util.beam
Binary file not shown.
Binary file added assets/lib/inets-5.7/ebin/inets_regexp.beam
Binary file not shown.
Binary file renamed libs/OtpErlang.jar → libs/OtpErlang-r14b03.jar
Binary file not shown.
Binary file modified libs/armeabi/libbeam.so
Binary file not shown.
Binary file not shown.

0 comments on commit 5680652

Please sign in to comment.