diff --git a/product/features/com.jboss.jbds.product.feature/p2.inf b/product/features/com.jboss.jbds.product.feature/p2.inf index 3cc408d..379fec0 100644 --- a/product/features/com.jboss.jbds.product.feature/p2.inf +++ b/product/features/com.jboss.jbds.product.feature/p2.inf @@ -3,8 +3,10 @@ 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.addJvmArg(jvmArg:-Djava.net.preferIPv4Stack=true);\ org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml); instructions.unconfigure=\ +org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Djava.net.preferIPv4Stack=true);\ org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml);