Created
April 14, 2013 06:43
-
-
Save eiswind/5381710 to your computer and use it in GitHub Desktop.
b3 configuration to mirror emf artifacts for maven
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"?> | |
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="emf" packedStrategy="SKIP" mavenResult="true"> | |
<validationSets label="emf"> | |
<contributions label="juno"> | |
<repositories location="http://download.eclipse.org/releases/juno/"> | |
<features name="org.eclipse.xsd.sdk.feature.group"/> | |
<features name="org.eclipse.xsd.source.feature.group"/> | |
</repositories> | |
</contributions> | |
</validationSets> | |
<configurations operatingSystem="linux" windowSystem="gtk" architecture="x86_64"/> | |
</aggregator:Aggregation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment