diff options
author | Peter Andersson <[email protected]> | 2015-05-04 16:21:15 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-05-04 16:21:15 +0200 |
commit | 5f9149af479edcd4c27bdae751b7ab3f00dfa684 (patch) | |
tree | d8227c7b170f02efa9c0c0f5c2d7e71f2a1488e3 /lib | |
parent | 23777d8057ee85efd35809521819f3d27927a2e6 (diff) | |
parent | b61bb8f3c160475eca09f2b983638e65659c99ec (diff) | |
download | otp-5f9149af479edcd4c27bdae751b7ab3f00dfa684.tar.gz otp-5f9149af479edcd4c27bdae751b7ab3f00dfa684.tar.bz2 otp-5f9149af479edcd4c27bdae751b7ab3f00dfa684.zip |
Merge branch 'peppe/add_obsolete_app_warnings'
* peppe/add_obsolete_app_warnings:
Declare webtool and test_server as obsolete
OTP-10922
OTP-10923
Diffstat (limited to 'lib')
-rw-r--r-- | lib/test_server/doc/src/Makefile | 4 | ||||
-rw-r--r-- | lib/webtool/doc/src/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/test_server/doc/src/Makefile b/lib/test_server/doc/src/Makefile index 8c7fa99886..421079ac94 100644 --- a/lib/test_server/doc/src/Makefile +++ b/lib/test_server/doc/src/Makefile @@ -27,6 +27,10 @@ include ../../vsn.mk VSN=$(TEST_SERVER_VSN) APPLICATION=test_server +DOC_EXTRA_FRONT_PAGE_INFO=Important note: \ +The Test Server application is obsolete and will be removed \ +in the next major OTP release + # ---------------------------------------------------- # Release directory specification # ---------------------------------------------------- diff --git a/lib/webtool/doc/src/Makefile b/lib/webtool/doc/src/Makefile index 32269e9424..08292fcca8 100644 --- a/lib/webtool/doc/src/Makefile +++ b/lib/webtool/doc/src/Makefile @@ -25,6 +25,10 @@ include ../../vsn.mk VSN=$(WEBTOOL_VSN) APPLICATION=webtool +DOC_EXTRA_FRONT_PAGE_INFO=Important note: \ +The Webtool application is obsolete and will be removed \ +in the next major OTP release + # ---------------------------------------------------- # Release directory specification # ---------------------------------------------------- |