Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] New version of Buckminster Book available (rev0.5)

I use RMAP to achieve this too:

       <provider readerType="svn" componentTypes="eclipse.feature"
mutable="true" source="false">
          <uri format="http://dev.eclipse.org/svnroot/stp/{0}/{1}/{2}/build/buckminster/{3}";>
              <bc:propertyRef key="project.repo" />
              <bc:propertyRef key="project.component" />
              <bc:propertyRef key="project.tag" />
              <bc:propertyRef key="buckminster.component" />
          </uri>
       </provider>

but in my case the branch/tag is specified outside the Buck build
and defaulted to 'trunk'. If I want to change the build, I just update
the 'project.tag' property to 'tags/3.5M5' or whatever is required.

I hope I am not subverting some kind of fancy feature here ;)

 --oh


Back to the top