include binlightning plugin for USPLN decoding and display

Former-commit-id: 0f53e358b5
This commit is contained in:
AWIPS User 2015-06-23 16:18:52 -06:00
parent 270312e06b
commit 7463d9cd4b

View file

@ -125,16 +125,10 @@
value="com.raytheon.uf.edex.remote.script.feature" />
</antcall>
<!-- SPECIAL CASE -->
<if>
<equals arg1="${lightning}" arg2="true" />
<then>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.binlightning.feature" />
</antcall>
</then>
</if>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.binlightning.feature" />
</antcall>
</target>
<!--