Issue #2620 Made plugins include utility/resources folders in build.properties for deployment of precompiled jars. Cleaned up manifest versioning in base cots plugins to avoid possible ambiguity between eclipse plugins and repo plugins.
Amend: Changed version numbers per discussion Amend: Actually added changed files to the index Change-Id: Ife7063ed538efe48a264b69c441e6f2dc3746dd5 Former-commit-id: b65366dcdfa48e431b5c8bf10a72879b111cfd8d
This commit is contained in:
parent
73347283b6
commit
16046a4dde
58 changed files with 125 additions and 103 deletions
|
@ -8,5 +8,5 @@ Require-Bundle: com.raytheon.rcm.server;bundle-version="1.0.0",
|
|||
org.apache.activemq;bundle-version="5.2.0",
|
||||
com.raytheon.rcm.lib;bundle-version="1.0.0",
|
||||
javax.jms;bundle-version="1.0.0",
|
||||
org.apache.qpid;bundle-version="1.0.0",
|
||||
org.apache.qpid;bundle-version="0.0.0",
|
||||
org.itadaki.bzip2;bundle-version="0.9.1"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
id="org.apache.activemq"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="5.3.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.localization"
|
||||
|
@ -146,7 +146,7 @@
|
|||
id="net.sf.swtaddons"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.1.1"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.draw2d"
|
||||
|
@ -172,7 +172,7 @@
|
|||
id="javax.media.opengl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.1.1"/>
|
||||
|
||||
<plugin
|
||||
id="javax.media.opengl.linux32"
|
||||
|
@ -180,7 +180,7 @@
|
|||
arch="x86"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="1.1.1"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
|
@ -189,7 +189,7 @@
|
|||
arch="x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="1.1.1"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
|
@ -198,7 +198,7 @@
|
|||
arch="x86"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="1.1.1"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.jep;bundle-version="1.0.0",
|
||||
com.raytheon.uf.common.datastorage;bundle-version="1.11.11",
|
||||
org.apache.velocity;bundle-version="1.5.0",
|
||||
org.apache.qpid;bundle-version="1.0.0",
|
||||
org.apache.qpid;bundle-version="0.18.0",
|
||||
javax.jms;bundle-version="1.0.0",
|
||||
org.apache.activemq,
|
||||
com.raytheon.uf.common.util;bundle-version="1.0.0",
|
||||
|
|
|
@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",
|
|||
com.raytheon.uf.viz.core,
|
||||
javax.persistence;bundle-version="1.0.0",
|
||||
org.hibernate;bundle-version="1.0.0",
|
||||
net.sf.swtaddons;bundle-version="1.0.0"
|
||||
net.sf.swtaddons;bundle-version="0.0.0"
|
||||
Export-Package: com.raytheon.uf.viz.productbrowser;
|
||||
uses:="org.eclipse.jface.action,
|
||||
com.raytheon.uf.viz.core.rsc,
|
||||
|
|
|
@ -24,7 +24,6 @@ Require-Bundle: org.eclipse.ui,
|
|||
com.raytheon.uf.viz.personalities.cave;bundle-version="1.0.0";visibility:=reexport,
|
||||
com.raytheon.uf.viz.spring.dm
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Export-Package: com.raytheon.viz.ui.personalities.awips
|
||||
Import-Package: com.raytheon.uf.common.pypies,
|
||||
|
|
|
@ -35,7 +35,6 @@ Export-Package: com.raytheon.viz.warngen,
|
|||
com.raytheon.viz.warngen.gis,
|
||||
com.raytheon.viz.warngen.gui,
|
||||
com.raytheon.viz.warngen.util
|
||||
Bundle-ClassPath: .
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Import-Package: com.raytheon.uf.common.activetable,
|
||||
com.raytheon.uf.common.dataplugin.text.request,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Google Common (Guava)
|
||||
Bundle-SymbolicName: com.google.guava
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 11.0.2
|
||||
Bundle-Vendor: GOOGLE
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: guava-11.0.2.jar
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Mchange Plug-in
|
||||
Bundle-SymbolicName: com.mchange
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 0.9.1
|
||||
Bundle-ClassPath: c3p0-0.9.1.jar,
|
||||
.
|
||||
Export-Package: com.mchange,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Jms
|
||||
Bundle-SymbolicName: javax.jms
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.1.1
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ClassPath: geronimo-jms_1.1_spec-1.1.1.jar,
|
||||
.
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Measure Plug-in
|
||||
Bundle-SymbolicName: javax.measure
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-ClassPath: jsr-275-1.0-beta-2.jar
|
||||
Export-Package: javax.measure,
|
||||
javax.measure.converter,
|
||||
|
|
|
@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: JOGL Linux Specific Fragment 32-bit
|
||||
Bundle-SymbolicName: javax.media.opengl.linux32
|
||||
Bundle-Version: 1.1.0
|
||||
Bundle-Version: 1.1.1
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Fragment-Host: javax.media.opengl;bundle-version="1.1.0"
|
||||
Fragment-Host: javax.media.opengl;bundle-version="1.1.1"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86))
|
||||
|
|
|
@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: JOGL Linux Specific Fragment 64-bit
|
||||
Bundle-SymbolicName: javax.media.opengl.linux64
|
||||
Bundle-Version: 1.1.0
|
||||
Bundle-Version: 1.1.1
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Fragment-Host: javax.media.opengl;bundle-version="1.1.0"
|
||||
Fragment-Host: javax.media.opengl;bundle-version="1.1.1"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64))
|
||||
|
|
|
@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: JOGL Win32 Specific Fragment
|
||||
Bundle-SymbolicName: javax.media.opengl.win32
|
||||
Bundle-Version: 1.1.0
|
||||
Bundle-Version: 1.1.1
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Fragment-Host: javax.media.opengl;bundle-version="1.1.0"
|
||||
Fragment-Host: javax.media.opengl;bundle-version="1.1.1"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: OpenGL Plug-in
|
||||
Bundle-SymbolicName: javax.media.opengl
|
||||
Bundle-Version: 1.1.0
|
||||
Bundle-Version: 1.1.1
|
||||
Bundle-ClassPath: gluegen-rt.jar,
|
||||
jogl.jar
|
||||
Export-Package: com.sun.gluegen.runtime,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Persistence Plug-in
|
||||
Bundle-SymbolicName: javax.persistence
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.0.0
|
||||
Export-Package: javax.persistence,
|
||||
javax.persistence.spi
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Ehcache Plug-in
|
||||
Bundle-SymbolicName: net.sf.ehcache
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.3.0
|
||||
Bundle-ClassPath: ehcache-1.3.0.jar
|
||||
Export-Package: net.sf.ehcache,
|
||||
net.sf.ehcache.bootstrap,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Swtaddons Plug-in
|
||||
Bundle-SymbolicName: net.sf.swtaddons
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 0.1.1
|
||||
Export-Package: net.sf.swtaddons.autocomplete,
|
||||
net.sf.swtaddons.autocomplete.combo,
|
||||
net.sf.swtaddons.autocomplete.text
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Activemq Plug-in
|
||||
Bundle-SymbolicName: org.apache.activemq
|
||||
Bundle-Version: 5.2.0
|
||||
Bundle-Version: 5.3.0
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ClassPath: .,
|
||||
activation-1.1.jar,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Apache Commons Codec Plug-in
|
||||
Bundle-SymbolicName: org.apache.commons.codec
|
||||
Bundle-Version: 1.4
|
||||
Bundle-Version: 1.4.0
|
||||
Bundle-ClassPath: commons-codec-1.4.jar
|
||||
Export-Package: org.apache.commons.codec,
|
||||
org.apache.commons.codec.binary,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Cxf
|
||||
Bundle-SymbolicName: org.apache.commons.cxf
|
||||
Bundle-Version: 2.5.10.qualifier
|
||||
Bundle-Version: 2.5.10
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ClassPath: FastInfoset-1.2.9.jar,
|
||||
geronimo-activation_1.1_spec-1.1.jar,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Io
|
||||
Bundle-SymbolicName: org.apache.commons.io
|
||||
Bundle-Version: 2.4
|
||||
Bundle-Version: 2.4.0
|
||||
Bundle-ClassPath: commons-io-2.4.jar
|
||||
Bundle-Vendor: Apache
|
||||
Export-Package: org.apache.commons.io,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Management Plug-in
|
||||
Bundle-SymbolicName: org.apache.commons.management
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-ClassPath: commons-management-1.0.jar
|
||||
Export-Package: org.fusesource.commons.management,
|
||||
org.fusesource.commons.management.basic,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Mina Plug-in
|
||||
Bundle-SymbolicName: org.apache.mina
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.1.7
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Require-Bundle: org.slf4j
|
||||
Bundle-ClassPath: mina-core-1.1.7.jar,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Qpid
|
||||
Bundle-SymbolicName: org.apache.qpid
|
||||
Bundle-Version: 1.0.0.18
|
||||
Bundle-Version: 0.18.0
|
||||
Require-Bundle: javax.jms;bundle-version="1.0.0",
|
||||
org.slf4j
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Dom4j Plug-in
|
||||
Bundle-SymbolicName: org.dom4j
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.6.1
|
||||
Bundle-ClassPath: dom4j-1.6.1.jar,
|
||||
jaxen-1.1.4.jar,
|
||||
.
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Eclipse Jetty
|
||||
Bundle-SymbolicName: org.eclipse.jetty
|
||||
Bundle-Version: 7.6.9.v20130131
|
||||
Bundle-Version: 7.6.14.v20131031
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Export-Package: javax.el,
|
||||
javax.servlet,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Hibernate Plug-in
|
||||
Bundle-SymbolicName: org.hibernate
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 3.5.6
|
||||
Bundle-ClassPath: hibernate-spatial-1.0.jar,
|
||||
hibernate-spatial-postgis-1.0.jar,
|
||||
hibernate3.5.6-Final.jar,
|
||||
|
|
|
@ -2,8 +2,9 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Native Jep Library 32-bit
|
||||
Bundle-SymbolicName: org.jep.linux32
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 2.3.0
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Bundle-ClassPath: libjep.so
|
||||
Fragment-Host: org.jep;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86))
|
||||
|
|
|
@ -2,8 +2,9 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Native Jep Library 64-bit
|
||||
Bundle-SymbolicName: org.jep.linux64
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 2.3.0
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Bundle-ClassPath: libjep.so
|
||||
Fragment-Host: org.jep;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64))
|
||||
|
|
|
@ -2,7 +2,8 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Win32 Native Jep Library 32-bit
|
||||
Bundle-SymbolicName: org.jep.win32
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 2.3.0
|
||||
Bundle-ClassPath: jep.dll
|
||||
Fragment-Host: org.jep;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Jep Plug-in
|
||||
Bundle-SymbolicName: org.jep
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 2.3.0
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: jep.jar
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Postgres
|
||||
Bundle-SymbolicName: org.postgres
|
||||
Bundle-Version: 9.2
|
||||
Bundle-Version: 9.2.4
|
||||
Bundle-ClassPath: postgis-jdbc-2.0.2SVN.jar,
|
||||
postgresql-9.2-1002.jdbc4.jar
|
||||
Export-Package: examples,
|
||||
|
|
|
@ -3,4 +3,6 @@ output.. = bin/
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/,\
|
||||
GribDecoder.py
|
||||
GribDecoder.py,\
|
||||
resources/,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
id="org.apache.thrift"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.9.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.google.guava"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="11.0.2"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.alertmonitor"
|
||||
|
@ -196,104 +196,104 @@
|
|||
id="javax.jms"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.1.1"/>
|
||||
|
||||
<plugin
|
||||
id="javax.measure"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="javax.persistence"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="javax.vecmath"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.3.1"/>
|
||||
|
||||
<plugin
|
||||
id="net.sf.cglib"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="2.1.3"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.beanutils"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.8.3"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.codec"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.4.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.collections"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="3.2.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.configuration"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.6.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.digester"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.8.1"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.lang"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="2.3.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.http"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="4.1.2"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.velocity"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.7.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.geotools"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="2.6.4"/>
|
||||
|
||||
<plugin
|
||||
id="org.javassist"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="3.9.0.GA"/>
|
||||
|
||||
<plugin
|
||||
id="org.hibernate"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="3.5.6"/>
|
||||
|
||||
<plugin
|
||||
id="org.jep"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="2.3.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.jep.linux32"
|
||||
|
@ -301,7 +301,7 @@
|
|||
arch="x86"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="2.3.0"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
|
@ -310,7 +310,7 @@
|
|||
arch="x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="2.3.0"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
|
@ -319,26 +319,26 @@
|
|||
arch="x86"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="2.3.0"
|
||||
fragment="true"/>
|
||||
|
||||
<plugin
|
||||
id="org.postgres"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="9.2.4"/>
|
||||
|
||||
<plugin
|
||||
id="org.slf4j"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.7.5"/>
|
||||
|
||||
<plugin
|
||||
id="org.springframework"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="3.1.4"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.pypies"
|
||||
|
@ -372,31 +372,31 @@
|
|||
id="org.apache.qpid"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.18.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.mina"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.1.7"/>
|
||||
|
||||
<plugin
|
||||
id="org.quartz"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.8.6"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.io"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="2.4.0"/>
|
||||
|
||||
<plugin
|
||||
id="ch.qos.logback"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.0.13"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.topo"
|
||||
|
@ -416,5 +416,5 @@
|
|||
id="org.reflections"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.9.9"/>
|
||||
</feature>
|
||||
|
|
|
@ -6,7 +6,6 @@ Bundle-Version: 1.0.0.qualifier
|
|||
Bundle-Vendor: RAYTHEON
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Export-Package: com.raytheon.uf.common.datadelivery.event,
|
||||
com.raytheon.uf.common.datadelivery.event.notification,
|
||||
com.raytheon.uf.common.datadelivery.event.retrieval,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
JavaImporter.py
|
||||
JavaImporter.py,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
.,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/,\
|
||||
resources/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
id="com.mchange"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.9.1"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.edex.common"
|
||||
|
@ -150,37 +150,37 @@
|
|||
id="net.sf.ehcache"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.3.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.camel"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="2.11.2"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.cxf"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="2.5.10"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.management"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.dom4j"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="1.6.1"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.jetty"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="7.6.14.v20131031"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/,\
|
||||
resources/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,5 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
utility/,\
|
||||
resources/
|
||||
|
|
|
@ -2,4 +2,6 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
resources/,\
|
||||
utility/
|
||||
|
|
|
@ -31,4 +31,3 @@ Export-Package: gov.noaa.nws.ncep.gempak.parameters,
|
|||
gov.noaa.nws.ncep.gempak.parameters.line,
|
||||
gov.noaa.nws.ncep.gempak.parameters.marker,
|
||||
gov.noaa.nws.ncep.gempak.parameters.title
|
||||
Bundle-ClassPath: ., jna.jar
|
||||
|
|
|
@ -63,5 +63,3 @@ Export-Package: gov.noaa.nws.ncep.ui.nsharp,
|
|||
gov.noaa.nws.ncep.ui.nsharp.display.rsc,
|
||||
gov.noaa.nws.ncep.ui.nsharp.natives,
|
||||
gov.noaa.nws.ncep.ui.nsharp.view
|
||||
Bundle-ClassPath: .,
|
||||
jna.jar
|
||||
|
|
|
@ -44,4 +44,3 @@ Import-Package: com.raytheon.viz.core.contours.util,
|
|||
com.raytheon.viz.core.gl.images,
|
||||
gov.noaa.nws.ncep.common.staticdata,
|
||||
javax.measure.unit
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -46,7 +46,6 @@ Export-Package: gov.noaa.nws.ncep.viz.tools,
|
|||
gov.noaa.nws.ncep.viz.tools.newEditors,
|
||||
gov.noaa.nws.ncep.viz.tools.panZoom,
|
||||
gov.noaa.nws.ncep.viz.tools.predefinedArea
|
||||
Bundle-ClassPath: .
|
||||
Import-Package: gov.noaa.nws.ncep.common.log.logger,
|
||||
gov.noaa.nws.ncep.edex.common.ncinventory,
|
||||
gov.noaa.nws.ncep.viz.gempak.grid.inv,
|
||||
|
|
Loading…
Add table
Reference in a new issue