- Specify source and target as 1.4 to make it build
This commit is contained in:
parent
51cbc9e0fc
commit
bb305397f7
6
msv.spec
6
msv.spec
@ -37,7 +37,7 @@
|
||||
Summary: Multischema Validator
|
||||
Name: msv
|
||||
Version: 1.2
|
||||
Release: 0.3.%{cvsdate}.3.4%{?dist}
|
||||
Release: 0.3.%{cvsdate}.3.4%{?dist}.1
|
||||
Epoch: 1
|
||||
License: BSD
|
||||
URL: http://msv.dev.java.net
|
||||
@ -275,6 +275,7 @@ ln -sf $(build-classpath xerces-j2) xercesImpl.jar
|
||||
ln -sf $(build-classpath xml-commons-apis) xmlParserAPIs.jar
|
||||
popd
|
||||
|
||||
export ANT_OPTS=" -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 "
|
||||
ant release
|
||||
|
||||
pushd msv/dist/examples
|
||||
@ -483,6 +484,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 08 2009 Karsten Hopp <karsten@redhat.com> 1.2-0.3.20050722.3.4.1
|
||||
- Specify source and target as 1.4 to make it build
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2-0.3.20050722.3.4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user