Issue #1318 - re-order dependencies; the core feature is now dependent on the event feature
Change-Id: I6639323fc3d3afaef85b35ab6693986d9e4243b0 Former-commit-id:e0ca63881a
[formerly95efa5f0e0
] [formerly06241d95e0
] [formerlyf645f60a75
[formerly06241d95e0
[formerly 31df15583f3b0182736728654b6131fd7d6bc9a8]]] Former-commit-id:f645f60a75
Former-commit-id: 3f8d5a84c32d9b2062047b003a880195b829a06a [formerlyf68c9873b7
] Former-commit-id:87e0c08179
This commit is contained in:
parent
f152c10e63
commit
d0a39600a7
3 changed files with 19 additions and 18 deletions
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue