Restore compiler adaptor

This commit is contained in:
Mat Booth 2020-06-19 01:19:48 +01:00
parent 49d843cc10
commit c1f04a7f33

View File

@ -5,7 +5,7 @@ Epoch: 1
Summary: Eclipse Compiler for Java
Name: ecj
Version: 4.16
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.eclipse.org
License: EPL-2.0
@ -47,9 +47,6 @@ mkdir -p scripts/binary/META-INF/
cp %{SOURCE4} scripts/binary/META-INF/MANIFEST.MF
rm ./META-INF/ECLIPSE_.{SF,RSA}
# JDTCompilerAdapter isn't used by the batch compiler
rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java
# Aliases
%mvn_alias org.eclipse.jdt:ecj org.eclipse.jdt:core org.eclipse.jdt.core.compiler:ecj \
org.eclipse.tycho:org.eclipse.jdt.core org.eclipse.tycho:org.eclipse.jdt.compiler.apt
@ -78,6 +75,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1
%{_mandir}/man1/ecj*
%changelog
* Fri Jun 19 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-2
- Restore compiler adaptor
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-1
- Update to latest upstream release