Change-Id: I7f3fd64d1e21d5a82b29b404bb90a62bfa6f79bf Former-commit-id: 71d87e07ef1d5ce2509fddce9170870a5950ba7b
9 lines
No EOL
446 B
XML
9 lines
No EOL
446 B
XML
<project basedir="." default="deploy" name="gov.noaa.nws.ncep.edex.plugin.ncuair">
|
|
|
|
<!--property name="component.name" value="plugin-ncuair_ep" /-->
|
|
<available file="../build.edex" property="build.dir.location" value="../build.edex"/>
|
|
<available file="../../../../../build.edex" property="build.dir.location" value="../../../../../build.edex"/>
|
|
|
|
<import file="${build.dir.location}/basebuilds/component_deploy_base.xml" />
|
|
|
|
</project> |