This commit is contained in:
parent
cb71cbe25c
commit
6f517de642
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 18:47:50 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with source/target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ find . -type f -name "*.jar" -exec rm -f {} \;
|
|||||||
echo "package.version:\ %{version}" >> bc-build.properties
|
echo "package.version:\ %{version}" >> bc-build.properties
|
||||||
echo "bundle.version:\ %{version}.0" >> bc-build.properties
|
echo "bundle.version:\ %{version}.0" >> bc-build.properties
|
||||||
ant -f ant/jdk15+.xml \
|
ant -f ant/jdk15+.xml \
|
||||||
-Dbc.javac.source=6 -Dbc.javac.target=6 \
|
-Dbc.javac.source=8 -Dbc.javac.target=8 \
|
||||||
-Djunit.jar.home=$(build-classpath junit) \
|
-Djunit.jar.home=$(build-classpath junit) \
|
||||||
-Dmail.jar.home=$(build-classpath javax.mail) \
|
-Dmail.jar.home=$(build-classpath javax.mail) \
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
|
Loading…
Reference in New Issue
Block a user