Andrej Podhradsky created JBTIS-1052:
----------------------------------------
Summary: Use relative paths in composite files
Key: JBTIS-1052
URL:
https://issues.jboss.org/browse/JBTIS-1052
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: distribution
Affects Versions: 4.4.1.Final
Reporter: Andrej Podhradsky
File at
http://download.jboss.org/jbosstools/neon/staging/updates/integration-sta...
contains absolute paths
{code}
<children size="2"><!-- IS ONLY -->
<child
location="http://download.jboss.org/jbosstools/neon/staging/updates/...
<child
location="http://download.jboss.org/jbosstools/targetplatforms/jbtis...
</children>
{code}
I suggest to use relative paths as it in DevstudioIS at
https://devstudio.redhat.com/10.0/staging/updates/integration-stack/compo...
{code}
<children size="2">
<child location="10.1.0.GA/"/>
<child location="10.1.0.GA/targetplatform/"/>
</children>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)