[
https://issues.jboss.org/browse/JBDS-2384?page=com.atlassian.jira.plugin....
]
Nick Boldt closed JBDS-2384.
----------------------------
In rebuilt version of BYOE feature (CR1) on installation eclipse.ini file looks like
this:
{code}
$➔ cat eclipse/eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms512m
-Xmx1024m
-Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml
{code}
When launched, I now get the JBDS Central content.
could product/features/com.jboss.jbds.product.feature/p2.inf set the
correct URL for JBDS Central?
--------------------------------------------------------------------------------------------------
Key: JBDS-2384
URL:
https://issues.jboss.org/browse/JBDS-2384
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: central
Affects Versions: 6.0.0.Beta2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 6.0.0.CR1
Would merging this into product/features/com.jboss.jbds.product.feature/p2.inf make
sense?
{code}
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Djboss.dis...
org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Djboss.discov...;
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Djboss.dis...
org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Djboss.discov...;
{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