Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2010-04-20 22:17:36 +0000
committertle2010-04-20 22:17:36 +0000
commitf3c4a3c7ee0c18697c2274e0bc0eb7c41c4114b8 (patch)
treea7c3f2fcd71e2afa2a118169f60e03735d766240 /jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
parent8107119cc00176d8552868ee3a4842b13fde3e13 (diff)
downloadwebtools.dali-f3c4a3c7ee0c18697c2274e0bc0eb7c41c4114b8.tar.gz
webtools.dali-f3c4a3c7ee0c18697c2274e0bc0eb7c41c4114b8.tar.xz
webtools.dali-f3c4a3c7ee0c18697c2274e0bc0eb7c41c4114b8.zip
Added Jaxb Schema Generation
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties b/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
index 8a0d1b7d19..a61c9ef1c0 100644
--- a/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
+++ b/jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
@@ -8,6 +8,7 @@
# Oracle - initial API and implementation
################################################################################
+# ClassesGenerator
ClassesGeneratorWizard_title = JAXB Class Generation
ClassesGeneratorWizard_errorDialogTitle = Generate Classes Failed
@@ -33,3 +34,26 @@ ClassesGeneratorWizardPage_moxyLibrariesNotAvailable = \
The classpath for this project does not appear to contain the necessary libraries to proceed with class generation.\
\nPlease insure that EclipseLink MOXy is available on the classpath.
+# SchemaGenerator
+SchemaGeneratorWizard_title = JAXB Schema Generation
+
+SchemaGeneratorWizard_generatingSchema = Generating Schema
+
+ProjectWizardPage_desc = Select which Project the classes come from.
+ProjectWizardPage_project = Project:
+
+SchemaGeneratorWizardPage_title = Generate Schema From Classes
+SchemaGeneratorWizardPage_desc = Select which classes should be included in the schema.
+
+SchemaGeneratorWizardPage_settingsGoupTitle = JAXB settings
+SchemaGeneratorWizardPage_shemaLocation = Schema location:
+SchemaGeneratorWizardPage_shema = Schema:
+SchemaGeneratorWizardPage_packages = Select the packages to be included in the schema:
+SchemaGeneratorWizardPage_browse = Browse...
+
+SchemaGeneratorWizardPage_directoryDialogTitle = Schema Location
+SchemaGeneratorWizardPage_directoryDialogDesc = Choose a folder for the generated schema.
+
+SchemaGeneratorWizardPage_errorNoSchema = Schema cannot be empty
+SchemaGeneratorWizardPage_errorNoPackage = No package checked
+

Back to the top