Merge "Issue #1927 - add quartz as a RadarServer build dependency" into development

Former-commit-id: 7ba3ba65ce [formerly 6952b172cf] [formerly 591eb2d6e2] [formerly 7ba3ba65ce [formerly 6952b172cf] [formerly 591eb2d6e2] [formerly b621d417e5 [formerly 591eb2d6e2 [formerly 5db35fcaef26b2817bfcd4a051f4c1f05d8fdcdd]]]]
Former-commit-id: b621d417e5
Former-commit-id: 5090118058 [formerly 93568fff0b] [formerly 67c7b9f57a05eab1450a9b79f580931ffe0dd774 [formerly b9275b3c2b]]
Former-commit-id: 099be49fe02c4a4fa0b28c84d214401a6f31ce1c [formerly 0a49169575]
Former-commit-id: 1329d58062
This commit is contained in:
Nate Jensen 2013-05-15 13:02:58 -05:00 committed by Gerrit Code Review
commit ec4eaafaf3
2 changed files with 12 additions and 3 deletions

View file

@ -86,6 +86,9 @@
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../" includes="org.springframework*/**"/>
</copy>
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../" includes="org.quartz*/**"/>
</copy>
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../" includes="com.raytheon.uf.common.util*/**"/>
<fileset dir="${buildDirectory}/../../" includes="com.raytheon.uf.common.status*/**"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
@ -49,7 +49,7 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.util"
download-size="0"
@ -98,7 +98,7 @@
version="0.0.0"
unpack="false"/>
<plugin
<plugin
id="org.slf4j"
download-size="0"
install-size="0"
@ -155,4 +155,10 @@
install-size="0"
version="0.0.0"/>
<plugin
id="org.quartz"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>