[
https://issues.jboss.org/browse/JBDS-2044?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-2044:
----------------------------------
Turns out this PR does nothing because devstudio includes a number of features which
depend explicitly on org.eclipse.platform feature, not just the org.eclipse.platform
plugin:
{code}
o.e.m2e.wtp.feature
o.e.m2e.jaxrs.feature
o.e.m2e.jpa.feature
o.e.m2e.jsf.feature
o.j.t.maven.cdi.feature
o.j.t.maven.feature
o.j.t.maven.hibernatefeature
o.j.t.maven.project.examples.feature
o.j.t.maven.sourcelookup.feature
o.sonatype.m2e.egit.feature
{code}
.eclipseproduct file no longer refers to JBDS
---------------------------------------------
Key: JBDS-2044
URL:
https://issues.jboss.org/browse/JBDS-2044
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: installer
Affects Versions: 5.0.0.Beta1
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Optional
Labels: discuss
Fix For: 10.1.0.Alpha1
Before, with the linux x64 installer
(jbdevstudio-product-linux-gtk-x86_64-5.0.0.v201202271832M-H79-Beta1.jar) the
.eclipseproduct file read:
{code}
name=JBoss Developer Studio
id=com.jboss.jbds.all
version=5.0.0.v201202271832M-H79-Beta1
{code}
Now, with the universal installer
(jbdevstudio-product-universal-5.0.0.v201202271832M-H79-Beta1.jar), it reads:
{code}
name=Eclipse Platform
id=org.eclipse.platform
version=3.7.0
{code}
Latest code in equinox.runtime master branch is located
http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/or...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)