3eb056
3eb056
3eb056
  Copyright (c) 2016, 2018 GK Software SE and others.
3eb056
3eb056
  This program and the accompanying materials
3eb056
  are made available under the terms of the Eclipse Public License 2.0
3eb056
  which accompanies this distribution, and is available at
3eb056
  https://www.eclipse.org/legal/epl-2.0/
3eb056
3eb056
  SPDX-License-Identifier: EPL-2.0
3eb056
3eb056
  Contributors:
3eb056
      Stephan Herrmann - initial implementation
3eb056
-->
3eb056
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
3eb056
  <modelVersion>4.0.0</modelVersion>
3eb056
  <groupId>org.eclipse.jdt</groupId>
3eb056
  <artifactId>ecj</artifactId>
3eb056
  <version>3.27.0</version>
3eb056
  <description>Eclipse Compiler for Java(TM)</description>
3eb056
  <name>Eclipse Compiler for Java(TM)</name>
3eb056
  <url>http://www.eclipse.org/jdt</url>
3eb056
  <licenses>
3eb056
    <license>
3eb056
      <name>Eclipse Public License - v 2.0</name>
3eb056
      <url>https://www.eclipse.org/legal/epl-2.0/</url>
3eb056
      <distribution>repo</distribution>
3eb056
    </license>
3eb056
  </licenses>
3eb056
  <organization>
3eb056
    <name>Eclipse Foundation</name>
3eb056
    <url>http://www.eclipse.org/</url>
3eb056
  </organization>
3eb056
  <issueManagement>
3eb056
    <system>Bugzilla</system>
3eb056
    <url>https://bugs.eclipse.org/</url>
3eb056
  </issueManagement>
3eb056
  <scm>
3eb056
    <connection>scm:git:https://git.eclipse.org/r/jdt/eclipse.jdt.core.git</connection>
3eb056
    <url>https://git.eclipse.org/c/jdt/eclipse.jdt.core.git</url>
3eb056
  </scm>
3eb056
  <developers>
3eb056
    <developer>
3eb056
      <url>https://projects.eclipse.org/projects/eclipse.jdt/who</url>
3eb056
    </developer>
3eb056
  </developers>
3eb056
</project>