diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:51:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:51:44 +0000 |
commit | cc1b76f8e9376c6c811262b3b797e8fe42a11b41 (patch) | |
tree | 0ade85ea59a1a6d15fabd87e52ae61f1dff51716 /ecj-3.27.0.pom | |
parent | eb85001113e7452f2fe7866ef31b47a231dd1ddc (diff) |
automatic import of ecjopeneuler24.03_LTS
Diffstat (limited to 'ecj-3.27.0.pom')
-rw-r--r-- | ecj-3.27.0.pom | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/ecj-3.27.0.pom b/ecj-3.27.0.pom new file mode 100644 index 0000000..24b3ab0 --- /dev/null +++ b/ecj-3.27.0.pom @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2016, 2018 GK Software SE and others. + + This program and the accompanying materials + are made available under the terms of the Eclipse Public License 2.0 + which accompanies this distribution, and is available at + https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 + + Contributors: + Stephan Herrmann - initial implementation +--> +<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"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.jdt</groupId> + <artifactId>ecj</artifactId> + <version>3.27.0</version> + <description>Eclipse Compiler for Java(TM)</description> + <name>Eclipse Compiler for Java(TM)</name> + <url>http://www.eclipse.org/jdt</url> + <licenses> + <license> + <name>Eclipse Public License - v 2.0</name> + <url>https://www.eclipse.org/legal/epl-2.0/</url> + <distribution>repo</distribution> + </license> + </licenses> + <organization> + <name>Eclipse Foundation</name> + <url>http://www.eclipse.org/</url> + </organization> + <issueManagement> + <system>Bugzilla</system> + <url>https://bugs.eclipse.org/</url> + </issueManagement> + <scm> + <connection>scm:git:https://git.eclipse.org/r/jdt/eclipse.jdt.core.git</connection> + <url>https://git.eclipse.org/c/jdt/eclipse.jdt.core.git</url> + </scm> + <developers> + <developer> + <url>https://projects.eclipse.org/projects/eclipse.jdt/who</url> + </developer> + </developers> +</project> |