Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-05-20 02:51:26 +0000
committertle2011-05-20 02:51:26 +0000
commit997fb4119a00c5df47c1c3768545addee2a0b2ea (patch)
treeeb455e36dc599d8651c567866e3350c93b25b4b0 /jpa_diagram_editor
parentfc48ae75616412ae24e541c640a03d4b4ddf3c19 (diff)
downloadwebtools.dali-997fb4119a00c5df47c1c3768545addee2a0b2ea.tar.gz
webtools.dali-997fb4119a00c5df47c1c3768545addee2a0b2ea.tar.xz
webtools.dali-997fb4119a00c5df47c1c3768545addee2a0b2ea.zip
346574 - Compile errors in latest WTP RC2 build
Diffstat (limited to 'jpa_diagram_editor')
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/JPAEditorMessages.java6
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/messages.properties6
2 files changed, 11 insertions, 1 deletions
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/JPAEditorMessages.java b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/JPAEditorMessages.java
index ccc6cb4fff..14afdf1c89 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/JPAEditorMessages.java
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/JPAEditorMessages.java
@@ -230,11 +230,17 @@ public class JPAEditorMessages extends NLS {
public static String JPASolver_closeWarningMsg;
public static String JPASolver_closeEditors;
+ public static String RefactorAttributeTypeFeature_ContextMenuOperationDescription;
+
public static String RemoveJPAEntityFeature_discardWarningMsg;
+ public static String RenameEntityFeature_ContextMenuOperationDescription;
+
public static String BTN_OK;
public static String BTN_CANCEL;
+ public static String MoveEntityFeature_ContextMenuOperationDescription;
+
public static String EntitiesCoordinatesXML_CannotCloseFileStreamErrorMSG;
public static String EntitiesCoordinatesXML_CannotCreateDOMFileErrorMSG;
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/messages.properties b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/messages.properties
index 2d74210023..1a9895f849 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/messages.properties
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/i18n/messages.properties
@@ -203,9 +203,13 @@ SelectTypeDialog_emptyTypeErrorText=The new type name must not be empty
JPASolver_closeWarningMsg=The entity "{0}" is open elsewhere with identical changes. Using this button will not lose those changes. Close the other editor(s), where the entity "{0}" is open and try again!
JPASolver_closeEditors=Close Editors
+MoveEntityFeature_ContextMenuOperationDescription=Move Entity Class
+
+RefactorAttributeTypeFeature_ContextMenuOperationDescription=Refactor Attribute Type
ModelIntegrationUtil_CannotSetFileContentErrorMSG=Cannot set file content.
RemoveJPAEntityFeature_discardWarningMsg=The entity "{0}" is open elsewhere with identical changes. Using this button will remove the entity from the diagram, but will not lose those changes. In order to lose the changes you need first to close the other editor(s), where the entity "{0}" is open and try again!\n\nDo you want to continue with removing anyway?
+RenameEntityFeature_ContextMenuOperationDescription=Rename Entity Class
-
+SaveAndRemoveAllEntitiesFeature_ContextMenuOperationDescription=Remove All Entities From Diagram and Save Changes

Back to the top