include binlightning plugin for USPLN decoding and display

Former-commit-id: 443827df6891ff0feed3513a38811e3e283d31c0 [formerly 0f53e358b5]
Former-commit-id: 7463d9cd4b
This commit is contained in:
AWIPS User 2015-06-23 16:18:52 -06:00
parent bd223f5edc
commit ed18010211

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>
<!--