Issue #1927 - add quartz as a RadarServer build dependency
Change-Id: I1bc64bc347ebd54e249dbd8e4b2cadfa65c28b56 Former-commit-id:1b8179bbf2
[formerly01413b17dd
] [formerly047a3de7bd
] [formerly99a5290083
[formerly047a3de7bd
[formerly f3dc0db70d9c3c680b56c07f18c84e2fbc2daaa2]]] Former-commit-id:99a5290083
Former-commit-id: 5c17e84fa3ea240adbc88fa40b2adcf31c7cdca3 [formerly63fa948ba8
] Former-commit-id:f57a730309
This commit is contained in:
parent
481448d7e5
commit
0493669c67
2 changed files with 12 additions and 3 deletions
|
@ -85,6 +85,9 @@
|
|||
</copy>
|
||||
<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*/**"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue