From bf5f444d2dabe4a0da6a1302ba36c06cb26e3f11 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 23 Feb 2012 15:43:29 +0000 Subject: [PATCH] LMS-2612 target 'copy-dss-core-plugins': destination-path introduced SVN: 24549 --- datastore_server/build/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datastore_server/build/build.xml b/datastore_server/build/build.xml index d41037f1784..66de31e35f7 100644 --- a/datastore_server/build/build.xml +++ b/datastore_server/build/build.xml @@ -99,6 +99,7 @@ <target name="make-plugin-dist"> <move file="${plugin-jar.file}" tofile="${dist.plugin.lib}/datastore_server_plugin${variant}.jar" /> <antcall target="copy-dss-core-plugins"> + <param name="destination-path" value="${dist.plugin}" /> <param name="project-path" value="" /> </antcall> <property name="dist.file" @@ -108,7 +109,7 @@ </target> <target name="copy-dss-core-plugins"> - <copy todir="${dist.plugin}/core-plugins"> + <copy todir="${destination-path}/core-plugins"> <fileset dir="${project-path}${core-plugins.folder}" erroronmissingdir="false"> <include name="*/*/dss/**/*"/> </fileset> -- GitLab