Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2012-04-03 15:35:18 +0000
committerbvosburgh2012-04-03 15:35:18 +0000
commitb7e53c0b7bf55ba278e9b63f8b232ac45c89c049 (patch)
treec35cf00f59e367de5128938eeefc8e87a4d38e44 /jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files
parente37fe558e61f33ed18c7a38c268b995d984b8f9d (diff)
downloadwebtools.dali-b7e53c0b7bf55ba278e9b63f8b232ac45c89c049.tar.gz
webtools.dali-b7e53c0b7bf55ba278e9b63f8b232ac45c89c049.tar.xz
webtools.dali-b7e53c0b7bf55ba278e9b63f8b232ac45c89c049.zip
[353149] metadata conversion UI
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files/eclipselink_ui.properties18
1 files changed, 9 insertions, 9 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files/eclipselink_ui.properties b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files/eclipselink_ui.properties
index 45cb4f7a18..afe60d3098 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files/eclipselink_ui.properties
+++ b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.ui/property_files/eclipselink_ui.properties
@@ -373,15 +373,15 @@ GenerationOutputModeWizardPage_desc = Select DDL generation action
GenerationOutputModeWizardPage_generationOutputMode = Generation Output Mode
# MetadataConversion
-JpaGlobalMetadataConversion_noConverterMetadataToConvert=No Java converter metadata existing to convert
-JpaJavaGConverterMetadataConversionWizardPage_description = Move all the annotated JPA converters to XML as mapping file level metadata
-JpaJavaConverterMetadataConversionWizardPage_title = Java Converter Metadata Conversion
-JpaGlobalMetadataConversion_equivalentConverterMetadataWarningMessage=Warning: Equivalent converters are found. Only one of these converters will be converted while the rest will be deleted. Do you want to continue?
-JpaGlobalMetadataConversion_equivalentConverterMetadataWarningTitle=Equivalent Converters Found
-JpaGlobalMetadataConversion_equivalentGeneratorMetadataWarningMessage=Warning: Equivalent generators are found. Only one of these generators will be converted while the rest will be deleted. Do you want to continue?
-JpaGlobalMetadataConversion_equivalentGeneratorMetadataWarningTitle=Equivalent Generators Found
-JpaGlobalMetadataConversion_equivalentQueryMetadataWarningMessage=Warning: Equivalent queries are found. Only one of these queries will be converted while the rest will be deleted. Do you want to continue?
-JpaGlobalMetadataConversion_equivalentQueryMetadataWarningTitle=Equivalent Queries Found
+JavaMetadataConversion_noConvertersToConvert=No Java converters to convert
+JavaConverterConversionWizardPage_title = Java Converter Metadata Conversion
+JavaConverterConversionWizardPage_description = Move all the annotated JPA converters to XML as mapping file level metadata
+JavaMetadataConversion_equivalentConvertersWarningTitle=Equivalent Converters Found
+JavaMetadataConversion_equivalentConvertersWarningMessage=Warning: Equivalent converters are found. Only one of these converters will be converted while the rest will be deleted. Do you want to continue?
+JavaMetadataConversion_equivalentGeneratorsWarningTitle=Equivalent Generators Found
+JavaMetadataConversion_equivalentGeneratorsWarningMessage=Warning: Equivalent generators are found. Only one of these generators will be converted while the rest will be deleted. Do you want to continue?
+JavaMetadataConversion_equivalentQueriesWarningTitle=Equivalent Queries Found
+JavaMetadataConversion_equivalentQueriesWarningMessage=Warning: Equivalent queries are found. Only one of these queries will be converted while the rest will be deleted. Do you want to continue?
# Static Weaving
EclipselinkPreferencePage_description = Configure EclipseLink specific preferences for the project:

Back to the top