From fd28118059470544854f35e63b022d5929c3c69c Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Sat, 24 Jul 2010 13:10:32 +0000 Subject: [PATCH] minor: remove false etries form the eclipse "Tasks" list SVN: 17186 --- screening/build/build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screening/build/build.xml b/screening/build/build.xml index 35b3771d0ca..11b76993df2 100644 --- a/screening/build/build.xml +++ b/screening/build/build.xml @@ -103,7 +103,7 @@ </antcall> </target> - <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx API xxxxxxxxxxxxxxxxxxxxxxxxxxxx --> + <!-- ++++++++++++++++++++++++++++++ API ++++++++++++++++++++++++++++++ --> <target name="screening-api-doc"> <javadoc @@ -181,9 +181,9 @@ <delete dir="${dist.screening-api}" /> </target> - <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx END API xxxxxxxxxxxxxxxxxxxxxxxxxxxx --> + <!-- ++++++++++++++++++++++++++++++ END API ++++++++++++++++++++++++++++++ --> - <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx ECLIPSE TEST MODE xxxxxxxxxxxxxxxxxxxxxxxxxxxx --> + <!-- ++++++++++++++++++++++++++++++ ECLIPSE TEST MODE ++++++++++++++++++++++++++++++ --> <!-- This is a copy of the openBIS version, the only difference is the value of ecp.gwt variable --> @@ -260,6 +260,6 @@ </antcall> </target> - <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx END ECLIPSE TEST MODE xxxxxxxxxxxxxxxxxxxxxxxxxxxx --> + <!-- ++++++++++++++++++++++++++++++ END ECLIPSE TEST MODE ++++++++++++++++++++++++++++++ --> </project> \ No newline at end of file -- GitLab