From 012eb8cbbc72fb236726c8613648d69dfda3352a Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Mon, 21 Jun 2010 14:07:15 +0000
Subject: [PATCH] fixed system tests - ci

SVN: 16645
---
 openbis/build/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index fb0d014f6b7..f049f9a2b18 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -66,6 +66,7 @@
       <classpath>
         <pathelement location="${sources}" />
         <pathelement location="${sources.test}" />
+      	<pathelement location="../common/${sources}" />
         <pathelement path="${ecp}" />
         <pathelement location="${gwt.lib}/gwt-dev.jar" />
       </classpath>
-- 
GitLab