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

LMS-2612 standard technologies: include core-plugins into full DSS dist

SVN: 24562
parent 19f45941
No related branches found
No related tags found
No related merge requests found
...@@ -19,15 +19,29 @@ ...@@ -19,15 +19,29 @@
<antcall target="datastore_server.add-dss-dist-libs"/> <antcall target="datastore_server.add-dss-dist-libs"/>
<build-info revision="revision.number" version="version.number" clean="clean.flag" /> <build-info revision="revision.number" version="version.number" clean="clean.flag" />
<antcall target="make-dss-jar"/> <antcall target="make-dss-jar"/>
<!-- proteomics -->
<antcall target="rtd_phosphonetx.make-dss-plugin-jar"/> <antcall target="rtd_phosphonetx.make-dss-plugin-jar"/>
<move file="${plugin-jar.file}" tofile="${dist.datastore_server.lib}/datastore_server_plugin-proteomics.jar" /> <move file="${plugin-jar.file}" tofile="${dist.datastore_server.lib}/datastore_server_plugin-proteomics.jar" />
<antcall target="copy-dss-core-plugins">
<param name="destination-path" value="${dist}" />
<param name="project-path" value="../rtd_phosphonetx/" />
</antcall>
<!-- screening -->
<antcall target="screening.make-dss-plugin-jar"/> <antcall target="screening.make-dss-plugin-jar"/>
<move file="${plugin-jar.file}" tofile="${dist.datastore_server.lib}/datastore_server_plugin-screening.jar" /> <move file="${plugin-jar.file}" tofile="${dist.datastore_server.lib}/datastore_server_plugin-screening.jar" />
<antcall target="copy-dss-core-plugins">
<param name="destination-path" value="${dist}" />
<param name="project-path" value="../screening/" />
</antcall>
<antcall target="screening.add-stuff-to-dss-dist"/> <antcall target="screening.add-stuff-to-dss-dist"/>
<antcall target="screening.compute-dss-checksum"/> <antcall target="screening.compute-dss-checksum"/>
<antcall target="datastore_server.create-distribution"> <antcall target="datastore_server.create-distribution">
<param name="variant" value="-standard-technologies" /> <param name="variant" value="-standard-technologies" />
</antcall> </antcall>
<delete dir="${dist}/core-plugins"/>
</target> </target>
<target name="war" depends="rtd_phosphonetx.war, screening.war"> <target name="war" depends="rtd_phosphonetx.war, screening.war">
......
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