Skip to content

Instantly share code, notes, and snippets.

@oehme
Last active August 29, 2015 14:05
Show Gist options
  • Save oehme/d1ee67076c3613c29a43 to your computer and use it in GitHub Desktop.
Save oehme/d1ee67076c3613c29a43 to your computer and use it in GitHub Desktop.
Target platform definition
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<target>
<artifact>
<groupId>org.xtext.builddsl</groupId>
<artifactId>org.xtext.builddsl.target</artifactId>
<version>1.0.0-SNAPSHOT</version>
</artifact>
</target>
<environments>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment