Author: koen.aers(a)jboss.com
Date: 2010-03-03 09:26:39 -0500 (Wed, 03 Mar 2010)
New Revision: 20615
Modified:
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.xml
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ChooseJpdl4RuntimePage.java
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ConfigureJpdl4RuntimePage.java
Log:
JBIDE-5906: Invalid perspectiveExtensions extension point in org.jboss.tools.flow.jpdl4
Modified: branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.xml
===================================================================
---
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.xml 2010-03-03
14:22:11 UTC (rev 20614)
+++
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.xml 2010-03-03
14:26:39 UTC (rev 20615)
@@ -962,13 +962,6 @@
<view
id="org.jboss.tools.flow.jpdl4.details"
minimized="false"
- relationship="stack"
- relative="org.eclipse.mylyn.tasks.ui.views.tasks"
- visible="false">
- </view>
- <view
- id="org.jboss.tools.flow.jpdl4.details"
- minimized="false"
ratio="0.5"
relationship="top"
relative="org.eclipse.ui.views.ContentOutline"
Modified:
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ChooseJpdl4RuntimePage.java
===================================================================
---
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ChooseJpdl4RuntimePage.java 2010-03-03
14:22:11 UTC (rev 20614)
+++
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ChooseJpdl4RuntimePage.java 2010-03-03
14:26:39 UTC (rev 20615)
@@ -21,8 +21,6 @@
*/
package org.jboss.tools.flow.jpdl4.wizard;
-import java.util.Iterator;
-
import org.eclipse.jface.wizard.WizardPage;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
@@ -33,7 +31,6 @@
import org.eclipse.swt.widgets.Combo;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Group;
-import org.jboss.tools.jbpm.preferences.PreferencesManager;
public class ChooseJpdl4RuntimePage extends WizardPage {
Modified:
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ConfigureJpdl4RuntimePage.java
===================================================================
---
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ConfigureJpdl4RuntimePage.java 2010-03-03
14:22:11 UTC (rev 20614)
+++
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.flow.jpdl4/src/org/jboss/tools/flow/jpdl4/wizard/ConfigureJpdl4RuntimePage.java 2010-03-03
14:26:39 UTC (rev 20615)
@@ -22,7 +22,6 @@
package org.jboss.tools.flow.jpdl4.wizard;
import java.io.File;
-import java.net.MalformedURLException;
import org.eclipse.core.runtime.Path;
import org.eclipse.jface.wizard.WizardPage;
@@ -41,7 +40,6 @@
import org.eclipse.swt.widgets.Label;
import org.eclipse.swt.widgets.Link;
import org.eclipse.swt.widgets.Text;
-import org.w3c.dom.Document;
public class ConfigureJpdl4RuntimePage extends WizardPage {
Show replies by date