.eclipseproduct file no longer refers to JBDS
---------------------------------------------
Key: JBDS-2044
URL:
https://issues.jboss.org/browse/JBDS-2044
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 5.0.0.Beta1
Reporter: Nick Boldt
Assignee: Denis Golovin
Labels: discuss
Fix For: 8.x
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...