You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/04/04 22:46:16 UTC

svn commit: r391407 - /geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin/src/main/java/org/apache/emf/plugin/LaunchOSGIMojo.java

Author: sppatel
Date: Tue Apr  4 13:46:15 2006
New Revision: 391407

URL: http://svn.apache.org/viewcvs?rev=391407&view=rev
Log: (empty)

Modified:
    geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin/src/main/java/org/apache/emf/plugin/LaunchOSGIMojo.java

Modified: geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin/src/main/java/org/apache/emf/plugin/LaunchOSGIMojo.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin/src/main/java/org/apache/emf/plugin/LaunchOSGIMojo.java?rev=391407&r1=391406&r2=391407&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin/src/main/java/org/apache/emf/plugin/LaunchOSGIMojo.java (original)
+++ geronimo/devtools/eclipse-plugin/trunk/maven-plugins/maven-emf-plugin/src/main/java/org/apache/emf/plugin/LaunchOSGIMojo.java Tue Apr  4 13:46:15 2006
@@ -179,7 +179,7 @@
 	}
 
 	private boolean keepFrameworkAlive() {
-		return getCurrentExecution() <= getTotalExecutions();
+		return getCurrentExecution() < getTotalExecutions();
 	}
 
 	private int getCurrentExecution() {