]
Andrej Podhradsky closed JBTIS-160.
-----------------------------------
Works well since JBDS-IS 7.1.0.GA .... closing this issue
Use jboss.discovery.site.url in JBT IS and JBDS IS sites so we can
more easily override used URL and test Central
-----------------------------------------------------------------------------------------------------------------
Key: JBTIS-160
URL:
https://issues.jboss.org/browse/JBTIS-160
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 4.1.0.Final
Reporter: Nick Boldt
Assignee: Paul Leacu
Fix For: 4.1.3.Final
Rather than hardcoding URLs in plugin.properties for
{code}
jboss.is.update.url =
http://download.jboss.org/jbosstools/updates/development/kepler/central/i...
{code}
or
{code}
jboss.is.update.url =
https://devstudio.jboss.com/updates/7.0-development/central/integration-s...
{code}
We should use the jboss.discovery.site.url variable so that commandline value of the URL
can be set, in order to make testing easier.