JBoss Tools SVN: r39358 - trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-03-07 19:35:56 -0500 (Wed, 07 Mar 2012)
New Revision: 39358
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDISettingsPreferencePage.java
Log:
https://issues.jboss.org/browse/JBIDE-11196 Pressing "Restore Default" button on "CDI (Context and Dependency Injection) Settings" Project Properties page throws JavaNullPointer exception
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDISettingsPreferencePage.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDISettingsPreferencePage.java 2012-03-07 20:48:37 UTC (rev 39357)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/preferences/CDISettingsPreferencePage.java 2012-03-08 00:35:56 UTC (rev 39358)
@@ -121,7 +121,7 @@
@Override
protected void performDefaults() {
getEditor(CDIPreferencesMessages.CDI_SETTINGS_PREFERENCE_PAGE_CDI_SUPPORT).setValue(isCDIEnabled(project));
- getEditor(CDIUIMessages.CDI_GENERATE_BEANS_XML).setValue(true);
+// getEditor(CDIUIMessages.CDI_GENERATE_BEANS_XML).setValue(true);
validate();
}
14 years, 1 month
JBoss Tools SVN: r39357 - trunk/documentation/whatsnew/openshift.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-03-07 15:48:37 -0500 (Wed, 07 Mar 2012)
New Revision: 39357
Modified:
trunk/documentation/whatsnew/openshift/openshift-news-3.3.0.Beta1.html
Log:
[JBIDE-11031] wrinting N&N for OpenShift
Modified: trunk/documentation/whatsnew/openshift/openshift-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-3.3.0.Beta1.html 2012-03-07 20:29:01 UTC (rev 39356)
+++ trunk/documentation/whatsnew/openshift/openshift-news-3.3.0.Beta1.html 2012-03-07 20:48:37 UTC (rev 39357)
@@ -122,7 +122,7 @@
</tr>
<tr>
<td valign="top" align="left"><a name="itemname3" id="itemname3"></a>
- <b>Source & binary deployment</b></td>
+ <b>Source & Binary Deployment</b></td>
<td valign="top">
The new <b>OpenShift Server adapter</b> is now able to publish source and binary artifacts.
When you create the adapter, you bind it to a project in your workspace.
@@ -132,10 +132,10 @@
you always could with Eclipse WTP server adapters.
The adapter will build wars for these projects,
copy them to the <b>deployments</b> folder of your project (the project the adapter is bound to)
- and push them to the OpenShift application. This is what we call the <b>binary</b> mode where binary artifacts
- are pushed to the OpenShift git repository.
+ and push them to the OpenShift application. JBoss AS7.1, will then pick those wars and deploy them.
+ This is what we call the <b>binary</b> mode where binary artifacts are published to OpenShift.
</td>
- </td>tr>
+ </td>
</table>
</body>
14 years, 1 month
JBoss Tools SVN: r39356 - trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-03-07 15:29:01 -0500 (Wed, 07 Mar 2012)
New Revision: 39356
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
Log:
https://issues.jboss.org/browse/JBIDE-10926 Propertysheet for JSF 2.0 HTML component 'messages' shows wrong options
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml 2012-03-07 19:33:49 UTC (rev 39355)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/JsfHtmlBasic.xml 2012-03-07 20:29:01 UTC (rev 39356)
@@ -153,8 +153,8 @@
</attribute>
<attribute name="layout">
<proposal type="enumeration">
- <param value="horizontal" />
- <param value="vertical" />
+ <param value="list" />
+ <param value="table" />
</proposal>
</attribute>
</component>
14 years, 1 month
JBoss Tools SVN: r39355 - trunk/common/plugins/org.jboss.tools.common.ui/META-INF.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-03-07 14:33:49 -0500 (Wed, 07 Mar 2012)
New Revision: 39355
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-11189 should enable the "Web Browser" menu in JBoss perspective
Modified: trunk/common/plugins/org.jboss.tools.common.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.ui/META-INF/MANIFEST.MF 2012-03-07 19:29:22 UTC (rev 39354)
+++ trunk/common/plugins/org.jboss.tools.common.ui/META-INF/MANIFEST.MF 2012-03-07 19:33:49 UTC (rev 39355)
@@ -29,7 +29,8 @@
org.eclipse.jdt.core.manipulation;bundle-version="1.4.0",
org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
org.eclipse.jpt.common.core;bundle-version="1.0.0",
- org.eclipse.ltk.ui.refactoring;bundle-version="3.6.0"
+ org.eclipse.ltk.ui.refactoring;bundle-version="3.6.0",
+ org.eclipse.wst.server.ui;bundle-version="1.3.0"
Export-Package: org.jboss.tools.common.ui,
org.jboss.tools.common.ui.databinding,
org.jboss.tools.common.ui.marker,
14 years, 1 month
JBoss Tools SVN: r39354 - branches/jbosstools-3.3.0.Beta1/hibernatetools/plugins/org.hibernate.eclipse.console.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-03-07 14:29:22 -0500 (Wed, 07 Mar 2012)
New Revision: 39354
Modified:
branches/jbosstools-3.3.0.Beta1/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
Log:
https://issues.jboss.org/browse/JBIDE-10144 Hibernate Tools: Extend JBoss Perspective
run code generation button added to toolbar on JBoss Perspective
Modified: branches/jbosstools-3.3.0.Beta1/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta1/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2012-03-07 19:28:14 UTC (rev 39353)
+++ branches/jbosstools-3.3.0.Beta1/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2012-03-07 19:29:22 UTC (rev 39354)
@@ -813,6 +813,9 @@
<perspectiveShortcut
id="org.hibernate.eclipse.console.HibernateConsolePerspective">
</perspectiveShortcut>
+ <actionSet
+ id="org.hibernate.eclipse.launch.actionset">
+ </actionSet>
</perspectiveExtension>
</extension>
<!-- <extension
14 years, 1 month
JBoss Tools SVN: r39353 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-03-07 14:28:14 -0500 (Wed, 07 Mar 2012)
New Revision: 39353
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
Log:
https://issues.jboss.org/browse/JBIDE-10144 Hibernate Tools: Extend JBoss Perspective
run code generation button added to toolbar on JBoss Perspective
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2012-03-07 19:25:28 UTC (rev 39352)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2012-03-07 19:28:14 UTC (rev 39353)
@@ -813,6 +813,9 @@
<perspectiveShortcut
id="org.hibernate.eclipse.console.HibernateConsolePerspective">
</perspectiveShortcut>
+ <actionSet
+ id="org.hibernate.eclipse.launch.actionset">
+ </actionSet>
</perspectiveExtension>
</extension>
<!-- <extension
14 years, 1 month
JBoss Tools SVN: r39352 - trunk/common/plugins/org.jboss.tools.common.ui.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-03-07 14:25:28 -0500 (Wed, 07 Mar 2012)
New Revision: 39352
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml
Log:
https://issues.jboss.org/browse/JBIDE-11189 should enable the "Web Browser" menu in JBoss perspective
Modified: trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml 2012-03-07 19:19:44 UTC (rev 39351)
+++ trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml 2012-03-07 19:25:28 UTC (rev 39352)
@@ -81,6 +81,7 @@
<newWizardShortcut
id="org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard">
</newWizardShortcut>
+ <actionSet id="org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/>
</perspectiveExtension>
</extension>
</plugin>
14 years, 1 month
JBoss Tools SVN: r39351 - trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-03-07 14:19:44 -0500 (Wed, 07 Mar 2012)
New Revision: 39351
Modified:
trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF
Log:
target platform includes org.maven.ide.eclipse.wtp 0.15.2 now, so need a wider acceptable range of dependency
Modified: trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF 2012-03-07 19:16:34 UTC (rev 39350)
+++ trunk/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF 2012-03-07 19:19:44 UTC (rev 39351)
@@ -14,7 +14,7 @@
org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.100",
org.sonatype.m2e.mavenarchiver;bundle-version="0.14.0",
org.jboss.ide.eclipse.as.ui.mbeans;bundle-version="2.3.0",
- org.maven.ide.eclipse.wtp;bundle-version="0.13.0"
+ org.maven.ide.eclipse.wtp;bundle-version="[0.13.0,0.17.0)
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor
14 years, 1 month
JBoss Tools SVN: r39350 - trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-03-07 14:16:34 -0500 (Wed, 07 Mar 2012)
New Revision: 39350
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/BeansXmlValidationDelegate.java
Log:
JBIDE-11173
https://issues.jboss.org/browse/JBIDE-11173
Attributes 'path' and 'attribute' are set to error markers created by beans.xml validator.
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/BeansXmlValidationDelegate.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/BeansXmlValidationDelegate.java 2012-03-07 18:46:14 UTC (rev 39349)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/BeansXmlValidationDelegate.java 2012-03-07 19:16:34 UTC (rev 39350)
@@ -181,8 +181,8 @@
for (TypeNode typeNode : typeNodes) {
String typepath = xmodelpath;
String attr = null;
- if(typeNode.getTypeName().length() > 0) {
- typepath = typepath + "/" + typeNode.getTypeName();
+ if(typeNode.getTypeName() != null) {
+ typepath = typepath + "/" + typeNode.getTypeName(); //$NON-NLS-1$
attr = typeValidator.getTypeElementName();
}
IType type = getType(beansXml, typeNode, typeValidator.getUnknownTypeErrorMessage(), typeValidator.getUnknownTypeErrorMessageId(), typepath, attr);
@@ -383,6 +383,10 @@
this.length = length;
}
+ /**
+ * Returns type name or null if value in XML is empty or whitespace.
+ * @return
+ */
public String getTypeName() {
return typeName;
}
14 years, 1 month
JBoss Tools SVN: r39349 - in branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-03-07 13:46:14 -0500 (Wed, 07 Mar 2012)
New Revision: 39349
Added:
branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/images/wtp_32.png
Modified:
branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml
Log:
org.eclipse.jst.server_adapters.ext.feature is not needed; exclude from connector for JBT and JBDS; add missing image
Added: branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/images/wtp_32.png
===================================================================
--- branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/images/wtp_32.png (rev 0)
+++ branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/images/wtp_32.png 2012-03-07 18:46:14 UTC (rev 39349)
@@ -0,0 +1,23 @@
+�PNG
+
+
+����
+"����OS����B����ol�멺��e�a ��ҡ����[2��m(M��@\��dUv�<U;o���m#b8���mmm���G�khhH&����\�4D���9sf�-*�ݪ/oLR=�� !�E�C�'Η��R�J&����R�#G�l߾����J
+�Dp�2g��K��b�����KO�B���ǂ�@s]���,�J
+��~��ih���g�L�RYY���'�Y~ے[�=n�&�
+�R��(�?�3g���7�PEQ.\��r��D"�vy4�APnpap���\�Q�X���ή^���(�?β�IWN��LY�I������� ��ڵk���5š�!� �pD�� *1��WS߲e��(B�T*�m�����9GDB�
+�J�w���2���i/��Ү7?)��4�K�Y=�=��\��|XI4�p8v�ڕ��$�
+@�Q�1y���Կ�Ρ�dK�e@|Y�5��&{�S�����2f����Q�f�1�1v���?��UJ�%۶����=��Q��W�ۓͧ�4&�+�v0�g?�l��`M]�
+_^�����ԃ��<�f�i�7����B��i�t
+�0
+�)!"2L���=�NPJ�����ֺ�N��%K�=�w�s���OO
+|�k���ϻ���n���f���
+�=� ��ހo�K
+p��$1Bp��^���t��GJJ�Ν3a�3�+�<xl�K KT!�b?ϑ��_�p�͆a
\ No newline at end of file
Modified: branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-03-07 18:37:43 UTC (rev 39348)
+++ branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-03-07 18:46:14 UTC (rev 39349)
@@ -269,8 +269,8 @@
id="org.jboss.tools.central.discovery.testing"
name="Testing"
relevance="60">
- <group id="org.jboss.tools.central.discovery.testing.local" />
- <group id="org.jboss.tools.central.discovery.testing.remote" />
+ <group id="org.jboss.tools.central.discovery.testing.local" />
+ <group id="org.jboss.tools.central.discovery.testing.remote" />
</connectorCategory>
<connectorDescriptor
@@ -388,14 +388,14 @@
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.web"
groupId="org.jboss.tools.central.discovery.web.core"
- description="JST Server Core, UI, Adapters, Extensions, User Doc"
+ description="JST Server Core, UI, Adapters, User Doc"
id="org.eclipse.jst.server_core.feature"
kind="task"
license="Free, EPL, Other"
name="JST Server"
provider="Eclipse.org"
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/SR2/">
- <iu id="org.eclipse.jst.server_adapters.ext.feature"/>
+ <!-- <iu id="org.eclipse.jst.server_adapters.ext.feature"/> -->
<iu id="org.eclipse.jst.server_adapters.feature"/>
<iu id="org.eclipse.jst.server_core.feature"/>
<iu id="org.eclipse.jst.server_ui.feature"/>
14 years, 1 month