]
Nick Boldt edited comment on JBDS-3692 at 3/21/16 1:47 PM:
-----------------------------------------------------------
Proposed commit to decouple URLs from the main.js into a new json file:
was (Author: nickboldt):
Proposed commit to decouple URLs from the main.js into a new json file:
Decouple what to download from browser/main.js
----------------------------------------------
Key: JBDS-3692
URL:
https://issues.jboss.org/browse/JBDS-3692
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Denis Golovin
Labels: havoc
Fix For: 9.1.0.GA
Current implementation hardcode links to download inside
[
browser/main.js|https://github.com/redhat-developer-tooling/developer-pla...].
This should be moved out to configuration file in json format so it can be easily changed
inside installer or even downloaded from external link.