diff options
author | Björn Gustavsson <[email protected]> | 2015-10-15 11:48:26 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-10-15 11:48:26 +0200 |
commit | 3ff3cf5e7dcb9131ed338b4e828de381b0fc391d (patch) | |
tree | 5f6081ceca45828243f9f20d8d8353b5a0c35b27 /lib/webtool/src/webtool.appup.src | |
parent | f92473f8b3e9379f6c96bb8e5ff40143ec3d9dc2 (diff) | |
parent | d8ff1e37c38c37304fb44ba6618da141e4d08c21 (diff) | |
download | otp-3ff3cf5e7dcb9131ed338b4e828de381b0fc391d.tar.gz otp-3ff3cf5e7dcb9131ed338b4e828de381b0fc391d.tar.bz2 otp-3ff3cf5e7dcb9131ed338b4e828de381b0fc391d.zip |
Merge branch 'bjorn/remove-webtool/OTP-13004'
* bjorn/remove-webtool/OTP-13004:
Remove the deprecated webtool application
Diffstat (limited to 'lib/webtool/src/webtool.appup.src')
-rw-r--r-- | lib/webtool/src/webtool.appup.src | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/webtool/src/webtool.appup.src b/lib/webtool/src/webtool.appup.src deleted file mode 100644 index 1394d0d6d5..0000000000 --- a/lib/webtool/src/webtool.appup.src +++ /dev/null @@ -1,22 +0,0 @@ -%% -*- erlang -*- -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2001-2014. All Rights Reserved. -%% -%% Licensed under the Apache License, Version 2.0 (the "License"); -%% you may not use this file except in compliance with the License. -%% You may obtain a copy of the License at -%% -%% http://www.apache.org/licenses/LICENSE-2.0 -%% -%% Unless required by applicable law or agreed to in writing, software -%% distributed under the License is distributed on an "AS IS" BASIS, -%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -%% See the License for the specific language governing permissions and -%% limitations under the License. -%% -%% %CopyrightEnd% -{"%VSN%", - [{<<".*">>,[{restart_application, webtool}]}], - [{<<".*">>,[{restart_application, webtool}]}] -}. |