5e5366e444
- clean spec file - export NO_BRP_CHECK_BYTECODE_VERSION - Update to ecj 4.2.1 (expected by tomcat 7.0.55+) - Sync with Fedora ecj-4.4 - Drop gcj patches OBS-URL: https://build.opensuse.org/request/show/249921 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=19
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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/maven-v4_0_0.xsd">
|
|
<!--
|
|
Originally downloaded here:
|
|
http://download.eclipse.org/eclipse/downloads/drops4/R-4.4-201406061215/#JDTCORE
|
|
-->
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.eclipse.jdt.core.compiler</groupId>
|
|
<artifactId>ecj</artifactId>
|
|
<version>4.4</version>
|
|
<packaging>jar</packaging>
|
|
<name>Eclipse ECJ</name>
|
|
<description>Eclipse JDT Core Batch Compiler</description>
|
|
<url>http://www.eclipse.org/jdt/</url>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
</properties>
|
|
<licenses>
|
|
<license>
|
|
<name>Eclipse Public License v1.0</name>
|
|
<url>http://www.eclipse.org/org/documents/epl-v10.php</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
</project> |