Skip to main content
summaryrefslogtreecommitdiffstats
blob: 03627d159e96e245c5197ca03e7c27a2d39869d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# Copyright (c) 2001, 2018 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

#
# Messages in plugin.xml.
#
PLUGIN_NAME=Webservice Axis Creation UI (Deprecated)
PLUGIN_PROVIDER=Eclipse Web Tools Platform

LABEL_RUNTIME_AXIS_11=Apache Axis (Deprecated)
DESC_RUNTIME_AXIS_11=Apache Axis

#
#WSWSDLAxisType
#
WS_NAME_WSDLAXIS=Skeleton Java bean Axis Web service

#
#WSBeanAxisType
#
WS_NAME_BEANAXIS=Java bean Axis Web service

Back to the top