Advertisement
Guest User

Untitled

a guest
Apr 12th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CQUERY will is used by Buckminster to aggregate components from resource provider. For example, <cq:advisorNode namePattern="^com\.iwaysoftware(\..+)?" branchTagPath="indigo.build,main"/> will look in indigo.build branch first and if it finds component matching regex it will aggregate those, otherwise move to main which is trunk.
  2.  
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="odin37.rmap">
  5. <cq:rootRequest name="com.iwaysoftware.integration.tools.build.feature" componentType="eclipse.feature"/>
  6.     <cq:property key="buckminster.download.source" value="true"/>
  7.     <cq:advisorNode namePattern="^org\.eclipse\.emf\.ecore\.nl1$" branchTagPath="i18n"/>
  8.     <cq:advisorNode namePattern="^com\.iwaysoftware(\..+)?" branchTagPath="indigo.build,main"/>
  9. </cq:componentQuery>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement