Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1d673dda6d04e2d91801ae7d9cec182ca53ffb37 (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
###############################################################################
# Copyright (c) 2006, 2010 Oracle. 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:
#     Oracle - initial API and implementation
###############################################################################

pluginName = Dali Java Persistence Tools - JAXB Core
providerName = Eclipse Web Tools Platform

JAXB_PLATFORMS = JAXB Platforms

JAXB_PROBLEM_MARKER = JAXB Problem

GENERIC_PLATFORM_GROUP_LABEL = Generic JAXB
GENERIC_2_2_PLATFORM_LABEL = Generic JAXB 2.2
GENERIC_2_1_PLATFORM_LABEL = Generic JAXB 2.1

JAXB_FACET_LABEL = JAXB
JAXB_FACET_DESCRIPTION = Adds support for data binding using the Java Architecture for XML Binding (JAXB).
JAXB_TEMPLATE_LABEL = JAXB Project

JAXB_VALIDATOR = JAXB Validator

Back to the top