ASM #74 - Fix RadarServer configuration import utility JAR dependency
Change-Id: I36dbd6f75d0183831fba92d2325c7c182c1dea70 Former-commit-id:d08597a0d4
[formerly 1a4183ed991cf1aed5895334c7b823a66ad58a7a] Former-commit-id:11d0d191fd
This commit is contained in:
parent
363403fb34
commit
fa849dfefa
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,10 @@
|
|||
<available file="${basedir}/../org.springframework" />
|
||||
</condition>
|
||||
|
||||
<condition property="edexsrc.dir" value="${basedir}/.." else="${basedir}/../../edexOsgi">
|
||||
<available file="${basedir}/../com.raytheon.uf.common.util" />
|
||||
</condition>
|
||||
|
||||
<!-- Set default EDEX install location for copy filter -->
|
||||
<property name="def.edex.install.dir" value="/awips" />
|
||||
<condition property="edex.home" value="$EdexBaseDir" else="${def.edex.install.dir}">
|
||||
|
@ -165,6 +169,8 @@
|
|||
includes="**/*.class" />
|
||||
<fileset dir="tmp/plugins/com.raytheon.rcm.server.mq/@dot"
|
||||
includes="**/*.txt" />
|
||||
<fileset dir="tmp/plugins/com.raytheon.uf.common.util/@dot"
|
||||
includes="**/*.class" />
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
|
@ -175,6 +181,7 @@
|
|||
<fileset dir="../com.raytheon.rcm.server/bin" includes="**/*.class" />
|
||||
<fileset dir="../com.raytheon.rcm.server.mq/bin" includes="**/*.class" />
|
||||
<fileset dir="../com.raytheon.rcm.server.mq/bin" includes="**/*.txt" />
|
||||
<fileset dir="${edexsrc.dir}/com.raytheon.uf.common.util/bin" includes="**/*.class" />
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue