Issue #2754 - fix ant xpath error; gfe is now dependent on kml (unrelated to this change)
Former-commit-id:0e89136215
[formerly6e19ac4acf
] [formerly6fd129379f
] [formerly678fb83ded
[formerly6fd129379f
[formerly e027cf42b3b395a834f91512e269e41377f673ef]]] Former-commit-id:678fb83ded
Former-commit-id: 2b74f17b03d7ffc9219150c073ed97847f0ecc59 [formerly77370b4e68
] Former-commit-id:9ef27edf5f
This commit is contained in:
parent
116f872261
commit
6c7b44fc8a
4 changed files with 12 additions and 7 deletions
|
@ -219,8 +219,12 @@
|
||||||
classpath="${builder}/../lib/ant/ant-contrib-1.0b3.jar" />
|
classpath="${builder}/../lib/ant/ant-contrib-1.0b3.jar" />
|
||||||
|
|
||||||
<taskdef name="xmltask"
|
<taskdef name="xmltask"
|
||||||
classpath="${builder}/../lib/ant/xmltask-v1.15.1.jar"
|
classname="com.oopsconsultancy.xmltask.ant.XmlTask">
|
||||||
classname="com.oopsconsultancy.xmltask.ant.XmlTask" />
|
<classpath>
|
||||||
|
<pathelement path="${builder}/../lib/ant/xmltask-v1.15.1.jar"/>
|
||||||
|
<pathelement path="${builder}/../lib/ant/xalan-2.7.1.jar"/>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
|
||||||
<!-- Generate the 32-bit CAVE ini files -->
|
<!-- Generate the 32-bit CAVE ini files -->
|
||||||
<var name="cave.arch" value="arch.x86" />
|
<var name="cave.arch" value="arch.x86" />
|
||||||
|
|
BIN
cave/build/lib/ant/xalan-2.7.1.jar
Normal file
BIN
cave/build/lib/ant/xalan-2.7.1.jar
Normal file
Binary file not shown.
|
@ -219,6 +219,10 @@
|
||||||
<param name="feature"
|
<param name="feature"
|
||||||
value="com.raytheon.viz.grib.feature" />
|
value="com.raytheon.viz.grib.feature" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
<antcall target="p2.build.repo">
|
||||||
|
<param name="feature"
|
||||||
|
value="com.raytheon.uf.viz.kml.export.feature" />
|
||||||
|
</antcall>
|
||||||
<antcall target="p2.build.repo">
|
<antcall target="p2.build.repo">
|
||||||
<param name="feature"
|
<param name="feature"
|
||||||
value="com.raytheon.viz.gfe.feature" />
|
value="com.raytheon.viz.gfe.feature" />
|
||||||
|
@ -283,10 +287,6 @@
|
||||||
<param name="feature"
|
<param name="feature"
|
||||||
value="com.raytheon.uf.viz.useradmin.feature" />
|
value="com.raytheon.uf.viz.useradmin.feature" />
|
||||||
</antcall>
|
</antcall>
|
||||||
<antcall target="p2.build.repo">
|
|
||||||
<param name="feature"
|
|
||||||
value="com.raytheon.uf.viz.kml.export.feature" />
|
|
||||||
</antcall>
|
|
||||||
<antcall target="p2.build.repo">
|
<antcall target="p2.build.repo">
|
||||||
<param name="feature"
|
<param name="feature"
|
||||||
value="com.raytheon.uf.viz.npp.feature" />
|
value="com.raytheon.uf.viz.npp.feature" />
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
<import feature="com.raytheon.uf.viz.common.core.feature" version="1.0.0.qualifier"/>
|
<import feature="com.raytheon.uf.viz.common.core.feature" version="1.0.0.qualifier"/>
|
||||||
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
|
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
|
||||||
<import feature="com.raytheon.viz.text.feature" version="1.0.0.qualifier"/>
|
<import feature="com.raytheon.viz.text.feature" version="1.0.0.qualifier"/>
|
||||||
|
<import feature="com.raytheon.uf.viz.kml.export.feature" version="1.0.0.qualifier"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue