Skip to content

Instantly share code, notes, and snippets.

@hlindberg
Created March 24, 2011 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlindberg/886092 to your computer and use it in GitHub Desktop.
Save hlindberg/886092 to your computer and use it in GitHub Desktop.
geppetto.cquery - feed this to Buckminster to set up Eclipse Workspace and Target Platform
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="geppetto.rmap">
<cq:rootRequest name="org.cloudsmith.geppetto.product" componentType="eclipse.feature"/>
<cq:property key="source.repository.url" value="git://github.com/cloudsmith/geppetto.git"/>
<cq:property key="target.arch" value="*"/>
<cq:property key="target.os" value="*"/>
<cq:property key="target.ws" value="*"/>
<cq:advisorNode useMaterialization="false" useTargetPlatform="false"/>
</cq:componentQuery>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment