From ffc5e54c5334a9561e19478625eb10d98d15ea0a Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 7 Jun 2011 15:25:27 +0000 Subject: [PATCH] LMS-2271 include javadoc of matlab api SVN: 21622 --- screening/build/build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/screening/build/build.xml b/screening/build/build.xml index db44937a509..a36a53a68e6 100644 --- a/screening/build/build.xml +++ b/screening/build/build.xml @@ -405,7 +405,8 @@ </zip> <delete dir="${dist.screening-api.javadoc}" /> <zip destfile="${dist.screening-api.src}"> - <zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**" /> + <zipfileset dir="${sources}" includes="OpenBISScreeningML.java" /> + <zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**" /> <zipfileset dir="${sources}" includes="ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/*Facade.java" /> </zip> @@ -610,7 +611,8 @@ <pathelement location="${sources}" /> <pathelement location="../openbis/${sources}" /> <pathelement path="${ecp}" /> - <pathelement path="${ecp.gwt}" /> + + <pathelement path= "${ecp.gwt}" /> <pathelement location="${gwt.lib}/gwt-dev.jar" /> <pathelement location="${gwt.lib}/gwt-user.jar" /> </classpath> -- GitLab