From 3fcfc83e669a3189a6b19e301681778ea28486f3 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 8 Jun 2009 12:37:07 +0000
Subject: [PATCH] LMS-916 remove out-commenting brackets

SVN: 11282
---
 rtd_phosphonetx/build/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtd_phosphonetx/build/build.xml b/rtd_phosphonetx/build/build.xml
index baf22a4ef80..2ecbf43f0b2 100644
--- a/rtd_phosphonetx/build/build.xml
+++ b/rtd_phosphonetx/build/build.xml
@@ -30,9 +30,9 @@
         <target name="compile-javascript"
                 depends="prepare-web-client"
                 description="Compiles the javascript using GWT compiler.">
-                <!--antcall target="compile-gwt-module">
+                <antcall target="compile-gwt-module">
                         <param name="gwt.module.name" value="ch.systemsx.cisd.openbis.plugin.phosphonetx.OpenBIS" />
-                </antcall-->
+                </antcall>
         </target>
 
         <!--
-- 
GitLab