Author: adietish
Date: 2011-06-08 17:26:36 -0400 (Wed, 08 Jun 2011)
New Revision: 31926
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7JSTPublisher.java
Log:
[JBIDE-9101] only creating a .dodeploy marker on full_publish (was: also on
incremental_publish)
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7JSTPublisher.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7JSTPublisher.java 2011-06-08
21:07:01 UTC (rev 31925)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/v7/JBoss7JSTPublisher.java 2011-06-08
21:26:36 UTC (rev 31926)
@@ -41,8 +41,7 @@
} else {
IStatus s = super.publishModule(method, server, module, publishType, delta, monitor);
if( module.length == 1 &&
- publishType == IJBossServerPublisher.FULL_PUBLISH ||
- publishType == IJBossServerPublisher.INCREMENTAL_PUBLISH) {
+ publishType == IJBossServerPublisher.FULL_PUBLISH) {
// Only mark a doDeploy file for the root module, but this must be delayed,
// becuase we don't know how many children modules will get published here
(SUCK)
markDeployed(method, ds, module, monitor);
Show replies by date