[
https://issues.jboss.org/browse/JBDS-2237?page=com.atlassian.jira.plugin....
]
Denis Golovin updated JBDS-2237:
--------------------------------
Fix Version/s: 6.0.0.M1
add GWT features back into JBDS
-------------------------------
Key: JBDS-2237
URL:
https://issues.jboss.org/browse/JBDS-2237
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: 3rdPartyDependencies, updatesite
Affects Versions: 6.0.0.M1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 6.0.0.M1
GWT features were removed from the aggregate site because there's no com.google.gdt
for org.eclipse.platform >3.7 yet.
{code:title=trunk/extras/features/com.jboss.jbds.m2e.extras.feature/feature.xml}
.
<!-- TODO: JBDS-2237 remove GWT features until we have something that's
compatible w/ Eclipse 4.2
<import feature="org.jboss.tools.maven.gwt.feature"
version="1.3.0" match="compatible" />
-->
{code}
{code:title=trunk/extras/site/site.xml}
.
<!-- JBDS-2237 remove GWT features until we have something that's
compatible w/ Eclipse 4.2
<feature url="features/org.jboss.tools.maven.gwt.feature_0.0.0.jar"
id="org.jboss.tools.maven.gwt.feature" version="0.0.0">
</feature>
-->
<!-- JBDS-2237 remove GWT features until we have something that's
compatible w/ Eclipse 4.2
<feature
url="features/com.google.gwt.eclipse.sdkbundle.e37.feature_0.0.0.jar"
id="com.google.gwt.eclipse.sdkbundle.e37.feature" version="0.0.0">
</feature>
<feature url="features/com.jboss.jbds.gwt.feature_0.0.0.jar"
id="com.jboss.jbds.gwt.feature" version="0.0.0">
<category name="JBoss Selected Features" />
</feature>
-->
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira