Build with rebar

Project: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/commit/d0e45945
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/tree/d0e45945
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/diff/d0e45945

Branch: refs/heads/import
Commit: d0e45945606c5b9afc3a89a5184d713c6082367b
Parents: c51bbec
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:46:55 2014 -0800

----------------------------------------------------------------------
 .gitignore          |  5 -----
 Makefile.am         | 34 ----------------------------------
 src/ets_lru.app.src |  2 +-
 3 files changed, 1 insertion(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/blob/d0e45945/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 90bd4cb..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-erl_crash.dump
-
-.eunit/
-ebin/
-test/*.beam

http://git-wip-us.apache.org/repos/asf/couchdb-ets-lru/blob/d0e45945/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 5fd6c7b..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,34 +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.
-
-ets_lruebindir = $(localerlanglibdir)/ets_lru/ebin
-
-ets_lruebin_DATA = $(compiled_files)
-
-source_files = \
-       src/ets_lru.app.src \
-    src/ets_lru.erl
-
-compiled_files = \
-       ebin/ets_lru.app \
-    ebin/ets_lru.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-ets-lru/blob/d0e45945/src/ets_lru.app.src
----------------------------------------------------------------------
diff --git a/src/ets_lru.app.src b/src/ets_lru.app.src
index 603c5d6..2573a0f 100644
--- a/src/ets_lru.app.src
+++ b/src/ets_lru.app.src
@@ -12,7 +12,7 @@
 
 {application, ets_lru, [
     {description, "ETS Base LRU Cache"},
-    {vsn, "%version%"},
+    {vsn, git},
     {modules, [
         ets_lru
     ]},

Reply via email to