<?xml version="1.0" encoding="UTF-8"?>

<!--
    Copyright (c) 2005, 2009 IBM Corporation and others.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html
    
    Contributors:
        IBM Corporation - initial API and implementation
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>com.google.code.maven-play-plugin.org.eclipse.jdt</groupId>
    <artifactId>org.eclipse.jdt.core</artifactId>
    <version>3.8.0.v_C18</version>
    <packaging>jar</packaging>

    <name>Eclipse JDT Core</name>
    <description>Eclipse JDT project contributes a set of plug-ins that add the capabilities of a full-featured Java IDE to the Eclipse platform. The JDT plugins provide APIs so that they can themselves be further extended by other tool builders. JDT Core defines the non-UI infrastructure.</description>
    <url>http://www.eclipse.org/jdt/core/</url>

    <organization>
        <name>The Eclipse Foundation</name>
        <url>http://www.eclipse.org</url>
    </organization>

    <licenses>
        <license>
            <name>EPL</name>
            <url>http://www.eclipse.org/legal/epl-v10.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git</connection>
        <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git</developerConnection>
        <url>http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/tag/?id=v_C18</url>
    </scm>

    <developers>
        <developer>
            <id>not_available</id>
            <name>not available</name>
        </developer>
    </developers>

</project>
