[jbosstools-commits] JBoss Tools SVN: r41650 - trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 1 19:32:07 EDT 2012


Author: bbrodt
Date: 2012-06-01 19:32:06 -0400 (Fri, 01 Jun 2012)
New Revision: 41650

Modified:
   trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/JBTBPELPublisher.java
Log:
https://issues.jboss.org/browse/JBIDE-11928 - reverted the previous commit so that behavior is the same as before.

Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/JBTBPELPublisher.java
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/JBTBPELPublisher.java	2012-06-01 23:31:01 UTC (rev 41649)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/JBTBPELPublisher.java	2012-06-01 23:32:06 UTC (rev 41650)
@@ -99,9 +99,8 @@
         	status = publish(module, delta, publishType, monitor);
         	publishState = IServer.PUBLISH_STATE_NONE;
         } else if( publishType == INCREMENTAL_PUBLISH ) {
-        	// Incremental is treated like Full Publish
-        	status = publish(module, delta, publishType, monitor);
-        	publishState = IServer.PUBLISH_STATE_NONE;
+        	// Do nothing. This is intentional
+        	publishState = IServer.PUBLISH_STATE_INCREMENTAL;
         }
         // https://issues.jboss.org/browse/JBDS-1573
         // hack: display a warning dialog.



More information about the jbosstools-commits mailing list