Issue #2164 - fix 13.6.1 build

Change-Id: I9f4e29f8f19abf7700baad125617054c8a561ff3

Former-commit-id: 34efd01a4f [formerly c2b54d7c31] [formerly 34efd01a4f [formerly c2b54d7c31] [formerly 1c49dff18e [formerly ea1628be6840c42fffd2e8b8437386a4df3aacca]]]
Former-commit-id: 1c49dff18e
Former-commit-id: c9fa275089 [formerly 0787aca88b]
Former-commit-id: 5c14f56265
This commit is contained in:
Bryan Kowal 2013-07-03 11:22:45 -05:00
parent d97721eda9
commit ca7f9097f6
5 changed files with 41 additions and 18 deletions

View file

@ -112,6 +112,11 @@
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../../" includes="ogc.*/**"/>
</copy>
<echo message="ch.*/**"/>
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../../" includes="ch.*/**"/>
</copy>
<antcall target="getBaseComponents" />
</target>

View file

@ -121,6 +121,11 @@
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../../" includes="de.*/**"/>
</copy>
<echo message="ch.*/**"/>
<copy todir="${buildDirectory}/plugins">
<fileset dir="${buildDirectory}/../../../" includes="ch.*/**"/>
</copy>
<antcall target="getBaseComponents" />
</target>

View file

@ -119,6 +119,13 @@
<fileset dir="${workspace.dir}"
includes="it.*/**" />
</copy>
<echo message="PLUGINS: ch.*/**" />
<copy todir="${basedir}/cave/p2/plugins">
<fileset dir="${workspace.dir}"
includes="ch.*/**" />
</copy>
<!-- END: Copy The Plugins -->
</target>

View file

@ -42,6 +42,24 @@
<import plugin="javax.measure" version="1.0.0" match="greaterOrEqual"/>
</requires>
<plugin
id="ch.qos.logback"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.slf4j"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.springframework"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.apache.activemq"
download-size="0"
@ -81,12 +99,6 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.slf4j"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.apache.commons.collections"
download-size="0"
@ -168,12 +180,6 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.springframework"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="com.raytheon.uf.common.colormap"
download-size="0"
@ -478,12 +484,6 @@
install-size="0"
version="0.0.0"/>
<plugin
id="ch.qos.logback"
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.apache.log4j"
download-size="0"

View file

@ -183,4 +183,10 @@
install-size="0"
version="0.0.0"/>
<plugin
id="org.apache.commons.logging"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>