diff options
author | cletavernie | 2011-11-10 09:13:30 +0000 |
---|---|---|
committer | cletavernie | 2011-11-10 09:13:30 +0000 |
commit | 52a1ded24a0a5cb497f2814ff8e45a0f4d33becc (patch) | |
tree | cd28ae3c03f22dc75e8abc0426a61c7bf5bd8ad9 /plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments | |
parent | 29b6c35ec4ab8284bae040831fd9eb0ca219d145 (diff) | |
download | org.eclipse.papyrus-52a1ded24a0a5cb497f2814ff8e45a0f4d33becc.tar.gz org.eclipse.papyrus-52a1ded24a0a5cb497f2814ff8e45a0f4d33becc.tar.xz org.eclipse.papyrus-52a1ded24a0a5cb497f2814ff8e45a0f4d33becc.zip |
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments')
15 files changed, 34 insertions, 35 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/META-INF/MANIFEST.MF b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/META-INF/MANIFEST.MF index 91cd12a8e50..d4c6dce9cf9 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/META-INF/MANIFEST.MF +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/META-INF/MANIFEST.MF @@ -11,15 +11,14 @@ Require-Bundle: org.eclipse.ui, org.eclipse.emf.edit.ui;bundle-version="2.5.0",
org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0",
org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.9.0"
-Export-Package: org.eclipse.papyrus.tabbedproperties.comments,
- org.eclipse.papyrus.tabbedproperties.comments.propertysection
+Export-Package: org.eclipse.papyrus.uml.properties.tabbedproperties.comments,
+ org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.tabbedproperties.comments.Activa
- tor
+Bundle-Activator: org.eclipse.papyrus.uml.properties.tabbedproperties.comments.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.properties.tabbedproperties.comments;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/plugin.xml b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/plugin.xml index 96ee0d3b1d7..37f61e50dd6 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/plugin.xml +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/plugin.xml @@ -6,14 +6,14 @@ <propertySections
contributorId="TreeOutlinePage">
<propertySection
- class="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentPropertySection"
- filter="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentFilter"
+ class="org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentPropertySection"
+ filter="org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentFilter"
id="org.eclipse.papyrus.tabbedproperties.comment.styledsection"
tab="Base">
</propertySection>
<propertySection
- class="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentedElementPropertySection"
- filter="org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentedElementPropertySection"
+ class="org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentedElementPropertySection"
+ filter="org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentedElementPropertySection"
id="org.eclipse.papyrus.tabbedproperties.comment.umlelementsection"
tab="Comments">
</propertySection>
@@ -27,7 +27,7 @@ language="Papyrus UML"
objectToEdit="org.eclipse.uml2.uml.Comment">
<advancededitor
- editorConfiguration="org.eclipse.papyrus.tabbedproperties.comments.directeditor.HTMLCommentEditorDialogConfiguration">
+ editorConfiguration="org.eclipse.papyrus.uml.properties.tabbedproperties.comments.directeditor.HTMLCommentEditorDialogConfiguration">
</advancededitor>
</DirectEditor>
</extension>
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/Activator.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Activator.java index 8701d537ec9..fb7c1861610 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/Activator.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Activator.java @@ -1,6 +1,6 @@ -package org.eclipse.papyrus.tabbedproperties.comments;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments;
-import org.eclipse.papyrus.log.LogHelper;
+import org.eclipse.papyrus.infra.core.log.LogHelper;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/Messages.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java index 495cc9d72d6..3673aa3c156 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/Messages.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/Messages.java @@ -1,10 +1,10 @@ -package org.eclipse.papyrus.tabbedproperties.comments;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.papyrus.tabbedproperties.comments.messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.papyrus.uml.properties.tabbedproperties.comments.messages"; //$NON-NLS-1$
public static String CommentedElementPropertySection_AddButtonTooltip;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/directeditor/HTMLCommentEditorDialogConfiguration.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/directeditor/HTMLCommentEditorDialogConfiguration.java index f6fa2e58557..ba1fc31c8db 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/directeditor/HTMLCommentEditorDialogConfiguration.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/directeditor/HTMLCommentEditorDialogConfiguration.java @@ -9,19 +9,19 @@ * Contributors:
* Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.directeditor;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.directeditor;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jface.dialogs.Dialog;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.jface.dialogs.TrayDialog;
-import org.eclipse.papyrus.core.utils.EditorUtils;
import org.eclipse.papyrus.extensionpoints.editors.configuration.DefaultDirectEditorConfiguration;
import org.eclipse.papyrus.extensionpoints.editors.configuration.IAdvancedEditorConfiguration;
import org.eclipse.papyrus.extensionpoints.editors.ui.ILabelEditorDialog;
-import org.eclipse.papyrus.tabbedproperties.comments.Messages;
-import org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentRichTextEditor;
-import org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentRichTextFormToolkit;
+import org.eclipse.papyrus.infra.core.utils.EditorUtils;
+import org.eclipse.papyrus.uml.properties.tabbedproperties.comments.Messages;
+import org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentRichTextEditor;
+import org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentRichTextFormToolkit;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/messages.properties b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/messages.properties index 67b94f0e311..67b94f0e311 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/messages.properties +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/messages.properties diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentContentProvider.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentContentProvider.java index 41a7706d209..38255a3c02b 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentContentProvider.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentContentProvider.java @@ -11,7 +11,7 @@ *
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import org.eclipse.jface.viewers.IContentProvider;
import org.eclipse.jface.viewers.Viewer;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentFilter.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentFilter.java index 9fab8cae41b..1678a177ab6 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentFilter.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentFilter.java @@ -1,4 +1,4 @@ -package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jface.viewers.IFilter;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentPropertySection.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentPropertySection.java index 390a1ba8055..9a054c7c12f 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentPropertySection.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentPropertySection.java @@ -11,14 +11,14 @@ *
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.edit.domain.IEditingDomainProvider;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.papyrus.core.utils.EditorUtils;
+import org.eclipse.papyrus.infra.core.utils.EditorUtils;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.ui.IWorkbenchPart;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentRichText.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentRichText.java index 283d2a2f2cf..397fb892ed3 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentRichText.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentRichText.java @@ -8,7 +8,7 @@ // Contributors:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentRichTextEditor.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentRichTextEditor.java index 8fbe703587f..b019d96df26 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentRichTextEditor.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentRichTextEditor.java @@ -8,7 +8,7 @@ // Contributors:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EStructuralFeature;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentRichTextFormToolkit.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentRichTextFormToolkit.java index 3e5f6a948fc..77b883cfa7a 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentRichTextFormToolkit.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentRichTextFormToolkit.java @@ -11,7 +11,7 @@ *
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
//------------------------------------------------------------------------------
//Copyright (c) 2005, 2006 IBM Corporation and others.
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentedElementPropertySection.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentedElementPropertySection.java index 2649a0b3155..3ddfaae6cb3 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/CommentedElementPropertySection.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/CommentedElementPropertySection.java @@ -11,7 +11,7 @@ *
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import java.util.HashSet;
import java.util.Iterator;
@@ -63,12 +63,12 @@ import org.eclipse.jface.viewers.StructuredSelection; import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.jface.viewers.Viewer;
import org.eclipse.papyrus.commands.wrappers.GMFtoEMFCommandWrapper;
-import org.eclipse.papyrus.core.utils.EditorUtils;
-import org.eclipse.papyrus.tabbedproperties.comments.Activator;
-import org.eclipse.papyrus.tabbedproperties.comments.Messages;
+import org.eclipse.papyrus.infra.core.utils.EditorUtils;
import org.eclipse.papyrus.uml.diagram.common.commands.CommonDeferredCreateConnectionViewCommand;
import org.eclipse.papyrus.uml.diagram.common.commands.SemanticAdapter;
import org.eclipse.papyrus.uml.diagram.common.parser.HTMLCleaner;
+import org.eclipse.papyrus.uml.properties.tabbedproperties.comments.Activator;
+import org.eclipse.papyrus.uml.properties.tabbedproperties.comments.Messages;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.MouseEvent;
import org.eclipse.swt.events.MouseListener;
@@ -163,7 +163,7 @@ public class CommentedElementPropertySection extends AbstractPropertySection imp // button to display a comment in the current diagram
displayCommentButton = getWidgetFactory().createButton(tableComposite, "", SWT.NONE); //$NON-NLS-1$
- displayCommentButton.setImage(org.eclipse.papyrus.uml.diagram.common.Activator.getPluginIconImage(org.eclipse.papyrus.tabbedproperties.comments.Activator.PLUGIN_ID, DISPLAY_ICON));
+ displayCommentButton.setImage(org.eclipse.papyrus.uml.diagram.common.Activator.getPluginIconImage(org.eclipse.papyrus.uml.properties.tabbedproperties.comments.Activator.PLUGIN_ID, DISPLAY_ICON));
displayCommentButton.setToolTipText(Messages.CommentedElementPropertySection_DisplayButtonTooltip);
displayCommentButton.addMouseListener(new DisplayCommentButtonMouseListener());
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/FocusAwareCommentRichText.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/FocusAwareCommentRichText.java index 711c6af3c69..21ec160cd60 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/FocusAwareCommentRichText.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/FocusAwareCommentRichText.java @@ -9,12 +9,12 @@ * Contributors:
* Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import org.eclipse.emf.transaction.RecordingCommand;
import org.eclipse.emf.transaction.TransactionalEditingDomain;
-import org.eclipse.papyrus.core.utils.EditorUtils;
-import org.eclipse.papyrus.tabbedproperties.comments.Activator;
+import org.eclipse.papyrus.infra.core.utils.EditorUtils;
+import org.eclipse.papyrus.uml.properties.tabbedproperties.comments.Activator;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Event;
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/FocusAwareCommentRichTextEditor.java b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/FocusAwareCommentRichTextEditor.java index 167d6140292..ef251c53c07 100644 --- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/tabbedproperties/comments/propertysection/FocusAwareCommentRichTextEditor.java +++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.tabbedproperties.comments/src/org/eclipse/papyrus/uml/properties/tabbedproperties/comments/propertysection/FocusAwareCommentRichTextEditor.java @@ -9,7 +9,7 @@ * Contributors:
* Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.tabbedproperties.comments.propertysection;
+package org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection;
import org.eclipse.epf.richtext.IRichText;
import org.eclipse.swt.SWT;
@@ -39,7 +39,7 @@ public class FocusAwareCommentRichTextEditor extends CommentRichTextEditor { }
/**
- * @see org.eclipse.papyrus.tabbedproperties.comments.propertysection.CommentRichTextEditor#createRichTextControl(org.eclipse.swt.widgets.Composite,
+ * @see org.eclipse.papyrus.uml.properties.tabbedproperties.comments.propertysection.CommentRichTextEditor#createRichTextControl(org.eclipse.swt.widgets.Composite,
* int, java.lang.String)
*
* @param parent
|