[sqljet] Use easymock3 and junit BRs.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Jul 23 14:27:48 UTC 2013


commit 047672473ff9e922fcf5126d858cff4fea1fe406
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Jul 23 17:27:26 2013 +0300

    Use easymock3 and junit BRs.

 sqljet.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sqljet.spec b/sqljet.spec
index eb47963..37ba87c 100644
--- a/sqljet.spec
+++ b/sqljet.spec
@@ -17,7 +17,7 @@ BuildRequires:  ant
 BuildRequires:  antlr
 BuildRequires:  antlr3-java
 BuildRequires:  antlr3-tool
-BuildRequires:  easymock2
+BuildRequires:  easymock3
 BuildRequires:  netbeans-platform
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  junit
@@ -70,7 +70,7 @@ EOF
 
 
 %build
-export CLASSPATH=$(build-classpath antlr3-runtime antlr3 antlr stringtemplate4 easymock2 junit4)
+export CLASSPATH=$(build-classpath antlr3-runtime antlr3 antlr stringtemplate4 easymock3 junit)
 
 ant jars osgi javadoc
 


More information about the scm-commits mailing list