JBoss Tools SVN: r19436 - trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-12-17 13:13:01 -0500 (Thu, 17 Dec 2009)
New Revision: 19436
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-5472
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 17:59:45 UTC (rev 19435)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 18:13:01 UTC (rev 19436)
@@ -1861,7 +1861,14 @@
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute PROPERTIES="category=general;save=always;pre=true"
- name="resource config" xmlname="resource-config"/>
+ name="resource config" xmlname="resource-config">
+ <Constraint loader="Tree">
+ <value name="ESBResourceTree"/>
+ <value name="extensions=xml"/>
+ <value name="linkAction=OpenConfig"/>
+ </Constraint>
+ <Editor name="TreeChooser"/>
+ </XModelAttribute>
<XModelAttribute PROPERTIES="category=advanced;pre=true" name="from" xmlname="from"/>
<XModelAttribute PROPERTIES="category=advanced;pre=true"
name="from type" xmlname="from-type"/>
@@ -1876,6 +1883,11 @@
</XModelAttribute>
</XModelAttributes>
<XActionItem kind="list">
+ <XActionItem
+ HandlerClassName="org.jboss.tools.esb.core.model.handlers.OpenESBResourceHandler"
+ ICON="action.empty"
+ PROPERTIES="actionpath=Open;attribute=resource config"
+ displayName="Open Config" kind="action" name="OpenConfig"/>
<XActionItem kind="list" name="CreateActions"/>
<XActionItemReference entity="ESBProperty" name="CopyActions"/>
<XActionItemReference entity="ESBProperty" name="DeleteActions"/>
15 years
JBoss Tools SVN: r19435 - trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-12-17 12:59:45 -0500 (Thu, 17 Dec 2009)
New Revision: 19435
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml
Log:
JBIDE-5503 - missing $ all over the place
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml 2009-12-17 17:57:44 UTC (rev 19434)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml 2009-12-17 17:59:45 UTC (rev 19435)
@@ -34,37 +34,37 @@
point="org.jboss.ide.eclipse.as.wtp.ui.referenceWizardFragment">
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.ProjectReferenceWizardFragment"
- icon="icons/prj_obj.gif"
+ icon="$nl$/icons/prj_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.newProjectReference"
name="Project">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.JarReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.jarReference"
name="Jar">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.ExternalJarReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.externalJarReference"
name="External Jar">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.VariableReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.variableReference"
name="Variable">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.OutputFolderReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.mappedOutputFoldersReference"
name="Mapped Output Folders">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.ExportedClasspathFoldersReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.ExportedClasspathFoldersReference"
name="Build Path Class Folders">
</referenceFragment>
@@ -77,7 +77,7 @@
<wizard
category="org.eclipse.jst.j2ee.internal"
class="org.jboss.ide.eclipse.as.wtp.ui.wizards.export.ProjectModuleExportWizard"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.wizards.export.ProjectModuleExportWizard"
name="Module Archive">
<description>
15 years
JBoss Tools SVN: r19434 - trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-12-17 12:57:44 -0500 (Thu, 17 Dec 2009)
New Revision: 19434
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-5472
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 17:56:59 UTC (rev 19433)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 17:57:44 UTC (rev 19434)
@@ -2946,6 +2946,15 @@
</XActionItem>
<XActionItem HandlerClassName="%Create%" ICON="action.empty"
PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Message Persister..." kind="action" name="AddMessagePersister">
+ <EntityData EntityName="ESBPreActionMessagePersister101">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="classification" Mandatory="no"/>
+ <AttributeData AttributeName="message store class" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
displayName="Object To CSV String..." kind="action" name="AddObjectToCSVString">
<EntityData EntityName="ESBPreActionObjectToCSVString101">
<AttributeData AttributeName="name"/>
@@ -2987,15 +2996,6 @@
</XActionItem>
<XActionItem HandlerClassName="%Create%" ICON="action.empty"
PROPERTIES="validator.add=true" WizardClassName="%Default%"
- displayName="Message Persister..." kind="action" name="AddMessagePersister">
- <EntityData EntityName="ESBPreActionMessagePersister101">
- <AttributeData AttributeName="name"/>
- <AttributeData AttributeName="classification" Mandatory="no"/>
- <AttributeData AttributeName="message store class" Mandatory="no"/>
- </EntityData>
- </XActionItem>
- <XActionItem HandlerClassName="%Create%" ICON="action.empty"
- PROPERTIES="validator.add=true" WizardClassName="%Default%"
displayName="XStream To Object..." kind="action" name="AddXStreamToObject">
<EntityData EntityName="ESBPreActionXStreamToObject101">
<AttributeData AttributeName="name"/>
@@ -3131,7 +3131,15 @@
kind="list" name="CreateActions">
<XActionItem displayName="Add Pre-Packed Action" kind="list" name="PrePackedAction">
<XActionItemReference entity="ESBActions101" name="AddObjectInvoke"/>
- <XActionItemReference entity="ESBActions101" name="Converters"/>
+ <XActionItem displayName="Converters" kind="list" name="Converters">
+ <XActionItemReference entity="ESBActions101" name="AddByteArrayToString"/>
+ <XActionItemReference entity="ESBActions101" name="AddLongToDate"/>
+ <XActionItemReference entity="ESBActions101" name="AddMessagePersister"/>
+ <XActionItemReference entity="ESBActions101" name="AddObjectToCSVString"/>
+ <XActionItemReference entity="ESBActions101" name="AddObjectToXStream"/>
+ <XActionItemReference entity="ESBActions101" name="AddSmooksAction"/>
+ <XActionItemReference entity="ESBActions101" name="AddXStreamToObject"/>
+ </XActionItem>
<XActionItemReference entity="ESBActions101" name="AddCommandInterpreter"/>
<XActionItemReference entity="ESBActions101" name="AddGroovyProcessor"/>
<XActionItemReference entity="ESBActions101" name="Routers"/>
@@ -3185,10 +3193,6 @@
<XActionItem displayName="Converters" group="1" kind="list" name="Converters">
<XActionItemReference entity="ESBActions101" name="AddByteArrayToString"/>
<XActionItemReference entity="ESBActions101" name="AddLongToDate"/>
- <XActionItemReference entity="ESBActions101" name="AddObjectToCSVString"/>
- <XActionItemReference entity="ESBActions101" name="AddObjectToXStream"/>
- <XActionItemReference entity="ESBActions101" name="AddSmooksAction"/>
- <XActionItemReference entity="ESBActions101" name="AddSmooksTransformer"/>
<XActionItem HandlerClassName="%Create%" ICON="action.empty"
PROPERTIES="validator.add=true" WizardClassName="%Default%"
displayName="Message Persister..." kind="action" name="AddMessagePersister">
@@ -3199,6 +3203,9 @@
<AttributeData AttributeName="terminal" Mandatory="no"/>
</EntityData>
</XActionItem>
+ <XActionItemReference entity="ESBActions101" name="AddObjectToCSVString"/>
+ <XActionItemReference entity="ESBActions101" name="AddObjectToXStream"/>
+ <XActionItemReference entity="ESBActions101" name="AddSmooksAction"/>
<XActionItemReference entity="ESBActions101" name="AddXStreamToObject"/>
<XActionItem HandlerClassName="%Create%" ICON="action.empty"
PROPERTIES="validator.add=true" WizardClassName="%Default%"
15 years
JBoss Tools SVN: r19433 - branches/jbosstools-3.1.0.RC1/as/plugins/org.jboss.ide.eclipse.as.wtp.ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-12-17 12:56:59 -0500 (Thu, 17 Dec 2009)
New Revision: 19433
Modified:
branches/jbosstools-3.1.0.RC1/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml
Log:
JBIDE-5503 - missing $nl$
Modified: branches/jbosstools-3.1.0.RC1/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml
===================================================================
--- branches/jbosstools-3.1.0.RC1/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml 2009-12-17 17:45:30 UTC (rev 19432)
+++ branches/jbosstools-3.1.0.RC1/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/plugin.xml 2009-12-17 17:56:59 UTC (rev 19433)
@@ -33,37 +33,37 @@
point="org.jboss.ide.eclipse.as.wtp.ui.referenceWizardFragment">
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.ProjectReferenceWizardFragment"
- icon="icons/prj_obj.gif"
+ icon="$nl$/icons/prj_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.newProjectReference"
name="Project">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.JarReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.jarReference"
name="Jar">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.ExternalJarReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.externalJarReference"
name="External Jar">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.VariableReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.variableReference"
name="Variable">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.OutputFolderReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.mappedOutputFoldersReference"
name="Mapped Output Folders">
</referenceFragment>
<referenceFragment
class="org.jboss.ide.eclipse.as.wtp.ui.propertypage.ExportedClasspathFoldersReferenceWizardFragment"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.ExportedClasspathFoldersReference"
name="Build Path Class Folders">
</referenceFragment>
@@ -76,7 +76,7 @@
<wizard
category="org.eclipse.jst.j2ee.internal"
class="org.jboss.ide.eclipse.as.wtp.ui.wizards.export.ProjectModuleExportWizard"
- icon="icons/jar_obj.gif"
+ icon="$nl$/icons/jar_obj.gif"
id="org.jboss.ide.eclipse.as.wtp.ui.wizards.export.ProjectModuleExportWizard"
name="Module Archive">
<description>
15 years
JBoss Tools SVN: r19432 - trunk/esb/plugins/org.jboss.tools.esb.core/resources/help.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-12-17 12:45:30 -0500 (Thu, 17 Dec 2009)
New Revision: 19432
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-5490
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2009-12-17 17:38:21 UTC (rev 19431)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/help/keys-esb-attrs.properties 2009-12-17 17:45:30 UTC (rev 19432)
@@ -1,7 +1,7 @@
ESB.element_type=Element Type
ESB.name=Name
ESB.class=Class
-ESB.timeout_in_millies=Timeout in Millies
+ESB.timeout_in_millies=Timeout (Milliseconds)
ESB.process=Process
ESB.encoding=Encoding
ESB.rule_set=Rule Set
15 years
JBoss Tools SVN: r19431 - trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-12-17 12:38:21 -0500 (Thu, 17 Dec 2009)
New Revision: 19431
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-5491
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 17:33:46 UTC (rev 19430)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 17:38:21 UTC (rev 19431)
@@ -1544,7 +1544,8 @@
</ICONS>
</XEntityRenderer>
<XModelAttributes>
- <XModelAttribute default="SOAP client action" loader="ElementType" name="element type">
+ <XModelAttribute default="SOAP wize client action"
+ loader="ElementType" name="element type">
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute PROPERTIES="category=general;id=true;save=always"
15 years
JBoss Tools SVN: r19430 - trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-12-17 12:33:46 -0500 (Thu, 17 Dec 2009)
New Revision: 19430
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5492
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java 2009-12-17 17:11:49 UTC (rev 19429)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java 2009-12-17 17:33:46 UTC (rev 19430)
@@ -133,7 +133,7 @@
}
});
// by default
- getLabelAction().setEnabled(Boolean.FALSE.booleanValue());
+// getLabelAction().setEnabled(Boolean.FALSE.booleanValue());
} else {
style = getSettings().getStyle("Label.Style"); //$NON-NLS-1$
if (style==SWT.DEFAULT) style = SWT.NONE;
@@ -289,7 +289,7 @@
String value = valueProvider.getStringValue(Boolean.TRUE.booleanValue());
getTextField().setText(value);
if (getLabelAction()!=null) {
- getLabelAction().setEnabled((value!=null && value.length()>0));
+ getLabelAction().setEnabled((value!=null/* && value.length()>0*/));
}
}
15 years
JBoss Tools SVN: r19429 - trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-12-17 12:11:49 -0500 (Thu, 17 Dec 2009)
New Revision: 19429
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
Log:
https://jira.jboss.org/jira/browse/JBIDE-5493
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 16:57:00 UTC (rev 19428)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/resources/meta/esb-actions.meta 2009-12-17 17:11:49 UTC (rev 19429)
@@ -3395,6 +3395,7 @@
PROPERTIES="validator.add=true" WizardClassName="%Default%"
displayName="Schema Validation..." kind="action" name="AddSchemaValidation">
<EntityData EntityName="ESBPreActionSchemaValidator120">
+ <AttributeData AttributeName="name"/>
<AttributeData AttributeName="schema"/>
<AttributeData AttributeName="schema language" Mandatory="no"/>
</EntityData>
15 years
JBoss Tools SVN: r19428 - in trunk: jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2009-12-17 11:57:00 -0500 (Thu, 17 Dec 2009)
New Revision: 19428
Added:
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/ContextMenuHelper.java
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/ViewType.java
Log:
Some logic moved to common org.jboss.tools.iu.bot.ext plugin
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java 2009-12-17 16:53:58 UTC (rev 19427)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/smoke/AddRemoveJSFCapabilitiesTest.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -19,7 +19,7 @@
import org.eclipse.swtbot.swt.finder.widgets.SWTBotTree;
import org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem;
import org.jboss.tools.jsf.ui.bot.test.JSFAutoTestCase;
-import org.jboss.tools.ui.bot.ext.SWTEclipseExt;
+import org.jboss.tools.ui.bot.ext.SWTJBTExt;
import org.jboss.tools.ui.bot.ext.SWTUtilExt;
import org.jboss.tools.ui.bot.ext.helper.ContextMenuHelper;
import org.jboss.tools.ui.bot.ext.helper.WidgetFinderHelper;
@@ -37,7 +37,7 @@
private MenuItem miRunOnServer = null;
public void testAddRemoveJSFCapabilities() {
- boolean jbdsIsRunning = SWTEclipseExt.isJBDSRun(bot);
+ boolean jbdsIsRunning = SWTJBTExt.isJBDSRun(bot);
removeJSFCapabilities(jbdsIsRunning);
addJSFCapabilities();
// Test add/remove JSF capabilities after project is closed and reopened
@@ -47,7 +47,6 @@
// Test import of deleted JSF project
deleteJsfProject();
importJsfProject();
-
}
/**
* Import existing JSF Project to Workspace
@@ -84,13 +83,7 @@
String asStartingJob = IDELabel.ServerJobName.STARTING_JBOSS_EAP;
String asStoppingJob = IDELabel.ServerJobName.STOPPING_JBOSS_EAP;
// Check if there is defined Application Server if not create one
- boolean isServerDefined = false;
- try{
- bot.label(IDELabel.ImportJSFProjectDialog.CHOICE_LIST_IS_EMPTY);
- } catch (WidgetNotFoundException wnfe){
- isServerDefined = true;
- }
- if (!isServerDefined){
+ if (!SWTJBTExt.isServerDefinedInWebWizardPage(bot)){
// Specify Application Server for Deployment
bot.button(WidgetVariables.NEW_BUTTON, 1).click();
bot.shell("New Server").activate();
@@ -109,16 +102,7 @@
waitForBlockingJobsAcomplished(BUILDING_WS);
// Start Application Server
- openServerView();
- SWTBot servers = bot.viewByTitle(WidgetVariables.SERVERS)
- .bot();
- SWTBotTree serverTree = servers.tree();
-
- ContextMenuHelper.prepareTreeItemForContextMenu(serverTree);
-
- new SWTBotMenu(ContextMenuHelper.getContextMenu(serverTree,
- "Start", false)).click();
- waitForBlockingJobsAcomplished(45*1000L,asStartingJob);
+ SWTJBTExt.startApplicationServer(bot, 0);
// Run it on server
openPackageExplorer();
SWTBot packageExplorer = bot.viewByTitle(WidgetVariables.PACKAGE_EXPLORER)
@@ -174,20 +158,8 @@
assertTrue("Displayed HTML page has wrong content",
browserText.indexOf("<TITLE>Input User Name Page</TITLE>") > - 1);
// Stop Application Server and remove Application Server from Server View
- openServerView();
-
- ContextMenuHelper.prepareTreeItemForContextMenu(serverTree);
-
- new SWTBotMenu(ContextMenuHelper.getContextMenu(serverTree,
- "Stop", false)).click();
-
- waitForBlockingJobsAcomplished(10*1000L , asStoppingJob);
-
- new SWTBotMenu(ContextMenuHelper.getContextMenu(serverTree,
- "Delete", false)).click();
- bot.shell("Delete Server").activate();
- bot.button(WidgetVariables.OK_BUTTON).click();
-
+ SWTJBTExt.stopApplicationServer(bot, 0);
+ SWTJBTExt.deleteApplicationServer(bot, 0);
setException(null);
}
else{
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java 2009-12-17 16:53:58 UTC (rev 19427)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -23,7 +23,6 @@
import org.eclipse.swtbot.eclipse.finder.waits.Conditions;
import org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor;
import org.eclipse.swtbot.swt.finder.SWTBot;
-import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException;
import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell;
import org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem;
import org.hamcrest.Matcher;
@@ -35,19 +34,31 @@
import org.jboss.tools.ui.bot.ext.types.ViewType;
/**
- * Provieds Eclipse common operation based on SWTBot element operations
+ * Provides Eclipse common operation based on SWTBot element operations
* @author jpeterka
*
*/
public class SWTEclipseExt {
- SWTWorkbenchBot bot;
- SWTUtilExt util;
- Logger log = Logger.getLogger(SWTEclipseExt.class);
+ private SWTWorkbenchBot bot;
+ private SWTUtilExt swtUtilExt;
+ private Logger log = Logger.getLogger(SWTEclipseExt.class);
- public SWTEclipseExt(SWTWorkbenchBot bot) {
+ public SWTWorkbenchBot getBot() {
+ return bot;
+ }
+
+ public SWTUtilExt getSwtUtilExt() {
+ return swtUtilExt;
+ }
+
+ public Logger getLog() {
+ return log;
+ }
+
+ public SWTEclipseExt(SWTWorkbenchBot bot) {
this.bot = bot;
- util = new SWTUtilExt(bot);
+ swtUtilExt = new SWTUtilExt(bot);
}
// ------------------------------------------------------------
@@ -124,7 +135,7 @@
// Wait for shell closing JavaProjectWizard
waitForClosedShell(IDELabel.Shell.NEW_JAVA_PROJECT);
- util.waitForNonIgnoredJobs();
+ swtUtilExt.waitForNonIgnoredJobs();
}
// ------------------------------------------------------------
@@ -143,7 +154,7 @@
bot.button(IDELabel.Button.FINISH).click();
waitForClosedShell(IDELabel.Shell.NEW_JAVA_CLASS);
- util.waitForNonIgnoredJobs();
+ swtUtilExt.waitForNonIgnoredJobs();
}
/**
@@ -270,8 +281,8 @@
* @param path
*/
public void assertSameContent(String pluginId, String projectName, String... path) {
- File file = util.getResourceFile(pluginId, path);
- String resourceContent = util.readTextFile(file);
+ File file = swtUtilExt.getResourceFile(pluginId, path);
+ String resourceContent = swtUtilExt.readTextFile(file);
openAsText(projectName, path);
SWTBotEclipseEditor editor = bot.editorByTitle(path[path.length - 1]).toTextEditor();
@@ -307,36 +318,11 @@
SWTBotEclipseEditor editor;
editor = bot.editorByTitle(path[path.length - 1]).toTextEditor();
editor.selectRange(0, 0, editor.getLineCount());
- File file = util.getResourceFile(pluginId, path);
- String content = util.readTextFile(file);
+ File file = swtUtilExt.getResourceFile(pluginId, path);
+ String content = swtUtilExt.readTextFile(file);
editor.setText(content);
if (save)
editor.save();
}
- /**
- * Check if JBoss Developer Studio Is Running
- * Dynamic version of isJBDSRun Method
- * @return
- */
- public boolean isJBDSRun (){
- return SWTEclipseExt.isJBDSRun(bot);
- }
- /**
- * Check if JBoss Developer Studio Is Running
- * @param bot
- * @return
- */
- public static boolean isJBDSRun (SWTWorkbenchBot bot){
- boolean jbdsIsRunning = false;
- try{
- bot.menu(IDELabel.Menu.HELP).menu(IDELabel.Menu.ABOUT_JBOSS_DEVELOPER_STUDIO);
- jbdsIsRunning = true;
- }catch (WidgetNotFoundException wnfe){
- // do nothing
- }
-
- return jbdsIsRunning;
-
- }
}
Added: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java (rev 0)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -0,0 +1,153 @@
+ /*******************************************************************************
+ * Copyright (c) 2007-2009 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+package org.jboss.tools.ui.bot.ext;
+
+import org.apache.log4j.Logger;
+import org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot;
+import org.eclipse.swtbot.swt.finder.SWTBot;
+import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException;
+import org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu;
+import org.eclipse.swtbot.swt.finder.widgets.SWTBotTree;
+import org.jboss.tools.ui.bot.ext.helper.ContextMenuHelper;
+import org.jboss.tools.ui.bot.ext.types.IDELabel;
+import org.jboss.tools.ui.bot.ext.types.ViewType;
+/**
+ * Provides JBoss Tools common operations based on SWTBot element operations
+ * @author Vladimir Pakan
+ *
+ */
+public class SWTJBTExt {
+
+ SWTWorkbenchBot bot;
+ Logger log = Logger.getLogger(SWTJBTExt.class);
+
+ public SWTJBTExt(SWTWorkbenchBot bot) {
+ this.bot = bot;
+ }
+
+ /**
+ * Check if JBoss Developer Studio Is Running
+ * Dynamic version of isJBDSRun Method
+ * @return
+ */
+ public boolean isJBDSRun (){
+ return SWTJBTExt.isJBDSRun(bot);
+ }
+ /**
+ * Check if JBoss Developer Studio Is Running
+ * @param bot
+ * @return
+ */
+ public static boolean isJBDSRun (SWTWorkbenchBot bot){
+ boolean jbdsIsRunning = false;
+ try{
+ bot.menu(IDELabel.Menu.HELP).menu(IDELabel.Menu.ABOUT_JBOSS_DEVELOPER_STUDIO);
+ jbdsIsRunning = true;
+ }catch (WidgetNotFoundException wnfe){
+ // do nothing
+ }
+
+ return jbdsIsRunning;
+
+ }
+ /**
+ * Returns true when in Web Page of Wizard is defined at least one Server Runtime Instance
+ * @param bot
+ * @return
+ */
+ public static boolean isServerDefinedInWebWizardPage(SWTWorkbenchBot bot){
+ boolean isServerDefined = false;
+ try{
+ bot.label(IDELabel.ImportJSFProjectDialog.CHOICE_LIST_IS_EMPTY);
+ } catch (WidgetNotFoundException wnfe){
+ isServerDefined = true;
+ }
+ return isServerDefined;
+ }
+ /**
+ * Return true when in Web Page of Wizard is defined at least one Server Runtime Instance
+ * Dynamic version of isServerDefinedInWebWizardPage
+ * @return
+ */
+ public boolean isServerDefinedInWebWizardPage(){
+ return SWTJBTExt.isServerDefinedInWebWizardPage(bot);
+ }
+ /**
+ * Starts Application Server in Server View on position specified by index
+ * Dynamic version of startApplicationServer
+ * @param index - zero based Position of Server within Server Tree
+ */
+ public void startApplicationServer(int index){
+ SWTJBTExt.startApplicationServer(bot, index);
+ }
+ /**
+ * Starts Application Server in Server View on position specified by index
+ * @param bot
+ * @param index - zero based Position of Server within Server Tree
+ */
+ public static void startApplicationServer(SWTWorkbenchBot bot , int index){
+ SWTJBTExt.chooseServerPopupMenu(bot,index, IDELabel.Menu.START,45*1000L);
+ }
+ /**
+ * Stops Application Server in Server View on position specified by index
+ * Dynamic version of stopApplicationServer
+ * @param index - zero based Position of Server within Server Tree
+ */
+ public void stopApplicationServer(int index){
+ SWTJBTExt.stopApplicationServer(bot, index);
+ }
+ /**
+ * Stops Application Server in Server View on position specified by index
+ * @param bot
+ * @param index - zero based Position of Server within Server Tree
+ */
+ public static void stopApplicationServer(SWTWorkbenchBot bot , int index){
+ SWTJBTExt.chooseServerPopupMenu(bot,index, IDELabel.Menu.STOP,10*1000L);
+ }
+ /**
+ * Choose Server Popup Menu with specified label on Server with position specified by index
+ * @param bot
+ * @param index
+ * @param menuLabel
+ * @param timeOut
+ */
+ public static void chooseServerPopupMenu(SWTWorkbenchBot bot , int index, String menuLabel, long timeOut){
+ SWTEclipseExt swtEclipseExt = new SWTEclipseExt(bot);
+ SWTBot servers = swtEclipseExt.showView(ViewType.SERVERS);
+ SWTBotTree serverTree = servers.tree();
+
+ ContextMenuHelper.prepareTreeItemForContextMenu(serverTree, index);
+
+ new SWTBotMenu(ContextMenuHelper.getContextMenu(serverTree,
+ menuLabel, false)).click();
+ swtEclipseExt.getSwtUtilExt().waitForAll(timeOut);
+
+ }
+ /**
+ * Deletes Application Server in Server View on position specified by index
+ * Dynamic version of deleteApplicationServer
+ * @param index - zero based Position of Server within Server Tree
+ */
+ public void deleteApplicationServer(int index){
+ SWTJBTExt.deleteApplicationServer(bot, index);
+ }
+ /**
+ * Deletes Application Server in Server View on position specified by index
+ * @param bot
+ * @param index - zero based Position of Server within Server Tree
+ */
+ public static void deleteApplicationServer(SWTWorkbenchBot bot , int index){
+ SWTJBTExt.chooseServerPopupMenu(bot,index, IDELabel.Menu.DELETE,10*1000L);
+ bot.shell(IDELabel.Shell.DELETE_SERVER).activate();
+ bot.button(IDELabel.Button.OK).click();
+ }
+}
Property changes on: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTJBTExt.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java 2009-12-17 16:53:58 UTC (rev 19427)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTUtilExt.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -63,23 +63,37 @@
/**
* Wait for all running jobs not named in JobList.ignoredJobs
+ * @param timeOut
*/
- public void waitForNonIgnoredJobs() {
- waitForAllExcept(JobLists.ignoredJobs);
+ public void waitForNonIgnoredJobs(long timeOut) {
+ waitForAllExcept(timeOut,JobLists.ignoredJobs);
}
+ /**
+ * Wait for all running jobs not named in JobList.ignoredJobs
+ */
+ public void waitForNonIgnoredJobs() {
+ waitForAllExcept(TIMEOUT,JobLists.ignoredJobs);
+ }
/**
* Wait for all running jobs
*/
- public void waitForAll() {
- waitForAllExcept(new String[0]);
+ public void waitForAll(long timeOut) {
+ waitForAllExcept(timeOut,new String[0]);
}
-
+ /**
+ * Wait for all running jobs
+ * @param timeOut
+ */
+ public void waitForAll() {
+ waitForAllExcept(TIMEOUT,new String[0]);
+ }
/**
* Wait for all running jobs except named jobs
+ * @param timeOut
* @param jobNames
*/
- public void waitForAllExcept(String... jobNames) {
+ public void waitForAllExcept(long timeOut,String... jobNames) {
// Find all jobs
Job[] jobs = Job.getJobManager().find(null);
@@ -101,7 +115,7 @@
names[i] = listNames.get(i);
}
- waitForJobs(names);
+ waitForJobs(timeOut,names);
}
/**
@@ -142,8 +156,9 @@
}
long waitTime = System.currentTimeMillis() - startTime;
- if ((System.currentTimeMillis() - startTime) > TIMEOUT) {
- log.info("Waiting for job " + jobName + " TIMEOUT");
+ if ((System.currentTimeMillis() - startTime) > timeOut) {
+ log.info("Waiting for job " + jobName + " timeOut "
+ + timeOut + "s");
break;
}
log.info("Job \"" + jobName + "\" is running for " + waitTime
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/ContextMenuHelper.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/ContextMenuHelper.java 2009-12-17 16:53:58 UTC (rev 19427)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/helper/ContextMenuHelper.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -152,4 +152,18 @@
}
}
+ /**
+ * Executes proper steps to be able call getContextMenu on Tree Item within tree on specified position
+ * @param tree
+ * @param index - zero based index of Tree Item to be selected
+ */
+ public static void prepareTreeItemForContextMenu(SWTBotTree tree, int index){
+
+ tree.setFocus();
+ SWTBotTreeItem[] treeItems = tree.getAllItems();
+ if (treeItems.length > 0){
+ ContextMenuHelper.prepareTreeItemForContextMenu(tree,treeItems[index]);
+ }
+
+ }
}
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java 2009-12-17 16:53:58 UTC (rev 19427)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/IDELabel.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -52,6 +52,8 @@
public static final String DELETE = "Delete";
public static final String JBDS_REMOVE_JSF_CAPABILITIES = "Remove Red Hat Capabilities";
public static final String JBT_REMOVE_JSF_CAPABILITIES = "Remove JSF Capabilities";
+ public static final String START = "Start";
+ public static final String STOP = "Stop";
}
@@ -83,6 +85,7 @@
public static final String NEW_XHTML_FILE = "New File XHTML";
public static final String IMPORT_JSF_PROJECT = "Import JSF Project";
public static final String IMPORT = "Import";
+ public static final String DELETE_SERVER = "Delete Server";
}
public class EntityGroup {
@@ -121,12 +124,14 @@
public static final String PROJECT_EXPLORER = "Project Explorer";
public static final String PACKAGE_EXPLORER = "Package Explorer";
public static final String DATA_SOURCE_EXPLORER = "Data Source Explorer";
+ public static final String SERVERS = "Servers";
}
public class ViewGroup {
public static final String GENERAL = "General";
public static final String JAVA = "Java";
public static final String DATA_MANAGEMENT = "Data Management";
+ public static final String SERVER = "Server";
}
public class SelectPerspectiveDialog {
@@ -228,7 +233,7 @@
public static final class ServerJobName {
- public static final String STARTING_JBOSS_EAP_43_RUNTIME = "Starting JBoss EAP 4.3 Runtime Serve";
+ public static final String STARTING_JBOSS_EAP_43_RUNTIME = "Starting JBoss EAP 4.3 Runtime Server";
public static final String STOPPING_JBOSS_EAP_43_RUNTIME = "Stoppig JBoss EAP 4.3 Runtime Server";
public static final String STARTING_JBOSS_EAP = "Starting jboss-eap";
public static final String STOPPING_JBOSS_EAP = "Stopping jboss-eap";
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/ViewType.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/ViewType.java 2009-12-17 16:53:58 UTC (rev 19427)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/types/ViewType.java 2009-12-17 16:57:00 UTC (rev 19428)
@@ -18,7 +18,7 @@
*
*/
public enum ViewType {
- PACKAGE_EXPLORER, PROJECT_EXPLORER, WELCOME, DATA_SOURCE_EXPLORER;
+ PACKAGE_EXPLORER, PROJECT_EXPLORER, WELCOME, DATA_SOURCE_EXPLORER,SERVERS;
public String getGroupLabel() {
@@ -27,6 +27,7 @@
case PROJECT_EXPLORER: viewLabel = IDELabel.ViewGroup.GENERAL; break;
case PACKAGE_EXPLORER: viewLabel = IDELabel.ViewGroup.JAVA; break;
case DATA_SOURCE_EXPLORER: viewLabel = IDELabel.ViewGroup.DATA_MANAGEMENT; break;
+ case SERVERS: viewLabel = IDELabel.ViewGroup.SERVER; break;
default: fail("Unknown View Type");
}
return viewLabel;
@@ -38,6 +39,7 @@
case PROJECT_EXPLORER: viewLabel = IDELabel.View.PROJECT_EXPLORER; break;
case PACKAGE_EXPLORER: viewLabel = IDELabel.View.PACKAGE_EXPLORER; break;
case DATA_SOURCE_EXPLORER: viewLabel = IDELabel.View.DATA_SOURCE_EXPLORER; break;
+ case SERVERS: viewLabel = IDELabel.View.SERVERS; break;
default: fail("Unknown View Type");
}
return viewLabel;
15 years
JBoss Tools SVN: r19427 - in trunk: jst/tests/org.jboss.tools.jst.ui.bot.test/META-INF and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2009-12-17 11:53:58 -0500 (Thu, 17 Dec 2009)
New Revision: 19427
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/META-INF/MANIFEST.MF
trunk/jst/tests/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/META-INF/MANIFEST.MF
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
Log:
Fix Provider Name and Plugin Name.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:24 UTC (rev 19426)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:58 UTC (rev 19427)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: JSF UI SWTBot Tests
Bundle-SymbolicName: org.jboss.tools.jsf.ui.bot.test
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.jboss.tools.jsf.ui.bot.test.Activator
@@ -21,4 +21,4 @@
org.jboss.tools.vpe.ui.bot.test
Export-Package: org.jboss.tools.jsf.ui.bot.test,
org.jboss.tools.jsf.ui.bot.test.cssdialog.jbide
-Bundle-Vendor: %providerName
+Bundle-Vendor: JBoss by Red Hat
Modified: trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:24 UTC (rev 19426)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:58 UTC (rev 19427)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: JST UI SWTBot Tests
Bundle-SymbolicName: org.jboss.tools.jst.ui.bot.test;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.jboss.tools.ui.bot.test.Activator
@@ -19,4 +19,4 @@
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.test,
org.jboss.tools.ui.bot.test
-Bundle-Vendor: %providerName
+Bundle-Vendor: JBoss by Red Hat
Modified: trunk/jst/tests/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2009-12-17 16:53:24 UTC (rev 19426)
+++ trunk/jst/tests/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2009-12-17 16:53:58 UTC (rev 19427)
@@ -25,5 +25,5 @@
org.jboss.tools.ui.bot.ext.helper,
org.jboss.tools.ui.bot.ext.types,
org.jboss.tools.ui.bot.ext.view
-Bundle-Vendor: %providerName
+Bundle-Vendor: JBoss by Red Hat
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:24 UTC (rev 19426)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:58 UTC (rev 19427)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: Seam UI SWTBot Tests
Bundle-SymbolicName: org.jboss.tools.seam.ui.bot.test;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.jboss.tools.seam.ui.bot.test.Activator
@@ -17,4 +17,4 @@
Eclipse-RegisterBuddy: org.apache.log4j
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: %providerName
+Bundle-Vendor: JBoss by Red Hat
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:24 UTC (rev 19426)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/META-INF/MANIFEST.MF 2009-12-17 16:53:58 UTC (rev 19427)
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: VPE UI SWTBot Tests
Bundle-SymbolicName: org.jboss.tools.vpe.ui.bot.test
Bundle-Version: 1.0.0
Bundle-Activator: org.jboss.tools.vpe.ui.bot.test.Activator
-Bundle-Vendor: %providerName
+Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.jst.ui.bot.test;bundle-version="1.0.0",
15 years