[jbosstools-commits] JBoss Tools SVN: r35374 - trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 5 10:16:12 EDT 2011


Author: adietish
Date: 2011-10-05 10:16:11 -0400 (Wed, 05 Oct 2011)
New Revision: 35374

Modified:
   trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core/plugin.xml
Log:
[JBIDE-9845] corrected publishing method

Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core/plugin.xml	2011-10-05 14:14:01 UTC (rev 35373)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core/plugin.xml	2011-10-05 14:16:11 UTC (rev 35374)
@@ -36,7 +36,7 @@
       <behaviour
             behaviourDelegate="org.jboss.ide.eclipse.as.egit.core.EgitBehaviourDelegate"
             name="%EGitMethodName"
-            publishMethod="org.jboss.ide.eclipse.as.rse.core.RSEPublishMethod"
+            publishMethod="org.jboss.ide.eclipse.as.egit.core.EgitPublishMethod"
             serverTypes="%ServerTypesJBoss7"
             typeId="egit">
       </behaviour>



More information about the jbosstools-commits mailing list