awips2/edexOsgi/build.edex/deploy-common/deploy-esb-configuration.xml
David Lovely fa557d08e3 Omaha #3945 Moved the ESB folder to deploy.edex.awips2 and updated the build scripts.
Former-commit-id: b9868fc974226fe6b003b0361ce1b18507b2d810
2015-01-28 15:15:15 -06:00

12 lines
No EOL
302 B
XML

<project name="deploy.esb" default="main">
<target name="main">
<mkdir dir="${edex.root.directory}/bin" />
<!-- deploy setup.env -->
<copy todir="${edex.root.directory}/bin"
overwrite="${esb.overwrite}">
<fileset file="${esb.directory}/bin/setup.env" />
</copy>
</target>
</project>