Skip to content

Commit

Permalink
xml parser coding done
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Feb 27, 2013
1 parent 28a9e8a commit 5ca3cb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,5 +2,7 @@ deps
ebin
db

scratch

vmling
vmling.save
mling.save
5 changes: 3 additions & 2 deletions rebar.config
Expand Up @@ -2,9 +2,9 @@

{deps,[
{stringprep,".*",
{git,"git://github.com/treacheroustalks/stringprep-app.git","ejd_otp_clean"}},
{git,"git://github.com/maximk/stringprep-app.git","ejd_otp_clean"}},
{ejabberd,".*",
{git,"git://github.com/treacheroustalks/ejabberd-app.git","ejd_otp_clean"}},
{git,"git://github.com/maximk/ejabberd-app.git","ejd_otp_clean"}},
{ling_builder,".*",
{git,"git://github.com/maximk/ling_builder.git","master"}}
]}.
Expand All @@ -18,6 +18,7 @@
{import_lib,public_key},
{import_lib,ssl},
{import_lib,mnesia},
{import_lib,xmerl},
{import,"priv/*"},
{import,"ejabberd.cfg"}
]}.
Expand Down

0 comments on commit 5ca3cb8

Please sign in to comment.