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