Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2010-01-06 23:18:28 +0000
committernhauge2010-01-06 23:18:28 +0000
commitdb19beebfc4ec98af68c913928a3c5248c7e9bfb (patch)
tree309a7fdbb24972958acedf4f1200162e5d740e0c /jpa/plugins/org.eclipse.jpt.ui/property_files
parent9eafb6c5666979e212c56eef71b8531104918be0 (diff)
downloadwebtools.dali-db19beebfc4ec98af68c913928a3c5248c7e9bfb.tar.gz
webtools.dali-db19beebfc4ec98af68c913928a3c5248c7e9bfb.tar.xz
webtools.dali-db19beebfc4ec98af68c913928a3c5248c7e9bfb.zip
295614 - directly update persistence.xml when generating entities. Also added the "Update..." option to the persisted state of the wizard.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/property_files')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_gen.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_gen.properties b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_gen.properties
index 8d053c26e4..9fd1fa8760 100644
--- a/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_gen.properties
+++ b/jpa/plugins/org.eclipse.jpt.ui/property_files/jpt_ui_entity_gen.properties
@@ -35,7 +35,7 @@ GenerateEntitiesWizard_selectJPAProject_msg=Select a JPA project.
GenerateEntitiesWizard_tableSelectPage_selectTable=Select Tables
GenerateEntitiesWizard_tableSelectPage_chooseEntityTable=Select tables to generate entities from.
-GenerateEntitiesWizard_tableSelectPage_synchronizeClasses=Synchronize classes listed in persistence.xml
+GenerateEntitiesWizard_tableSelectPage_updatePersistenceXml=Update class list in persistence.xml
GenerateEntitiesWizard_tableSelectPage_tables=&Tables:
GenerateEntitiesWizard_tableSelectPage_tableColumn=Table
GenerateEntitiesWizard_tableSelectPage_Restore_Defaults=Restore Defaults

Back to the top