Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2010-10-14 19:31:49 +0000
committernhauge2010-10-14 19:31:49 +0000
commita87a679c5a364444ffea3adabd6d28a1b823d586 (patch)
treedaf87291d25c02519937d5223516894f89e4746a
parentd6637342719c0152d1277fca7f2e9cb509c9b53d (diff)
downloadwebtools.dali-a87a679c5a364444ffea3adabd6d28a1b823d586.tar.gz
webtools.dali-a87a679c5a364444ffea3adabd6d28a1b823d586.tar.xz
webtools.dali-a87a679c5a364444ffea3adabd6d28a1b823d586.zip
Minor text change.
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties2
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core.schemagen/src/org/eclipse/jpt/jaxb/eclipselink/core/schemagen/internal/jpt_eclipselink_jaxb_core.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties
index e6367e13a7..b9112cd725 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/src/org/eclipse/jpt/jaxb/core/schemagen/internal/jpt_jaxb_core.properties
@@ -14,6 +14,6 @@ SCHEMA_GENERATED = \nSchema {0} generated
SCHEMA_NOT_CREATED = \nSchema {0} not created
NOT_FOUND = \n\tNot found: {0}
CONTEXT_FACTORY_NOT_FOUND = \nThe JAXBContextFactory {0} \n\
-configured in the jaxb.properties file could not be located on the project classpath. \n\
+specified in the jaxb.properties file could not be located on the project classpath. \n\
The JAXB provider that defines this factory should be added to the project classpath, \n\
or the jaxb.properties file should be removed to use the default provider.
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core.schemagen/src/org/eclipse/jpt/jaxb/eclipselink/core/schemagen/internal/jpt_eclipselink_jaxb_core.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core.schemagen/src/org/eclipse/jpt/jaxb/eclipselink/core/schemagen/internal/jpt_eclipselink_jaxb_core.properties
index f7914dbf32..a9f76617fa 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core.schemagen/src/org/eclipse/jpt/jaxb/eclipselink/core/schemagen/internal/jpt_eclipselink_jaxb_core.properties
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core.schemagen/src/org/eclipse/jpt/jaxb/eclipselink/core/schemagen/internal/jpt_eclipselink_jaxb_core.properties
@@ -16,6 +16,6 @@ NOT_FOUND = \n\tNot found: {0}
PROPERTIES_FILE_NOT_FOUND = \nEclipseLink JAXBContextFactory must be specified in the jaxb.properties file to use EclipseLink MOXy for schema generation.\n\
javax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory
CONTEXT_FACTORY_NOT_FOUND = \nThe JAXBContextFactory {0} \n\
-configured in the jaxb.properties file could not be located on the project classpath. \n\
+specified in the jaxb.properties file could not be located on the project classpath. \n\
The JAXB provider that defines this factory should be added to the project classpath, \n\
or the jaxb.properties file should be removed to use the default provider.

Back to the top