2f6176
2f6176
2f6176
  Copyright (c) 2016, 2018 GK Software SE and others.
2f6176
2f6176
  This program and the accompanying materials
2f6176
  are made available under the terms of the Eclipse Public License 2.0
2f6176
  which accompanies this distribution, and is available at
2f6176
  https://www.eclipse.org/legal/epl-2.0/
2f6176
2f6176
  SPDX-License-Identifier: EPL-2.0
2f6176
2f6176
  Contributors:
2f6176
      Stephan Herrmann - initial implementation
2f6176
-->
2f6176
<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">
2f6176
  <modelVersion>4.0.0</modelVersion>
2f6176
  <groupId>org.eclipse.jdt</groupId>
2f6176
  <artifactId>ecj</artifactId>
2f6176
  <version>3.27.0</version>
2f6176
  <description>Eclipse Compiler for Java(TM)</description>
2f6176
  <name>Eclipse Compiler for Java(TM)</name>
2f6176
  <url>http://www.eclipse.org/jdt</url>
2f6176
  <licenses>
2f6176
    <license>
2f6176
      <name>Eclipse Public License - v 2.0</name>
2f6176
      <url>https://www.eclipse.org/legal/epl-2.0/</url>
2f6176
      <distribution>repo</distribution>
2f6176
    </license>
2f6176
  </licenses>
2f6176
  <organization>
2f6176
    <name>Eclipse Foundation</name>
2f6176
    <url>http://www.eclipse.org/</url>
2f6176
  </organization>
2f6176
  <issueManagement>
2f6176
    <system>Bugzilla</system>
2f6176
    <url>https://bugs.eclipse.org/</url>
2f6176
  </issueManagement>
2f6176
  <scm>
2f6176
    <connection>scm:git:https://git.eclipse.org/r/jdt/eclipse.jdt.core.git</connection>
2f6176
    <url>https://git.eclipse.org/c/jdt/eclipse.jdt.core.git</url>
2f6176
  </scm>
2f6176
  <developers>
2f6176
    <developer>
2f6176
      <url>https://projects.eclipse.org/projects/eclipse.jdt/who</url>
2f6176
    </developer>
2f6176
  </developers>
2f6176
</project>