Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Target definition - Multiple repository in one location

Hi, 

In a tycho bug (https://issues.sonatype.org/browse/TYCHO-420) someone posted the following target definition. It seems that PDE is consuming it just fine, but I fail to see how it can be created with the current editor. So my question, is this an accidental feature or a desired one :)

Thx

PaScaL

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.5"?>

<target name="Two repositories in one location">
  <locations>
    <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
      <unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.1.1.v200907161031-7C7OFPiF7RZHKFHgU1LkY6"/>
      <repository location="http://download.eclipse.org/webtools/updates"/>
      <repository location="http://download.eclipse.org/releases/galileo"/>
    </location>
  </locations>
</target>


Back to the top