<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.xtext</groupId>
  <artifactId>org.eclipse.xtext.xbase.web</artifactId>
  <version>2.9.2</version>
  <name>org.eclipse.xtext.xbase.web</name>
  <description>Xtext is a framework for development of programming languages and domain-specific languages. With Xtext you define your language using a powerful grammar language. As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse, IntelliJ IDEA and your favorite web browser. 

Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.</description>
  <url>https://www.eclipse.org/Xtext/</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dennis.huebner</id>
      <name>Dennis</name>
      <email>dennis.huebner@itemis.de</email>
      <organization>itemis AG</organization>
    </developer>
    <developer>
      <id>holger.schill</id>
      <name>Holger</name>
      <email>Holger.Schill@itemis.de</email>
      <organization>itemis AG</organization>
    </developer>
    <developer>
      <id>jan.koehnlein</id>
      <name>Jan</name>
      <email>jan.koehnlein@typefox.io</email>
      <organization>TypeFox GmbH</organization>
    </developer>
    <developer>
      <id>knut.wannheden</id>
      <name>Knut</name>
      <email>knut.wannheden@paranor.ch</email>
      <organization>Paranor</organization>
    </developer>
    <developer>
      <id>michael.clay</id>
      <name>Michael</name>
      <email>michael.clay@codeworkz.at</email>
      <organization>Codeworkz</organization>
    </developer>
    <developer>
      <id>moritz.eysholdt</id>
      <name>Moritz</name>
      <email>moritz.eysholdt@typefox.io</email>
      <organization>TypeFox GmbH</organization>
    </developer>
    <developer>
      <id>sebastian.zarnekow</id>
      <name>Sebastian</name>
      <email>sebastian.Zarnekow@gmail.com</email>
      <organization>SMACC GmbH</organization>
    </developer>
    <developer>
      <id>sven.efftinge</id>
      <name>Sven</name>
      <email>sven.efftinge@typefox.io</email>
      <organization>TypeFox GmbH</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/eclipse/xtext.git</connection>
    <url>https://github.com/eclipse/xtext.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.web</artifactId>
      <version>2.9.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>stringtemplate</artifactId>
          <groupId>org.antlr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.17</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>stringtemplate</artifactId>
          <groupId>org.antlr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>stringtemplate</artifactId>
          <groupId>org.antlr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.xbase.ide</artifactId>
      <version>2.9.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>stringtemplate</artifactId>
          <groupId>org.antlr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.junit4</artifactId>
      <version>2.9.2</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>stringtemplate</artifactId>
          <groupId>org.antlr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.idea.example.entities.ide</artifactId>
      <version>2.9.2</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>stringtemplate</artifactId>
          <groupId>org.antlr</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
