You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 18:35:08 UTC

couch-dbupdates commit: updated refs/heads/1994-merge-rcouch to e70c478

Updated Branches:
  refs/heads/1994-merge-rcouch [created] e70c47862


remove the makefile and put a version


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/commit/e70c4786
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/tree/e70c4786
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/diff/e70c4786

Branch: refs/heads/1994-merge-rcouch
Commit: e70c47862553da1791ca82e52a9293029d2b80b3
Parents: 12ed398
Author: benoitc <bc...@gmail.com>
Authored: Thu Feb 13 18:33:51 2014 +0100
Committer: benoitc <bc...@gmail.com>
Committed: Thu Feb 13 18:33:51 2014 +0100

----------------------------------------------------------------------
 Makefile.am                 | 33 ---------------------------------
 src/couch_dbupdates.app.src |  4 ++--
 2 files changed, 2 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/blob/e70c4786/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index d131b9b..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,33 +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.
-
-couch_dbupdateslibdir = $(localerlanglibdir)/couch_dbupdates-0.1
-couch_dbupdatesebindir = $(couch_dbupdateslibdir)/ebin
-
-couch_dbupdatesebin_DATA = $(compiled_files)
-
-EXTRA_DIST = $(source_files)
-CLEANFILES = $(compiled_files)
-
-source_files = \
-    src/couch_dbupdates.erl \
-    src/couch_dbupdates.app.src \
-    src/couch_dbupdates_httpd.erl
-
-compiled_files = \
-    ebin/couch_dbupdates.beam \
-    ebin/couch_dbupdates_httpd.beam
-
-ebin/%.beam: src/%.erl
-	@mkdir -p ebin/
-	$(ERLC) -I$(top_srcdir)/src/couchdb -o ebin/ $(ERLC_FLAGS) ${TEST} $<;
-

http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/blob/e70c4786/src/couch_dbupdates.app.src
----------------------------------------------------------------------
diff --git a/src/couch_dbupdates.app.src b/src/couch_dbupdates.app.src
index c420283..cf1fbb1 100644
--- a/src/couch_dbupdates.app.src
+++ b/src/couch_dbupdates.app.src
@@ -1,7 +1,7 @@
 {application, couch_dbupdates,
  [
-  {description, ""},
-  {vsn, "@version@"},
+  {description, "couch DB updates events module"},
+  {vsn, "1.0"},
   {registered, []},
   {applications, [
                   kernel,