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.