Build with rebar
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/commit/ffaf6dce Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/tree/ffaf6dce Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/diff/ffaf6dce Branch: refs/heads/import Commit: ffaf6dce32556ed963a8ee6c32085b54aedb1114 Parents: 670dee3 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:41:13 2014 -0800 ---------------------------------------------------------------------- .gitignore | 1 - Makefile.am | 42 ------------------------------------------ src/ddoc_cache.app.src | 2 +- 3 files changed, 1 insertion(+), 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/ffaf6dce/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fc83a9a..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -ebin/ http://git-wip-us.apache.org/repos/asf/couchdb-ddoc-cache/blob/ffaf6dce/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 6936545..0000000 --- a/Makefile.am +++ /dev/null @@ -1,42 +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. - -ddoc_cacheebindir = $(localerlanglibdir)/ddoc_cache/ebin - -ddoc_cacheebin_DATA = $(compiled_files) - -source_files = \ - src/ddoc_cache.app.src \ - src/ddoc_cache.erl \ - src/ddoc_cache_app.erl \ - src/ddoc_cache_opener.erl \ - src/ddoc_cache_sup.erl \ - src/ddoc_cache_util.erl - -compiled_files = \ - ebin/ddoc_cache.app \ - ebin/ddoc_cache.beam \ - ebin/ddoc_cache_app.beam \ - ebin/ddoc_cache_opener.beam \ - ebin/ddoc_cache_sup.beam \ - ebin/ddoc_cache_util.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-ddoc-cache/blob/ffaf6dce/src/ddoc_cache.app.src ---------------------------------------------------------------------- diff --git a/src/ddoc_cache.app.src b/src/ddoc_cache.app.src index 78f45de..a183dbd 100644 --- a/src/ddoc_cache.app.src +++ b/src/ddoc_cache.app.src @@ -12,7 +12,7 @@ {application, ddoc_cache, [ {description, "Design Document Cache"}, - {vsn, "%version%"}, + {vsn, git}, {modules, [ ddoc_cache, ddoc_cache_app,
