[
https://issues.jboss.org/browse/JBDS-2044?page=com.atlassian.jira.plugin....
]
Denis Golovin commented on JBDS-2044:
-------------------------------------
.eclipseproduct file is a marker file and "this file is still used. The main use is
for computing a writeable configuration location when the install directory is read-only.
See the method computeDefaultUserAreaLocation in Main and LocationManager" as stated
here
https://bugs.eclipse.org/bugs/show_bug.cgi?id=274517#attach_167190.
This file is installed as a root file for org.eclipse.platform, I can add root file for
com.jboss.devstudio.core.feature but it gets overwritten by one from eclipse platform
during installation. To fix latter problem devstudio product should not include
org.eclipse.platform.
.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
Security Level: Public(Everyone can see)
Components: installer
Affects Versions: 5.0.0.Beta1
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 8.0.0.Beta2
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}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira