Fixed reference to IPropertySheetPage
authorBernd Hufmann <bhufmann@gmail.com>
Fri, 22 Jul 2011 19:46:34 +0000 (15:46 -0400)
committerBernd Hufmann <bhufmann@gmail.com>
Fri, 22 Jul 2011 19:46:34 +0000 (15:46 -0400)
org.eclipse.linuxtools.tmf.ui/schema/org.eclipse.linuxtools.tmf.ui.uml2SDLoader.exsd
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/SDView.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/IPropertySheetPage.java [deleted file]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/ISDPropertiesProvider.java

index add2705bc68a42c49bfd943dab9deb1472fd2f93..e75bb72978c0889cb5ee5ead7b135d86e43625b4 100644 (file)
@@ -93,7 +93,7 @@ Either &lt;code&gt;org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView&lt;/code&gt
          <meta.section type="since"/>
       </appinfo>
       <documentation>
-         Since 0.4.0 (based on UML2SD of org.eclipse.tptp.common.ui)
+         Since 0.3.2 (based on UML2SD of org.eclipse.tptp.common.ui)
       </documentation>
    </annotation>
 
@@ -103,7 +103,7 @@ Either &lt;code&gt;org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView&lt;/code&gt
       </appinfo>
       <documentation>
          &lt;p&gt;
-For an example implemetation of the loader class see:
+For an example implementation of the loader class see:
 &lt;pre&gt; 
 plug-in: org.eclipse.linuxtools.tmf.ui
 package: org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl
index 54787eebc60012f0a65e2d68163548afd01ec239..44b11c329e67e74f75468666a2eb772844c1bbb4 100755 (executable)
@@ -50,7 +50,6 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.Zoom;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.Zoom.ZoomType;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.IExtendedFilterProvider;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.IExtendedFindProvider;
-import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.IPropertySheetPage;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDAdvancedPagingProvider;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDCollapseProvider;
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider.ISDExtendedActionBarProvider;
@@ -74,6 +73,7 @@ import org.eclipse.ui.IWorkbenchPage;
 import org.eclipse.ui.PlatformUI;
 import org.eclipse.ui.actions.ActionFactory;
 import org.eclipse.ui.part.ViewPart;
+import org.eclipse.ui.views.properties.IPropertySheetPage;
 
 /**
  * @author sveyrier
diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/IPropertySheetPage.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/handlers/provider/IPropertySheetPage.java
deleted file mode 100644 (file)
index ffba3e1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/**********************************************************************
- * Copyright (c) 2005, 2011 IBM Corporation and others.
- * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
- * IBM - Initial API and implementation
- * Bernd Hufmann - Updated for TMF
- **********************************************************************/
-
-package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider;
-
-public class IPropertySheetPage {
-
-}
index 46e182d7c1a76d395ca70bae5b465259a95cb166..25fdf40b8363949c3f8b0637927b2ebdd507bf14 100755 (executable)
@@ -12,6 +12,8 @@
  **********************************************************************/
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.provider;
 
+import org.eclipse.ui.views.properties.IPropertySheetPage;
+
 /**
  * Contract for loaders that want to provide information in the properties view
  */
This page took 0.027855 seconds and 5 git commands to generate.