Build with rebar
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/50eb5c06 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/50eb5c06 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/50eb5c06 Branch: refs/heads/import Commit: 50eb5c065d363f39ca40c64d1157f073a46d9720 Parents: d796b50 Author: Robert Newson <[email protected]> Authored: Wed Dec 18 14:04:59 2013 +0000 Committer: Paul J. Davis <[email protected]> Committed: Fri Jan 17 13:53:17 2014 -0800 ---------------------------------------------------------------------- .gitignore | 4 ---- Makefile.am | 60 --------------------------------------------------- src/mem3.app.src | 2 +- 3 files changed, 1 insertion(+), 65 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/50eb5c06/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e16ee29..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -ebin/*.beam -ebin/*.app -TEST-* -.eunit http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/50eb5c06/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index cf732ab..0000000 --- a/Makefile.am +++ /dev/null @@ -1,60 +0,0 @@ -## Licensed under the Apache License, Version 2.0 (the "License"); you may not -## use this file except in compliance with the License. You may obtain a copy -## of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -## License for the specific language governing permissions and limitations under -## the License. - -mem3ebindir = $(localerlanglibdir)/mem3/ebin - -mem3ebin_DATA = $(compiled_files) - -source_files = \ - src/mem3.app.src \ - src/mem3.erl \ - src/mem3_app.erl \ - src/mem3_httpd.erl \ - src/mem3_nodes.erl \ - src/mem3_rep.erl \ - src/mem3_shards.erl \ - src/mem3_sup.erl \ - src/mem3_sync.erl \ - src/mem3_sync_event.erl \ - src/mem3_sync_nodes.erl \ - src/mem3_sync_security.erl \ - src/mem3_util.erl - -compiled_files = \ - ebin/mem3.app \ - ebin/mem3.beam \ - ebin/mem3_app.beam \ - ebin/mem3_httpd.beam \ - ebin/mem3_shards.beam \ - ebin/mem3_sup.beam \ - ebin/mem3_sync.beam \ - ebin/mem3_sync_event.beam \ - ebin/mem3_sync_nodes.beam \ - ebin/mem3_sync_security.beam \ - ebin/mem3_util.beam - -# Conflicts in couch_db.hrl prevent us from building these -# until after we merge the couch application -# ebin/mem3_nodes.beam -# ebin/mem3_rep.beam - - -EXTRA_DIST = $(source_files) -CLEANFILES = $(compiled_files) - -ebin/%.app: src/%.app.src - @mkdir -p ebin/ - sed -e "s|%version%|@version@|g" < $< > $@ - -ebin/%.beam: src/%.erl - @mkdir -p ebin/ - $(ERLC) -Wall -I$(top_srcdir)/src -o ebin/ $(ERLC_FLAGS) $< http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/50eb5c06/src/mem3.app.src ---------------------------------------------------------------------- diff --git a/src/mem3.app.src b/src/mem3.app.src index 612a7fb..616e4bd 100644 --- a/src/mem3.app.src +++ b/src/mem3.app.src @@ -12,7 +12,7 @@ {application, mem3, [ {description, "CouchDB Cluster Membership"}, - {vsn, "%version%"}, + {vsn, git}, {modules, [ mem3, mem3_app,
