- Disable tests.
This commit is contained in:
parent
29cd4679a3
commit
5c547105ec
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user