From 10816b69d89107bdf133e030a95af1dab6a790e1 Mon Sep 17 00:00:00 2001 From: nhauge Date: Mon, 13 Dec 2010 21:32:57 +0000 Subject: 329493 - fixed no_op user library message for JAXB faceted project. --- jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.properties | 2 ++ jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.xml | 3 ++- jpa/plugins/org.eclipse.jpt.core/plugin.xml | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.properties index 1d673dda6d..522cd24f5b 100644 --- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.properties +++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.properties @@ -23,4 +23,6 @@ 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_NO_OP_LIBRARY_PROVIDER_MESSAGE = The JAXB facet requires a JAXB implementation library to be present on the project classpath. By disabling library configuration, the user takes on the responsibility of ensuring that the classpath is configured appropriately via alternate means. + JAXB_VALIDATOR = JAXB Validator diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.xml index 15818ef777..26f1a3eebe 100644 --- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.xml +++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/plugin.xml @@ -1,5 +1,5 @@ - +