From ad41a55524e7c38d1e98ccf7e32fb4a165c69c89 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Thu, 29 Apr 2010 10:37:09 +0000 Subject: [PATCH] screening: fix eclipse test mode (should be refactored) SVN: 15677 --- screening/build/build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screening/build/build.xml b/screening/build/build.xml index a30e95932b4..c871e9f434b 100644 --- a/screening/build/build.xml +++ b/screening/build/build.xml @@ -143,6 +143,8 @@ <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx ECLIPSE TEST MODE xxxxxxxxxxxxxxxxxxxxxxxxxxxx --> + <!-- This is a copy of the openBIS version, the only difference is the value of ecp.gwt variable --> + <!-- // // Compile Java to javscript, assuming that prepare-gwt has already been run // // Must pass in module-test.path and module-test.module as arguments // e.g., // <{property,param} name="module-test.path" value="openbis-test" /> // -- GitLab