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