Skip to content

Commit

Permalink
moved most apps to the app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Dec 3, 2010
1 parent a097fde commit 913699d
Show file tree
Hide file tree
Showing 109 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/error_log
*/ebin/*.beam
utils/*/ebin/*.beam
applications/*/ebin/*.beam
applications/apps/*/ebin/*.beam
rabbit/{rabbitmq-}*/ebin/*.beam
.eunit
rabbit/rabbit-config/log/*.log
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions applications/apps/cdr/deps/amqp
1 change: 1 addition & 0 deletions applications/apps/cdr/deps/couch
File renamed without changes.
1 change: 1 addition & 0 deletions applications/apps/cdr/include/amqp_client
1 change: 1 addition & 0 deletions applications/apps/cdr/include/amqp_client.ez
1 change: 1 addition & 0 deletions applications/apps/cdr/include/rabbit_common
1 change: 1 addition & 0 deletions applications/apps/cdr/include/rabbit_common.ez
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions applications/apps/hangups/deps/amqp
1 change: 1 addition & 0 deletions applications/apps/hangups/deps/couch
File renamed without changes.
1 change: 1 addition & 0 deletions applications/apps/hangups/include/amqp_client
1 change: 1 addition & 0 deletions applications/apps/hangups/include/amqp_client.ez
1 change: 1 addition & 0 deletions applications/apps/hangups/include/rabbit_common
1 change: 1 addition & 0 deletions applications/apps/hangups/include/rabbit_common.ez
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions applications/apps/trunkstore/deps/amqp
1 change: 1 addition & 0 deletions applications/apps/trunkstore/deps/couch
File renamed without changes.
1 change: 1 addition & 0 deletions applications/apps/trunkstore/include/amqp_client
1 change: 1 addition & 0 deletions applications/apps/trunkstore/include/amqp_client.ez
1 change: 1 addition & 0 deletions applications/apps/trunkstore/include/rabbit_common
1 change: 1 addition & 0 deletions applications/apps/trunkstore/include/rabbit_common.ez
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion applications/cdr/deps/amqp

This file was deleted.

1 change: 0 additions & 1 deletion applications/cdr/deps/couch

This file was deleted.

1 change: 0 additions & 1 deletion applications/cdr/include/amqp_client

This file was deleted.

1 change: 0 additions & 1 deletion applications/cdr/include/amqp_client.ez

This file was deleted.

1 change: 0 additions & 1 deletion applications/cdr/include/rabbit_common

This file was deleted.

1 change: 0 additions & 1 deletion applications/cdr/include/rabbit_common.ez

This file was deleted.

1 change: 0 additions & 1 deletion applications/hangups/deps/amqp

This file was deleted.

1 change: 0 additions & 1 deletion applications/hangups/deps/couch

This file was deleted.

1 change: 0 additions & 1 deletion applications/hangups/include/amqp_client

This file was deleted.

1 change: 0 additions & 1 deletion applications/hangups/include/amqp_client.ez

This file was deleted.

1 change: 0 additions & 1 deletion applications/hangups/include/rabbit_common

This file was deleted.

1 change: 0 additions & 1 deletion applications/hangups/include/rabbit_common.ez

This file was deleted.

2 changes: 1 addition & 1 deletion applications/start-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cd `dirname $0`
exec erl -setcookie `cat ../confs/fs_conf/autoload_configs/.erlang.cookie` \
-pa $PWD/ebin -pa $PWD/deps/*/ebin -pa $PWD/*/ebin \
-pa $PWD/ebin -pa $PWD/deps/*/ebin -pa $PWD/apps/*/ebin \
-boot start_sasl -sname whistle_apps -s whistle_apps
# -kernel error_logger '{file, "log/error_log"}' \

2 changes: 1 addition & 1 deletion applications/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

cd `dirname $0`
exec erl -detached -heart -setcookie `cat ../confs/fs_conf/autoload_configs/.erlang.cookie` \
-pa $PWD/ebin -pa $PWD/deps/*/ebin -pa $PWD/*/ebin \
-pa $PWD/ebin -pa $PWD/deps/*/ebin -pa $PWD/apps/*/ebin \
-boot start_sasl -name whistle_apps -s whistle_apps \
-kernel error_logger '{file, "log/error_log"}'
1 change: 0 additions & 1 deletion applications/trunkstore/deps/amqp

This file was deleted.

1 change: 0 additions & 1 deletion applications/trunkstore/deps/couch

This file was deleted.

1 change: 0 additions & 1 deletion applications/trunkstore/include/amqp_client

This file was deleted.

1 change: 0 additions & 1 deletion applications/trunkstore/include/amqp_client.ez

This file was deleted.

1 change: 0 additions & 1 deletion applications/trunkstore/include/rabbit_common

This file was deleted.

1 change: 0 additions & 1 deletion applications/trunkstore/include/rabbit_common.ez

This file was deleted.

0 comments on commit 913699d

Please sign in to comment.