diff options
author | Björn Gustavsson <[email protected]> | 2015-10-12 12:21:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-10-14 16:21:59 +0200 |
commit | d8ff1e37c38c37304fb44ba6618da141e4d08c21 (patch) | |
tree | afa66a50629b79f8e18b20fdf8998f57917a2822 /lib/Makefile | |
parent | f658c063ad5c587a354e24233de3405953bd7cec (diff) | |
download | otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.gz otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.bz2 otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.zip |
Remove the deprecated webtool application
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 64143a39e0..863b9abac6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -35,7 +35,7 @@ ALL_ERLANG_APPLICATIONS = xmerl edoc erl_docgen snmp otp_mibs erl_interface \ ic mnesia crypto orber os_mon syntax_tools \ public_key ssl observer odbc diameter \ cosTransactions cosEvent cosTime cosNotification \ - cosProperty cosFileTransfer cosEventDomain et megaco webtool \ + cosProperty cosFileTransfer cosEventDomain et megaco \ eunit ssh typer percept eldap dialyzer hipe ifdef BUILD_ALL |