[
https://issues.jboss.org/browse/JBIDE-18923?page=com.atlassian.jira.plugi...
]
Fred Bricon edited comment on JBIDE-18923 at 12/12/14 12:21 PM:
----------------------------------------------------------------
I'm +1 on principle, since these urls are confusing, require extra maintenance and are
no longer necessary given we use ide-config.properties now.
But earlyaccess and integration stack should also be affected
was (Author: fbricon):
I'm +1 on principal, since these urls are confusing, require extra maintenance and are
no longer necessary given we use ide-config.properties now.
But earlyaccess and integration stack should also be affected
remove fallback URLs for jboss.discovery.site.url in central
plugin.xml files
-----------------------------------------------------------------------------
Key: JBIDE-18923
URL:
https://issues.jboss.org/browse/JBIDE-18923
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: buid, central, discovery
Affects Versions: 4.3.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.3.0.Alpha1
These fallbacks are no longer required, so let's remove them.
{code}
-
siteUrl="${jboss.discovery.site.url:https://devstudio.redhat.com/upd...
+ siteUrl="${jboss.discovery.site.url}">
{code}
and
{code}
-
siteUrl="${jboss.discovery.site.url:http://download.jboss.org/jbosst...
+ siteUrl="${jboss.discovery.site.url}">
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)