- Disable tests.

This commit is contained in:
Alexander Kurtakov 2009-08-20 06:51:20 +00:00
parent 29cd4679a3
commit 5c547105ec
2 changed files with 10 additions and 7 deletions

View File

@ -18,7 +18,7 @@
</target>
-<target name="all" depends="clean, build, javadoc, (clover), pack distribution, test distribution">
+<target name="all" depends="clean, build, javadoc, pack distribution, test distribution">
+<target name="all" depends="clean, build, javadoc, pack distribution">
<antcall target="clean" />
</target>

View File

@ -30,7 +30,7 @@
Name: easymock
Version: 1.2
Release: 9%{?dist}
Release: 10%{?dist}
Epoch: 0
Summary: Easy mock objects
Group: Development/Libraries
@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}
%changelog
* Thu Aug 20 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-10
- Disable tests.
* Mon May 18 2009 Fernando Nasser <fnasser@redhat.com> 0:1.2-9
- Update instructions for obtaining source tar ball