Author: adietish
Date: 2012-10-11 13:31:33 -0400 (Thu, 11 Oct 2012)
New Revision: 44437
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
[JBIDE-12572] fixed property providers in plugin.xml (erroneous refactoring)
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-10-11
17:08:15 UTC (rev 44436)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-10-11
17:31:33 UTC (rev 44437)
@@ -570,21 +570,21 @@
point="org.eclipse.core.runtime.adapters">
<factory
adaptableType="org.jboss.tools.openshift.express.internal.core.connection.Connection"
-
class="org.jboss.tools.openshift.express.internal.ui.explorerproperty.PropertySourceAdapterFactory">
+
class="org.jboss.tools.openshift.express.internal.ui.explorer.property.PropertySourceAdapterFactory">
<adapter
type="org.eclipse.ui.views.properties.IPropertySource">
</adapter>
</factory>
<factory
adaptableType="com.openshift.client.IApplication"
-
class="org.jboss.tools.openshift.express.internal.ui.explorerproperty.PropertySourceAdapterFactory">
+
class="org.jboss.tools.openshift.express.internal.ui.explorer.property.PropertySourceAdapterFactory">
<adapter
type="org.eclipse.ui.views.properties.IPropertySource">
</adapter>
</factory>
<factory
adaptableType="com.openshift.client.IEmbeddableCartridge"
-
class="org.jboss.tools.openshift.express.internal.ui.explorerproperty.PropertySourceAdapterFactory">
+
class="org.jboss.tools.openshift.express.internal.ui.explorer.property.PropertySourceAdapterFactory">
<adapter
type="org.eclipse.ui.views.properties.IPropertySource">
</adapter>
Show replies by date