Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge from default
Browse files Browse the repository at this point in the history
  • Loading branch information
dpw committed Dec 2, 2010
2 parents 8ed630a + 1bd40f6 commit 50043d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 52 deletions.
9 changes: 2 additions & 7 deletions .hgignore
@@ -1,12 +1,7 @@
^ebin/.*\.beam$
^plugin-include\.mk$
^build$
^dist$
^deps/erlang-smtp/erlang-smtp$
^deps/erlang-smtp/erlang-smtp-git$
^deps/erlang-smtp/ebin$
^deps/erlang-smtp/include$
^deps/erlang-smtp/erlang-smtp\.ez$
^ebin/rabbitmq_smtp_server.app$
^deps.mk$

^tmp/.*\.(LOG|DCD|DAT)$
^tmp/rabbit_persister\.LOG(|\.previous)$
Expand Down
11 changes: 0 additions & 11 deletions Makefile
@@ -1,12 +1 @@
PACKAGE=rabbitmq-smtp
APPNAME=rabbitmq_smtp_server
DEPS=rabbitmq-server rabbitmq-erlang-client
INTERNAL_DEPS=erlang-smtp
TEST_APPS=rabbitmq_smtp_server
START_RABBIT_IN_TESTS=true
TEST_SCRIPTS=spec/run-specs.sh

include ../include.mk

clean::
rm -rf tmp
34 changes: 0 additions & 34 deletions deps/erlang-smtp/Makefile

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions package.mk
@@ -0,0 +1,3 @@
APP_NAME:=rabbitmq_smtp_server
DEPS:=rabbitmq-server rabbitmq-erlang-client erlang-smtp-wrapper
TEST_SCRIPTS:=spec/run-specs.sh

0 comments on commit 50043d1

Please sign in to comment.