Author: snjeza
Date: 2011-10-03 17:06:36 -0400 (Mon, 03 Oct 2011)
New Revision: 35300
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/src/org/jboss/tools/project/examples/cheatsheet/actions/LaunchJUnitTest.java
Log:
JBIDE-9368 Dashboard(s) for easy news aggregation, twitter and easy additional/3rd party
plugin installation and project template/creation
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/src/org/jboss/tools/project/examples/cheatsheet/actions/LaunchJUnitTest.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/src/org/jboss/tools/project/examples/cheatsheet/actions/LaunchJUnitTest.java 2011-10-03
20:23:54 UTC (rev 35299)
+++
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/src/org/jboss/tools/project/examples/cheatsheet/actions/LaunchJUnitTest.java 2011-10-03
21:06:36 UTC (rev 35300)
@@ -50,7 +50,7 @@
if (projectNode != null) {
String activeProfiles = projectNode.get(ACTIVE_PROFILES, null);
if (!params[1].equals(activeProfiles)) {
- projectNode.put(ACTIVE_PROFILES, activeProfiles);
+ projectNode.put(ACTIVE_PROFILES, params[1]);
try {
projectNode.flush();
} catch (BackingStoreException e) {
Show replies by date