Skip to main content
summaryrefslogtreecommitdiffstats
blob: eced8ef386a9ebc765d973f91af580ccf7c4ec4b (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
32
33
34
35
36
37
38
39
###############################################################################
# Copyright (c) 2001, 2013 Oracle 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:
#     Oracle Corporation - initial API and implementation
###############################################################################
####################################################
# Plugin XML information.
####################################################
pluginName=JSF Tools - Web Page Editor
providerName=Eclipse Web Tools Platform

editor.binding.context.name=Using Web Page Editor
editor.binding.context.description=Key binding context when using the web page editor
# ====================================================================


editor.name.0 = Web Page Editor
category.name.0 = Web Page Editor Layout
command.name.0 = Vertical Layout
command.name.1 = Horizontal Layout
command.name.2 = Graphical Designer
command.name.3 = Source Code

extension-point.name.0 = Web Page Editor Extension
extension-point.name.1 = property contributor
extension-point.name.2 = popupMenu Contributor
extension-point.name.3 = Content Model Meta Data
propertyTab.label.QuickEdit = Quick Edit
propertyTab.label.Attributes = Attributes

ext-pt.WPEPropPage.name = Web Page Editor
preferencepage.webPageEditor.name=Web Page Editor

Back to the top