Issue #1638 - fix the build; temporarily copy features that are not built until the build

is capable of resolving its own dependencies.

Change-Id: Id6f31f6428178bf2174079e53f32ca522eeaa445

Former-commit-id: e2c597978c6559a4ef1d5eebb00328584745dae1
This commit is contained in:
Bryan Kowal 2013-02-28 10:02:40 -06:00
parent ec40d261e5
commit 30f59c4bcc

View file

@ -120,6 +120,12 @@
includes="it.*/**" />
</copy>
<!-- END: Copy The Plugins -->
<!-- copy required features that are not built -->
<copy todir="${basedir}/cave/p2/features">
<fileset dir="${workspace.dir}"
includes="com.raytheon.uf.viz.eclipse.feature/**" />
</copy>
</target>
<!-- Cleans Up Any Temporary Directories -->
@ -147,7 +153,7 @@
<param name="feature"
value="com.raytheon.viz.feature.awips" />
<param name="omit"
value="false" />
value="true" />
</antcall>
<antcall target="p2.build.repo">
<param name="feature"