try to fix java8 support
This commit is contained in:
parent
b98301b034
commit
2573beaa94
@ -68,6 +68,8 @@ cp -p %{SOURCE2} maven/junit.pom
|
||||
|
||||
sed -i 's/\r//' LICENSE.txt README.txt
|
||||
|
||||
sed -i "s|final void sort(final Comparator<? super Content> comp) {|public final void sort(final Comparator<? super Content> comp) {|" core/src/java/org/jdom2/ContentList.java
|
||||
|
||||
%build
|
||||
|
||||
ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven
|
||||
|
Loading…
Reference in New Issue
Block a user