Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] users of org.eclipse.license and Buckminster

A Happy New Year to all of you!

For those of you who use the org.eclipse.license feature in a Buckminster build this information might be useful.

Since the CVS service terminated recently I had to switch our build (https://hudson.eclipse.org/hudson/job/mdt-etrice-nightly/) to consume this dependency from git.

I've changed the Buckminster resource map in the following way:
  <rm:locator pattern="^org\.eclipse\.license.*" searchPathRef="eclipse.license"/>
...
  <rm:searchPath name="eclipse.license">
    <rm:provider componentTypes="eclipse.feature" readerType="git">
      <rm:property key="git.remote.uri" value="http://git.eclipse.org/gitroot/platform/eclipse.platform.releng.git"/>
      <rm:uri format="{0}/license,features/{1}">
        <bc:propertyRef key="workspace.root"/>
        <bc:propertyRef key="buckminster.component"/>
      </rm:uri>
    </rm:provider>
  </rm:searchPath>

-Henrik

--
______________________________
Dr. Henrik Rentz-Reichert

hrr@xxxxxxxxx
+49-7551-831365

Am Bacheck 7A
D-88662 Überlingen-Deisendorf


Back to the top