Created
March 24, 2011 23:22
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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