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

Change-Id: I6639323fc3d3afaef85b35ab6693986d9e4243b0

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

View file

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

View file

@ -19,6 +19,7 @@
<requires> <requires>
<import feature="com.raytheon.uf.edex.common.core.feature" version="1.0.0.qualifier"/> <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> </requires>
<plugin <plugin
@ -175,18 +176,4 @@
version="0.0.0" version="0.0.0"
unpack="false"/> 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> </feature>

View file

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