Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2010-03-09 23:19:57 +0000
committernhauge2010-03-09 23:19:57 +0000
commitbb09b803fff325c82ac4108244e10dfa251de4f0 (patch)
tree8097c0484142f699d39fa337a52fb5eb7d835684 /jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
parent3167724be874e7f5149e3cc6553ed2ec2fa01079 (diff)
downloadwebtools.dali-bb09b803fff325c82ac4108244e10dfa251de4f0.tar.gz
webtools.dali-bb09b803fff325c82ac4108244e10dfa251de4f0.tar.xz
webtools.dali-bb09b803fff325c82ac4108244e10dfa251de4f0.zip
296502 - updates to the class gen wizard that adds standard Eclipse controls for source folder and package selection. Also changed Generic vs Moxy logic.
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.properties6
1 files changed, 1 insertions, 5 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 70ff79c2b4..cfd4fae178 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
@@ -14,21 +14,17 @@ ClassesGeneratorWizard_errorDialogTitle = Generate Classes Failed
ClassesGeneratorWizard_couldNotCreate = Could not create {0}
ClassesGeneratorWizardPage_title = Generate classes from: {0}
-ClassesGeneratorWizardPage_desc = Enter a target folder name
+ClassesGeneratorWizardPage_desc = Configure JAXB class generation.
ClassesGeneratorWizardPage_usesMoxyImplementation = Use EclipseLink MOXy as the JAXB implementation
ClassesGeneratorWizardPage_settingsGroupTitle = JAXB Settings
-ClassesGeneratorWizardPage_targetFolder = Target folder:
-ClassesGeneratorWizardPage_targetPackage = Target package:
ClassesGeneratorWizardPage_catalog = Catalog:
ClassesGeneratorWizardPage_bindingsFiles = Bindings files:
ClassesGeneratorWizardPage_addButton = Add
ClassesGeneratorWizardPage_removeButton = Remove
ClassesGeneratorWizardPage_chooseABindingsFile = Choose an external bindings file
-ClassesGeneratorWizardPage_targetFolderCannotBeEmpty = Target folder cannot be empty.
-
ClassesGeneratorWizardPage_jaxbLibrariesNotAvailable = \
The classpath for this project does not appear to contain the necessary libraries to proceed with class generation.\
\nPlease insure that a JAXB implementation is available on the classpath.

Back to the top