From: Badlop <badlop@process-one.net>
Date: Tue, 16 Jun 2009 17:46:16 +0000 (+0000)
Subject: Remove Erlang module attribute 'vsn' because it does not provide any worth feature... 
X-Git-Tag: v2.1.0~18^2~248
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d036802891cc427c833cda186fc578b46e630c00;p=ejabberd

Remove Erlang module attribute 'vsn' because it does not provide any worth feature, and it difficults hot code update (EJAB-440)

SVN Revision: 2232
---

diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl
index 8c3826d91..19331c5ac 100644
--- a/src/web/ejabberd_http_bind.erl
+++ b/src/web/ejabberd_http_bind.erl
@@ -4,12 +4,11 @@
 %%% Purpose : Implements XMPP over BOSH (XEP-0205) (formerly known as 
 %%%           HTTP Binding)
 %%% Created : 21 Sep 2005 by Stefan Strigler <steve@zeank.in-berlin.de>
-%%% Id      : $Id: ejabberd_http_bind.erl 431 2007-11-28 18:52:39Z badlop $
+%%% Id      : $Id: ejabberd_http_bind.erl 440 2007-12-06 22:36:21Z badlop $
 %%%----------------------------------------------------------------------
 
 -module(ejabberd_http_bind).
 -author('steve@zeank.in-berlin.de').
--vsn('$Rev: 431 $ ').
 
 -behaviour(gen_fsm).
 
diff --git a/src/web/mod_http_bind.erl b/src/web/mod_http_bind.erl
index edd9fa08c..9f3dddbe6 100644
--- a/src/web/mod_http_bind.erl
+++ b/src/web/mod_http_bind.erl
@@ -3,7 +3,7 @@
 %%% Author  : Stefan Strigler <steve@zeank.in-berlin.de>
 %%% Purpose : Implementation of XMPP over BOSH (XEP-0206)
 %%% Created : Tue Feb 20 13:15:52 CET 2007
-%%% Id      : $Id: mod_http_bind.erl 412 2007-11-15 10:10:09Z mremond $
+%%% Id      : $Id: mod_http_bind.erl 440 2007-12-06 22:36:21Z badlop $
 %%%----------------------------------------------------------------------
 
 %%%----------------------------------------------------------------------
@@ -16,7 +16,6 @@
 -author('steve@zeank.in-berlin.de').
 
 -define(MOD_HTTP_BIND_VERSION, "1.2").
--vsn(?MOD_HTTP_BIND_VERSION).
 
 %%-define(ejabberd_debug, true).