aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-05-04 16:21:15 +0200
committerPeter Andersson <[email protected]>2015-05-04 16:21:15 +0200
commit5f9149af479edcd4c27bdae751b7ab3f00dfa684 (patch)
treed8227c7b170f02efa9c0c0f5c2d7e71f2a1488e3 /lib
parent23777d8057ee85efd35809521819f3d27927a2e6 (diff)
parentb61bb8f3c160475eca09f2b983638e65659c99ec (diff)
downloadotp-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/Makefile4
-rw-r--r--lib/webtool/doc/src/Makefile4
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
# ----------------------------------------------------