[
https://issues.jboss.org/browse/JBDS-2384?page=com.atlassian.jira.plugin....
]
Nick Boldt reopened JBDS-2384:
------------------------------
[~maxandersen] doesn't like my solution here. So... I need to do this:
{code}
$➔ gd .
diff --git a/product/features/com.jboss.jbds.product.feature/p2.inf
b/product/features/com.jboss.jbds.product.feature/p2.inf
index 5a9b7d9..57b8d44 100644
--- a/product/features/com.jboss.jbds.product.feature/p2.inf
+++ b/product/features/com.jboss.jbds.product.feature/p2.inf
@@ -5,9 +5,7 @@
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Xms512m);\
org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Xmx1024m);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/updates/development/juno/jbosstools-directory.xml);\
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.discovery.directory.url=http://download.jboss.org/jbosstools/updates/development/juno/jbosstools-directory.xml);
{code}
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