You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2011/09/15 01:17:57 UTC

svn commit: r1170898 - /pivot/jenkins/build.xml

Author: smartini
Date: Wed Sep 14 23:17:57 2011
New Revision: 1170898

URL: http://svn.apache.org/viewvc?rev=1170898&view=rev
Log:
fix check on junit on classpath

Modified:
    pivot/jenkins/build.xml

Modified: pivot/jenkins/build.xml
URL: http://svn.apache.org/viewvc/pivot/jenkins/build.xml?rev=1170898&r1=1170897&r2=1170898&view=diff
==============================================================================
--- pivot/jenkins/build.xml (original)
+++ pivot/jenkins/build.xml Wed Sep 14 23:17:57 2011
@@ -93,7 +93,9 @@ limitations under the License.
             <fail>
                 <condition>
                     <not>
-                        <available classname="org.junit.Test"/>
+						<available classname="org.junit.Test">
+							<classpath refid="classpath.javalib" />
+						</available>
                     </not>
                 </condition>
                 <![CDATA[