Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6a63c1116ca2eb5f26d1f523d301289eccc8eed4 (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
###############################################################################
# Copyright (c) 2007 WSO2 Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# WSO2 Inc. - initial API and implementation
# yyyymmdd bug      Email and other contact information
# -------- -------- -----------------------------------------------------------
# 20070118   168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2 runtime to the framework for 168762
# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
###############################################################################
#

#
# Messages in plugin.xml.
PLUGIN_NAME=Webservice Axis2 UI Plug-in
PLUGIN_PROVIDER=WSO2

# Web Services Preferance Pages
# Categories
PREFERENCE_CATEGORY_AXIS2_RUNTIME=Axis2 Preferences 

Back to the top