Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions server/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.dicom}/lib" failonerror="false">
<copy todir="${connectors.dicom}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/dimse" />
</copy>
<jar destfile="${connectors.dicom}/dicom-shared.jar" basedir="${classes}">
Expand All @@ -164,7 +164,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.doc}/lib" failonerror="false">
<copy todir="${connectors.doc}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/doc" />
</copy>
<jar destfile="${connectors.doc}/doc-shared.jar" basedir="${classes}">
Expand All @@ -190,7 +190,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.file}/lib" failonerror="false">
<copy todir="${connectors.file}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/file" />
</copy>
<jar destfile="${connectors.file}/file-shared.jar" basedir="${classes}">
Expand Down Expand Up @@ -228,7 +228,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.http}/lib" failonerror="false">
<copy todir="${connectors.http}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/http" />
</copy>
<jar destfile="${connectors.http}/http-shared.jar" basedir="${classes}">
Expand Down Expand Up @@ -256,7 +256,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.jdbc}/lib" failonerror="false">
<copy todir="${connectors.jdbc}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/jdbc" />
</copy>
<jar destfile="${connectors.jdbc}/jdbc-shared.jar" basedir="${classes}">
Expand Down Expand Up @@ -286,7 +286,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.jms}/lib" failonerror="false">
<copy todir="${connectors.jms}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/jms" />
</copy>
<jar destfile="${connectors.jms}/jms-shared.jar" basedir="${classes}">
Expand All @@ -312,7 +312,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.js}/lib" failonerror="false">
<copy todir="${connectors.js}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/js" />
</copy>
<jar destfile="${connectors.js}/js-shared.jar" basedir="${classes}">
Expand All @@ -334,7 +334,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.smtp}/lib" failonerror="false">
<copy todir="${connectors.smtp}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/smtp" />
</copy>
<jar destfile="${connectors.smtp}/smtp-shared.jar" basedir="${classes}">
Expand All @@ -358,7 +358,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.tcp}/lib" failonerror="false">
<copy todir="${connectors.tcp}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/tcp" />
</copy>
<jar destfile="${connectors.tcp}/tcp-shared.jar" basedir="${classes}">
Expand All @@ -382,7 +382,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.vm}/lib" failonerror="false">
<copy todir="${connectors.vm}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/vm" />
</copy>
<jar destfile="${connectors.vm}/vm-shared.jar" basedir="${classes}">
Expand All @@ -404,7 +404,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${connectors.ws}/lib" failonerror="false">
<copy todir="${connectors.ws}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/ws" />
</copy>
<jar destfile="${connectors.ws}/ws-shared.jar" basedir="${classes}">
Expand Down Expand Up @@ -443,7 +443,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-delimited}/lib" failonerror="false">
<copy todir="${plugins.datatype-delimited}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/delimited" />
</copy>
<jar destfile="${plugins.datatype-delimited}/datatype-delimited-shared.jar" basedir="${classes}">
Expand All @@ -465,7 +465,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-dicom}/lib" failonerror="false">
<copy todir="${plugins.datatype-dicom}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/dicom" />
</copy>
<jar destfile="${plugins.datatype-dicom}/datatype-dicom-shared.jar" basedir="${classes}">
Expand All @@ -484,7 +484,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-edi}/lib" failonerror="false">
<copy todir="${plugins.datatype-edi}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/edi" />
</copy>
<!-- copy the xml files so they will be included in jar -->
Expand All @@ -506,7 +506,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-hl7v2}/lib" failonerror="false">
<copy todir="${plugins.datatype-hl7v2}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/hl7v2" />
</copy>
<jar destfile="${plugins.datatype-hl7v2}/datatype-hl7v2-shared.jar" basedir="${classes}">
Expand All @@ -526,7 +526,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-hl7v3}/lib" failonerror="false">
<copy todir="${plugins.datatype-hl7v3}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/hl7v3" />
</copy>
<jar destfile="${plugins.datatype-hl7v3}/datatype-hl7v3-shared.jar" basedir="${classes}">
Expand All @@ -544,7 +544,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-ncpdp}/lib" failonerror="false">
<copy todir="${plugins.datatype-ncpdp}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/ncpdp" />
</copy>
<jar destfile="${plugins.datatype-ncpdp}/datatype-ncpdp-shared.jar" basedir="${classes}">
Expand All @@ -562,7 +562,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-xml}/lib" failonerror="false">
<copy todir="${plugins.datatype-xml}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/xml" />
</copy>
<jar destfile="${plugins.datatype-xml}/datatype-xml-shared.jar" basedir="${classes}">
Expand All @@ -580,7 +580,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-raw}/lib" failonerror="false">
<copy todir="${plugins.datatype-raw}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/raw" />
</copy>
<jar destfile="${plugins.datatype-raw}/datatype-raw-shared.jar" basedir="${classes}">
Expand All @@ -598,7 +598,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datatype-json}/lib" failonerror="false">
<copy todir="${plugins.datatype-json}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datatypes/json" />
</copy>
<jar destfile="${plugins.datatype-json}/datatype-json-shared.jar" basedir="${classes}">
Expand All @@ -616,7 +616,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.directoryresource}/lib" failonerror="false">
<copy todir="${plugins.directoryresource}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/directoryresource" />
</copy>
<jar destfile="${plugins.directoryresource}/directoryresource-shared.jar" basedir="${classes}">
Expand All @@ -636,7 +636,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.dashboardstatus}/lib" failonerror="false">
<copy todir="${plugins.dashboardstatus}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/dashboardstatus" />
</copy>
<jar destfile="${plugins.dashboardstatus}/dashboardstatus-shared.jar" basedir="${classes}">
Expand All @@ -656,7 +656,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.destinationsetfilter}/lib" failonerror="false">
<copy todir="${plugins.destinationsetfilter}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/destinationsetfilter" />
</copy>
<jar destfile="${plugins.destinationsetfilter}/destinationsetfilter-shared.jar" basedir="${classes}">
Expand All @@ -672,7 +672,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.dicomviewer}/lib" failonerror="false">
<copy todir="${plugins.dicomviewer}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/dicomviewer" />
</copy>

