[
https://issues.jboss.org/browse/JBIDE-18923?page=com.atlassian.jira.plugi...
]
Fred Bricon commented on JBIDE-18923:
-------------------------------------
I'm +1 on principal, since these urls are confusing, require extra maintenance and are
no lomger necessary given we use ide-congi.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.8#6338)