Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-02-21 09:57:54 +0000
committerptessier2014-02-21 09:57:54 +0000
commita3d01d08c5af2a12eb6ba5cf606d7449935b2fa1 (patch)
tree24d4cdea693f8602aea2e822d291ee489ffa8288 /plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java
parentfaed100368408a1361f1f9068eaa782d03a134c3 (diff)
downloadorg.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.tar.gz
org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.tar.xz
org.eclipse.papyrus-a3d01d08c5af2a12eb6ba5cf606d7449935b2fa1.zip
Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet
0.2 impact of package renaming
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java b/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java
index 271e4c969a0..9f4b83777f9 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/exported/views/IElementsViewFactory.java
@@ -9,14 +9,14 @@
* Nicolas Bros (Mia-Software) - Bug 372732 - [Facet] Rewrite the catalog views for 0.2
*******************************************************************************/
-package org.eclipse.emf.facet.common.ui.internal.exported.views;
+package org.eclipse.papyrus.emf.facet.common.ui.internal.exported.views;
import java.util.Collection;
-import org.eclipse.emf.facet.common.ui.internal.views.ElementsViewFactory;
import org.eclipse.jface.viewers.ColumnLabelProvider;
import org.eclipse.jface.viewers.IOpenListener;
import org.eclipse.jface.viewers.ITreeContentProvider;
+import org.eclipse.papyrus.emf.facet.common.ui.internal.views.ElementsViewFactory;
import org.eclipse.swt.graphics.Image;
import org.eclipse.ui.part.ViewPart;

Back to the top