diff options
author | Badlop <badlop@process-one.net> | 2007-12-06 22:12:27 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-06 22:12:27 +0000 |
commit | d625fc80fc94feb24484050972509242f56cc67b (patch) | |
tree | 1d5db8e3bd548ee3f51581b271d7e2a671fd8c1e /src/xml.erl | |
parent | * src/ejabberdctl.cfg.example: Explain that each connection uses (diff) |
* src/acl.erl and other 64 files: Remove Erlang module attribute
'vsn' because it doesn't provide any worth feature, and it
difficults hot code update (EJAB-440)
SVN Revision: 1044
Diffstat (limited to 'src/xml.erl')
-rw-r--r-- | src/xml.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml.erl b/src/xml.erl index fd327ba2..d2a6d8af 100644 --- a/src/xml.erl +++ b/src/xml.erl @@ -8,7 +8,6 @@ -module(xml). -author('alexey@sevcom.net'). --vsn('$Revision$ '). -export([element_to_string/1, crypt/1, make_text_node/1, |