Skip to content
Snippets Groups Projects
Commit bf5f444d authored by felmer's avatar felmer
Browse files

LMS-2612 target 'copy-dss-core-plugins': destination-path introduced

SVN: 24549
parent a9b6518e
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
<target name="make-plugin-dist"> <target name="make-plugin-dist">
<move file="${plugin-jar.file}" tofile="${dist.plugin.lib}/datastore_server_plugin${variant}.jar" /> <move file="${plugin-jar.file}" tofile="${dist.plugin.lib}/datastore_server_plugin${variant}.jar" />
<antcall target="copy-dss-core-plugins"> <antcall target="copy-dss-core-plugins">
<param name="destination-path" value="${dist.plugin}" />
<param name="project-path" value="" /> <param name="project-path" value="" />
</antcall> </antcall>
<property name="dist.file" <property name="dist.file"
...@@ -108,7 +109,7 @@ ...@@ -108,7 +109,7 @@
</target> </target>
<target name="copy-dss-core-plugins"> <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"> <fileset dir="${project-path}${core-plugins.folder}" erroronmissingdir="false">
<include name="*/*/dss/**/*"/> <include name="*/*/dss/**/*"/>
</fileset> </fileset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment