From c7b6a70b162e283796360a52c0434917868dac47 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 29 Mar 2010 14:30:43 +0000
Subject: [PATCH] bug fixed: check common-dictonary.js should also work for
 projects depend on openbis

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

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 1d4c6055cd1..6cc99027fef 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -728,7 +728,7 @@
 	<target name="check-dictionary-syntax"
 	        description="Parse common-dictionary.js and check that the syntax is correct.">
 		<java failonerror="true" fork="true" jar="${rhino.lib}">
-			<arg value="${sources}/ch/systemsx/cisd/openbis/public/common-dictionary.js" />
+			<arg value="../openbis/${sources}/ch/systemsx/cisd/openbis/public/common-dictionary.js" />
 		</java>
 	</target>
 
-- 
GitLab