Expand All @@ -683,7 +683,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.globalmapviewer}/lib" failonerror="false">
<copy todir="${plugins.globalmapviewer}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/globalmapviewer" />
</copy>
<jar destfile="${plugins.globalmapviewer}/globalmapviewer-shared.jar" basedir="${classes}">
Expand All @@ -701,7 +701,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.httpauth}/lib" failonerror="false">
<copy todir="${plugins.httpauth}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/httpauth" />
</copy>
<jar destfile="${plugins.httpauth}/httpauth-shared.jar" basedir="${classes}">
Expand Down Expand Up @@ -742,7 +742,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.imageviewer}/lib" failonerror="false">
<copy todir="${plugins.imageviewer}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/imageviewer" />
</copy>

Expand All @@ -753,7 +753,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.javascriptrule}/lib" failonerror="false">
<copy todir="${plugins.javascriptrule}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/javascriptrule" />
</copy>
<jar destfile="${plugins.javascriptrule}/javascriptrule-shared.jar" basedir="${classes}">
Expand All @@ -767,7 +767,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.javascriptstep}/lib" failonerror="false">
<copy todir="${plugins.javascriptstep}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/javascriptstep" />
</copy>
<jar destfile="${plugins.javascriptstep}/javascriptstep-shared.jar" basedir="${classes}">
Expand All @@ -781,7 +781,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.mapper}/lib" failonerror="false">
<copy todir="${plugins.mapper}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/mapper" />
</copy>
<jar destfile="${plugins.mapper}/mapper-shared.jar" basedir="${classes}">
Expand All @@ -796,7 +796,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.messagebuilder}/lib" failonerror="false">
<copy todir="${plugins.messagebuilder}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/messagebuilder" />
</copy>
<jar destfile="${plugins.messagebuilder}/messagebuilder-shared.jar" basedir="${classes}">
Expand All @@ -810,7 +810,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.datapruner}/lib" failonerror="false">
<copy todir="${plugins.datapruner}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/datapruner" />
</copy>
<jar destfile="${plugins.datapruner}/datapruner-shared.jar" basedir="${classes}">
Expand All @@ -828,7 +828,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.mllpmode}/lib" failonerror="false">
<copy todir="${plugins.mllpmode}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/mllpmode" />
</copy>
<jar destfile="${plugins.mllpmode}/mllpmode-shared.jar" basedir="${classes}">
Expand All @@ -846,7 +846,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.pdfviewer}/lib" failonerror="false">
<copy todir="${plugins.pdfviewer}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/pdfviewer" />
</copy>

Expand All @@ -857,7 +857,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.textviewer}/lib" failonerror="false">
<copy todir="${plugins.textviewer}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/textviewer" />
</copy>

Expand All @@ -868,7 +868,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.rulebuilder}/lib" failonerror="false">
<copy todir="${plugins.rulebuilder}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/rulebuilder" />
</copy>
<jar destfile="${plugins.rulebuilder}/rulebuilder-shared.jar" basedir="${classes}">
Expand All @@ -883,7 +883,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.serverlog}/lib" failonerror="false">
<copy todir="${plugins.serverlog}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/serverlog" />
</copy>
<jar destfile="${plugins.serverlog}/serverlog-shared.jar" basedir="${classes}">
Expand All @@ -903,7 +903,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.scriptfilerule}/lib" failonerror="false">
<copy todir="${plugins.scriptfilerule}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/scriptfilerule" />
</copy>
<jar destfile="${plugins.scriptfilerule}/scriptfilerule-shared.jar" basedir="${classes}">
Expand All @@ -917,7 +917,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.scriptfilestep}/lib" failonerror="false">
<copy todir="${plugins.scriptfilestep}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/scriptfilestep" />
</copy>
<jar destfile="${plugins.scriptfilestep}/scriptfilestep-shared.jar" basedir="${classes}">
Expand All @@ -931,7 +931,7 @@
<include name="*.xml" />
</fileset>
</copy>
<copy todir="${plugins.xsltstep}/lib" failonerror="false">
<copy todir="${plugins.xsltstep}/lib" failonerror="false" quiet="true">
<fileset dir="${lib.extensions}/xsltstep" />
</copy>
<jar destfile="${plugins.xsltstep}/xsltstep-shared.jar" basedir="${classes}">
Expand Down