Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2010-07-21 22:07:32 +0000
committertle2010-07-21 22:07:32 +0000
commitf91f1da1682a7ba6ba4d39488f0cf98ba59617e6 (patch)
tree724d2d4ec6f1ec7fd956f6cecade4cbd95c9a14f /jpa/plugins/org.eclipse.jpt.jaxb.ui/property_files/jpt_jaxb_ui.properties
parentdfb6ed2529ed406b89ef219e818ba3417f5e308a (diff)
downloadwebtools.dali-f91f1da1682a7ba6ba4d39488f0cf98ba59617e6.tar.gz
webtools.dali-f91f1da1682a7ba6ba4d39488f0cf98ba59617e6.tar.xz
webtools.dali-f91f1da1682a7ba6ba4d39488f0cf98ba59617e6.zip
310893 - JAXB Class Gen Wizard - Add a warning that files are going to be overwritten
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, 6 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 e42a280ec7..18f577a714 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
@@ -34,9 +34,15 @@ ClassesGeneratorWizardPage_jaxbLibrariesNotAvailable = \
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.
+
ClassesGeneratorUi_generatingEntities = Generating JAXB Classes from Schema
ClassesGeneratorUi_generatingEntitiesTask = Generating classes
+ClassesGeneratorUi_generatingClassesWarningTitle = Generating JAXB Classes
+ClassesGeneratorUi_generatingClassesWarningMessage = \
+ Warning: Generating classes will overwrite existing files in your project.\
+ \n\nAre you sure you want to continue?
+
# SchemaGenerator
SchemaGeneratorWizard_title = JAXB Schema Generation

Back to the top