[jbosstools-commits] JBoss Tools SVN: r40853 - in trunk/openshift/plugins: org.jboss.tools.openshift.egit.core/META-INF and 3 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 8 11:03:30 EDT 2012


Author: rob.stryker at jboss.com
Date: 2012-05-08 11:03:30 -0400 (Tue, 08 May 2012)
New Revision: 40853

Removed:
   trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/plugin.xml
   trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/module/
Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF
   trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/internal/EGitCoreActivator.java
   trunk/openshift/plugins/org.jboss.tools.openshift.egit.ui/src/org/jboss/tools/openshift/egit/ui/EGitUIActivator.java
Log:
JBIDE-11797

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF	2012-05-08 14:58:39 UTC (rev 40852)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF	2012-05-08 15:03:30 UTC (rev 40853)
@@ -17,5 +17,4 @@
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: JBoss by Red Hat
 Export-Package: org.jboss.tools.openshift.egit.core,
- org.jboss.tools.openshift.egit.core.internal,
- org.jboss.tools.openshift.egit.core.module
+ org.jboss.tools.openshift.egit.core.internal

Deleted: trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/plugin.xml	2012-05-08 14:58:39 UTC (rev 40852)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/plugin.xml	2012-05-08 15:03:30 UTC (rev 40853)
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-   <extension
-         point="org.eclipse.wst.server.core.moduleTypes">
-      <moduleType
-            id="jbt.egit"
-            name="Egit">
-      </moduleType>
-   </extension>
-   <!--
-   <extension
-         point="org.eclipse.wst.server.core.moduleFactories">
-      <moduleFactory
-            class="org.jboss.ide.eclipse.as.egit.core.module.GitProjectModuleFactoryDelegate"
-            id="org.jboss.ide.eclipse.as.egit.core.module.gitProjectModuleFactory"
-            projects="true">
-         <moduleType
-               types="jbt.egit"
-               versions="1.0">
-         </moduleType>
-      </moduleFactory>
-   </extension>
-   <extension
-         point="org.jboss.ide.eclipse.as.core.publishMethod">
-      <publishMethod
-            class="org.jboss.ide.eclipse.as.egit.core.EgitPublishMethod"
-            id="egit"
-            name="Egit Publish Method"
-            serverTypes="org.jboss.ide.eclipse.as.systemCopyServer">
-      </publishMethod>
-   </extension>
-      <extension
-         point="org.jboss.ide.eclipse.as.core.behaviourExtension">
-      <behaviour
-            behaviourDelegate="org.jboss.ide.eclipse.as.egit.core.EgitBehaviourDelegate"
-            name="%EGitMethodName"
-            publishMethod="org.jboss.ide.eclipse.as.egit.core.EgitPublishMethod"
-            serverTypes="%ServerTypesJBoss7"
-            typeId="egit">
-      </behaviour>
-   </extension>
-   -->
-</plugin>

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/internal/EGitCoreActivator.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/internal/EGitCoreActivator.java	2012-05-08 14:58:39 UTC (rev 40852)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.egit.core/src/org/jboss/tools/openshift/egit/core/internal/EGitCoreActivator.java	2012-05-08 15:03:30 UTC (rev 40853)
@@ -18,7 +18,7 @@
 
 public class EGitCoreActivator implements BundleActivator {
 
-	public static final String PLUGIN_ID = "org.jboss.ide.eclipse.as.egit.core";
+	public static final String PLUGIN_ID = "org.jboss.tools.openshift.egit.core";
 	
 	private static BundleContext context;
 

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.egit.ui/src/org/jboss/tools/openshift/egit/ui/EGitUIActivator.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.egit.ui/src/org/jboss/tools/openshift/egit/ui/EGitUIActivator.java	2012-05-08 14:58:39 UTC (rev 40852)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.egit.ui/src/org/jboss/tools/openshift/egit/ui/EGitUIActivator.java	2012-05-08 15:03:30 UTC (rev 40853)
@@ -9,7 +9,7 @@
 public class EGitUIActivator extends AbstractUIPlugin {
 
 	// The plug-in ID
-	public static final String PLUGIN_ID = "org.jboss.ide.eclipse.as.egit.internal.ui"; //$NON-NLS-1$
+	public static final String PLUGIN_ID = "org.jboss.tools.openshift.egit.ui"; //$NON-NLS-1$
 
 	// The shared instance
 	private static EGitUIActivator plugin;



More information about the jbosstools-commits mailing list