Author: dgolovin
Date: 2007-09-17 17:00:59 -0400 (Mon, 17 Sep 2007)
New Revision: 3664
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/project/facet/SeamRuntimeManager.java
Log:
fix JUnit tests errors
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/project/facet/SeamRuntimeManager.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/project/facet/SeamRuntimeManager.java 2007-09-17
19:29:22 UTC (rev 3663)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/project/facet/SeamRuntimeManager.java 2007-09-17
21:00:59 UTC (rev 3664)
@@ -88,11 +88,10 @@
* @param runtime
*/
public void addRuntime(SeamRuntime runtime) {
- runtimes.put(runtime.getName(),runtime);
if(getDefaultRuntime()!=null && runtime.isDefault()) {
getDefaultRuntime().setDefault(false);
}
-
+ runtimes.put(runtime.getName(),runtime);
save();
}
Show replies by date