SHA256
1
0
forked from pool/axis

- Fix back javadoc

OBS-URL: https://build.opensuse.org/package/show/Java:packages/axis?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal 2014-06-27 13:44:37 +00:00 committed by Git OBS Bridge
parent dc04120c03
commit e9d351ffc9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 27 13:44:24 UTC 2014 - tchvatal@suse.com
- Fix back javadoc
-------------------------------------------------------------------
Fri Jun 27 13:37:59 UTC 2014 - tchvatal@suse.com

View File

@ -128,8 +128,8 @@ ant -Dcompile.ime=true \
-Djunit.jar=$(build-classpath junit 2>/dev/null) \
-Djimi.jar=$(build-classpath jimi 2>/dev/null) \
-Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
-Dant.build.javac.source=1.5 \
-Dant.build.javac.target=1.5 \
-Dant.build.javac.source=1.4 \
-Dant.build.javac.target=1.4 \
clean compile javadocs
%install