JBoss Tools SVN: r38990 - trunk/openshift/plugins/org.jboss.tools.openshift.express.client.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-02-22 09:46:23 -0500 (Wed, 22 Feb 2012)
New Revision: 38990
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.client/openshift-java-client-1.1.1-SNAPSHOT.jar
Log:
[JBIDE-10994] allow users to override timeout with specific openshift timeout ("com.openshift.express.httpclient.timeout") or global connect timeout ("sun.net.client.defaultConnectTimeout")
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.client/openshift-java-client-1.1.1-SNAPSHOT.jar
===================================================================
(Binary files differ)
14 years, 1 month
JBoss Tools SVN: r38989 - trunk/cdi/tests/org.jboss.tools.cdi.bot.test/properties/launchers.
by jbosstools-commits@lists.jboss.org
Author: jjankovi
Date: 2012-02-22 09:33:08 -0500 (Wed, 22 Feb 2012)
New Revision: 38989
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/properties/launchers/CDIAllBotTestsMaven.launch
Log:
Modified maven launch configuration for CDI bot tests
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/properties/launchers/CDIAllBotTestsMaven.launch
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/properties/launchers/CDIAllBotTestsMaven.launch 2012-02-22 14:02:54 UTC (rev 38988)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/properties/launchers/CDIAllBotTestsMaven.launch 2012-02-22 14:33:08 UTC (rev 38989)
@@ -4,7 +4,7 @@
<stringAttribute key="M2_GOALS" value="clean install"/>
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
-<stringAttribute key="M2_PROFILES" value=""/>
+<stringAttribute key="M2_PROFILES" value="-P default"/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="swtbot.test.skip=false"/>
</listAttribute>
14 years, 1 month
JBoss Tools SVN: r38988 - in trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties: multiconfig and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: jjankovi
Date: 2012-02-22 09:02:54 -0500 (Wed, 22 Feb 2012)
New Revision: 38988
Added:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/as7.swtbot.test.properties
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/eap5.swtbot.test.properties
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/swtbot.properties
Removed:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/as7.swtbot.test.properties
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/eap5.swtbot.test.properties
Log:
properties modification to use AS 6 as default target runtime
Deleted: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/as7.swtbot.test.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/as7.swtbot.test.properties 2012-02-22 13:57:37 UTC (rev 38987)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/as7.swtbot.test.properties 2012-02-22 14:02:54 UTC (rev 38988)
@@ -1 +0,0 @@
-SERVER=AS,7.0,default,/home/jjankovi/Dokumenty/Red_Hat_Stuff/Runtimes/jboss-as-7.0.1.Final
Deleted: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/eap5.swtbot.test.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/eap5.swtbot.test.properties 2012-02-22 13:57:37 UTC (rev 38987)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/eap5.swtbot.test.properties 2012-02-22 14:02:54 UTC (rev 38988)
@@ -1 +0,0 @@
-SERVER=EAP,5.1,default,/home/jjankovi/Dokumenty/Red_Hat_Stuff/Runtimes/jboss-eap-5.1/jboss-as
Added: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/as7.swtbot.test.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/as7.swtbot.test.properties (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/as7.swtbot.test.properties 2012-02-22 14:02:54 UTC (rev 38988)
@@ -0,0 +1 @@
+SERVER=AS,7.0,default,/home/jjankovi/Dokumenty/Red_Hat_Stuff/Runtimes/jboss-as-7.0.1.Final
Added: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/eap5.swtbot.test.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/eap5.swtbot.test.properties (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/multiconfig/eap5.swtbot.test.properties 2012-02-22 14:02:54 UTC (rev 38988)
@@ -0,0 +1 @@
+SERVER=EAP,5.1,default,/home/jjankovi/Dokumenty/Red_Hat_Stuff/Runtimes/jboss-eap-5.1/jboss-as
Added: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/swtbot.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/swtbot.properties (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/properties/swtbot.properties 2012-02-22 14:02:54 UTC (rev 38988)
@@ -0,0 +1 @@
+SERVER=AS,6.0,default,../../../requirements/target/jboss-6.0.0.Final
14 years, 1 month
JBoss Tools SVN: r38987 - branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-02-22 08:57:37 -0500 (Wed, 22 Feb 2012)
New Revision: 38987
Modified:
branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
JBIDE-10995 - to beta1
Modified: branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-02-22 13:54:24 UTC (rev 38986)
+++ branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-02-22 13:57:37 UTC (rev 38987)
@@ -364,8 +364,8 @@
<triggerPoints></triggerPoints>
</navigatorContent>
<actionProvider
- class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.EditDomainActionProvider"
- id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.editDomainActionProvider">
+ class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.CreateApplicationActionProvider"
+ id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.createApplicationActionProvider">
<enablement>
<and>
<instanceof
@@ -375,8 +375,8 @@
</enablement>
</actionProvider>
<actionProvider
- class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.DeleteConnectionActionProvider"
- id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider">
+ class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.EditDomainActionProvider"
+ id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.editDomainActionProvider">
<enablement>
<and>
<instanceof
@@ -386,8 +386,8 @@
</enablement>
</actionProvider>
<actionProvider
- class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.CreateApplicationActionProvider"
- id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.createApplicationActionProvider">
+ class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider"
+ id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider">
<enablement>
<and>
<instanceof
14 years, 1 month
JBoss Tools SVN: r38986 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-02-22 08:54:24 -0500 (Wed, 22 Feb 2012)
New Revision: 38986
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
JBIDE-10995 - reordering the actions for openshift console view
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-02-22 13:54:05 UTC (rev 38985)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-02-22 13:54:24 UTC (rev 38986)
@@ -364,8 +364,8 @@
<triggerPoints></triggerPoints>
</navigatorContent>
<actionProvider
- class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.EditDomainActionProvider"
- id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.editDomainActionProvider">
+ class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.CreateApplicationActionProvider"
+ id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.createApplicationActionProvider">
<enablement>
<and>
<instanceof
@@ -375,8 +375,8 @@
</enablement>
</actionProvider>
<actionProvider
- class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider"
- id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider">
+ class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.EditDomainActionProvider"
+ id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.editDomainActionProvider">
<enablement>
<and>
<instanceof
@@ -386,8 +386,8 @@
</enablement>
</actionProvider>
<actionProvider
- class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.CreateApplicationActionProvider"
- id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.createApplicationActionProvider">
+ class="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider"
+ id="org.jboss.tools.openshift.express.internal.ui.viewer.actionProvider.RemoveConnectionActionProvider">
<enablement>
<and>
<instanceof
14 years, 1 month
JBoss Tools SVN: r38985 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-02-22 08:54:05 -0500 (Wed, 22 Feb 2012)
New Revision: 38985
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java
Log:
[JBIDE-10895] hiding working set widgets since they have no logic
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java 2012-02-22 13:52:45 UTC (rev 38984)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java 2012-02-22 13:54:05 UTC (rev 38985)
@@ -72,7 +72,7 @@
GridLayoutFactory.fillDefaults().numColumns(1).applyTo(container);
createProjectGroup(container, dbc);
createServerAdapterGroup(container, dbc);
- createWorkingSetGroup(container, dbc);
+// createWorkingSetGroup(container, dbc);
}
private Composite createProjectGroup(Composite parent, DataBindingContext dbc) {
14 years, 1 month
JBoss Tools SVN: r38984 - branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-02-22 08:52:45 -0500 (Wed, 22 Feb 2012)
New Revision: 38984
Modified:
branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java
Log:
JBIDE-10895] hiding widgets for working set since they have no logic
Modified: branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java
===================================================================
--- branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java 2012-02-22 13:46:56 UTC (rev 38983)
+++ branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ProjectAndServerAdapterSettingsWizardPage.java 2012-02-22 13:52:45 UTC (rev 38984)
@@ -72,7 +72,7 @@
GridLayoutFactory.fillDefaults().numColumns(1).applyTo(container);
createProjectGroup(container, dbc);
createServerAdapterGroup(container, dbc);
- createWorkingSetGroup(container, dbc);
+// createWorkingSetGroup(container, dbc);
}
private Composite createProjectGroup(Composite parent, DataBindingContext dbc) {
14 years, 1 month
JBoss Tools SVN: r38983 - branches/jbosstools-3.3.0.Beta1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-02-22 08:46:56 -0500 (Wed, 22 Feb 2012)
New Revision: 38983
Modified:
branches/jbosstools-3.3.0.Beta1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java
Log:
/JBIDE-10998 commit to beta1 branch
Modified: branches/jbosstools-3.3.0.Beta1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java
===================================================================
--- branches/jbosstools-3.3.0.Beta1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java 2012-02-22 13:42:27 UTC (rev 38982)
+++ branches/jbosstools-3.3.0.Beta1/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java 2012-02-22 13:46:56 UTC (rev 38983)
@@ -259,7 +259,7 @@
rtToPortsFile.put(IConstants.AS_71, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_71));
rtToPortsFile.put(IConstants.EAP_43, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_EAP_43));
rtToPortsFile.put(IConstants.EAP_50, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_EAP_50));
- rtToPortsFile.put(IConstants.EAP_60, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_70));
+ rtToPortsFile.put(IConstants.EAP_60, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_71));
// TODO NEW_SERVER_ADAPTER Add the new server ID to port mapping file above this line
}
14 years, 1 month
JBoss Tools SVN: r38982 - trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-02-22 08:42:27 -0500 (Wed, 22 Feb 2012)
New Revision: 38982
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java
Log:
JBIDE-10998 to trunk - eap6 using as7.0 xpaths instead of as7.1
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java 2012-02-22 13:36:47 UTC (rev 38981)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/descriptors/XPathModel.java 2012-02-22 13:42:27 UTC (rev 38982)
@@ -259,7 +259,7 @@
rtToPortsFile.put(IConstants.AS_71, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_71));
rtToPortsFile.put(IConstants.EAP_43, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_EAP_43));
rtToPortsFile.put(IConstants.EAP_50, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_EAP_50));
- rtToPortsFile.put(IConstants.EAP_60, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_70));
+ rtToPortsFile.put(IConstants.EAP_60, getURLFor(IJBossToolingConstants.DEFAULT_PROPS_71));
// TODO NEW_SERVER_ADAPTER Add the new server ID to port mapping file above this line
}
14 years, 1 month
JBoss Tools SVN: r38981 - trunk/ws/tests/org.jboss.tools.ws.ui.bot.test.
by jbosstools-commits@lists.jboss.org
Author: jjankovi
Date: 2012-02-22 08:36:47 -0500 (Wed, 22 Feb 2012)
New Revision: 38981
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
pom.xml and properties modification to use AS 6 as default target runtime
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-02-22 13:34:40 UTC (rev 38980)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-02-22 13:36:47 UTC (rev 38981)
@@ -13,8 +13,12 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
+ <!-- <systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y -Dswtbot.test.properties.file=${project.basedir}/properties/config_files/swtbot.properties</systemProperties> -->
+ <systemProperties> -Dswtbot.test.properties.file=${project.basedir}/properties/swtbot.properties</systemProperties>
+
<!-- <systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y -Dswtbot.test.properties.file=${swtbot.properties}</systemProperties> -->
- <systemProperties>-Dswtbot.test.properties.file=${swtbot.properties}</systemProperties>
+ <!-- <systemProperties>-Dswtbot.test.properties.file=${swtbot.properties}</systemProperties> -->
+
</properties>
<build>
14 years, 1 month