Issue #1318 - re-order dependencies; the core feature is now dependent on the event feature

Change-Id: I6639323fc3d3afaef85b35ab6693986d9e4243b0

Former-commit-id: e0ca63881a [formerly 95efa5f0e0] [formerly 06241d95e0] [formerly f645f60a75 [formerly 06241d95e0 [formerly 31df15583f3b0182736728654b6131fd7d6bc9a8]]]
Former-commit-id: f645f60a75
Former-commit-id: 3f8d5a84c32d9b2062047b003a880195b829a06a [formerly f68c9873b7]
Former-commit-id: 87e0c08179
This commit is contained in:
Bryan Kowal 2012-11-26 13:06:33 -06:00
parent f152c10e63
commit d0a39600a7
3 changed files with 19 additions and 18 deletions

View file

@ -26,6 +26,10 @@
<param name="feature"
value="com.raytheon.uf.edex.common.core.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.event.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.core.feature" />
@ -78,10 +82,6 @@
<param name="feature"
value="com.raytheon.uf.edex.npp.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.event.feature" />
</antcall>
<antcall target="build">
<param name="feature"
value="com.raytheon.uf.edex.npp.feature" />

View file

@ -19,6 +19,7 @@
<requires>
<import feature="com.raytheon.uf.edex.common.core.feature" version="1.0.0.qualifier"/>
<import feature="com.raytheon.uf.edex.event.feature" version="1.0.0.qualifier"/>
</requires>
<plugin
@ -175,18 +176,4 @@
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.event"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.event"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View file

@ -17,6 +17,13 @@
[Enter License Description here.]
</license>
<plugin
id="com.raytheon.uf.common.event"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.common.stats"
download-size="0"
@ -24,6 +31,13 @@
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.event"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.raytheon.uf.edex.stats"
download-size="0"