Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucp_common dependency / code cleanup #1

Merged
merged 5 commits into from Jan 29, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,4 +20,4 @@ clean-deps:
@$(REBAR) delete-deps

run: all
erl -pa deps/*/ebin -pa ebin -s lager -s ucp_simulator start
erl -pa deps/*/ebin -pa ebin -boot start_sasl -s lager -s ucp_simulator_app
36 changes: 0 additions & 36 deletions include/ira.hrl

This file was deleted.

206 changes: 0 additions & 206 deletions include/ucp_syntax.hrl

This file was deleted.

2 changes: 2 additions & 0 deletions rebar.config
Expand Up @@ -4,6 +4,8 @@
{lib_dirs, ["deps"]}.

{deps, [
{'ucp_common', ".*", {git, "git://github.com/jtendo/ucp_common.git",
"master"}},
{'lager', ".*", {git, "git://github.com/basho/lager.git", "master"}}
]}.

Expand Down
67 changes: 0 additions & 67 deletions src/ucp_7bit.erl

This file was deleted.

22 changes: 0 additions & 22 deletions src/ucp_ira.erl

This file was deleted.