Issue #3001 Changed ccfp-common.xml to used common. Fixed version in com.raytheon.viz.aviation/META-INF/MANIFEST.MF.
Change-Id: I118afa785fff93251950f0f10e72979174de35cb Former-commit-id: cd85b148b6b267779d1fe8b510f14f63c45db77a
This commit is contained in:
parent
b288bd46de
commit
3fb2835dd3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Aviation Plug-in
|
Bundle-Name: Aviation Plug-in
|
||||||
Bundle-SymbolicName: com.raytheon.viz.aviation;singleton:=true
|
Bundle-SymbolicName: com.raytheon.viz.aviation;singleton:=true
|
||||||
Bundle-Version: 1.12.1174.qualifier
|
Bundle-Version: 1.14.0
|
||||||
Bundle-Activator: com.raytheon.viz.aviation.activator.Activator
|
Bundle-Activator: com.raytheon.viz.aviation.activator.Activator
|
||||||
Bundle-Vendor: Raytheon
|
Bundle-Vendor: Raytheon
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<bean id="ccfpProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
<bean id="ccfpProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
||||||
<property name="pluginName" value="ccfp" />
|
<property name="pluginName" value="ccfp" />
|
||||||
<property name="pluginFQN" value="com.raytheon.uf.edex.plugin.ccfp" />
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.ccfp" />
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.ccfp.CcfpRecord" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.ccfp.CcfpRecord" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue