[jbosstools-commits] JBoss Tools SVN: r24302 - 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
Thu Aug 19 12:36:03 EDT 2010


Author: bbrodt
Date: 2010-08-19 12:36:02 -0400 (Thu, 19 Aug 2010)
New Revision: 24302

Modified:
   trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/JBTBPELPublisher.java
Log:
https://jira.jboss.org/browse/JBIDE-6879
quick fix

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	2010-08-19 15:43:17 UTC (rev 24301)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/src/org/jboss/tools/bpel/runtimes/module/JBTBPELPublisher.java	2010-08-19 16:36:02 UTC (rev 24302)
@@ -117,7 +117,7 @@
 		} else {
 			LocalCopyCallback handler = new LocalCopyCallback(server, deployPath, tempDeployPath);
 			PublishCopyUtil util = new PublishCopyUtil(handler);
-			resultList.addAll(Arrays.asList(util.publishFull(members, monitor)));
+			resultList.addAll(Arrays.asList(util.initFullPublish(members, monitor)));
 		}
 		addDeployedPathToDescriptor(server, last.getProject(), deployPath); // persist it
 		pruneList(resultList);



More information about the jbosstools-commits mailing list