Skip to content

Instantly share code, notes, and snippets.

@oehme
Created August 13, 2014 13:42
Show Gist options
  • Save oehme/dbdddcecd7e28e3b0cee to your computer and use it in GitHub Desktop.
Save oehme/dbdddcecd7e28e3b0cee to your computer and use it in GitHub Desktop.
The core language plugin
<artifactId>org.xtext.builddsl</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.xtext.builddsl</groupId>
<artifactId>org.xtext.builddsl.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../org.xtext.builddsl.parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.xtext.builddsl.lib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment