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:
Max Schenkelberg 2014-01-06 14:32:47 -06:00
parent 73347283b6
commit 16046a4dde
58 changed files with 125 additions and 103 deletions

View file

@ -8,5 +8,5 @@ Require-Bundle: com.raytheon.rcm.server;bundle-version="1.0.0",
org.apache.activemq;bundle-version="5.2.0", org.apache.activemq;bundle-version="5.2.0",
com.raytheon.rcm.lib;bundle-version="1.0.0", com.raytheon.rcm.lib;bundle-version="1.0.0",
javax.jms;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" org.itadaki.bzip2;bundle-version="0.9.1"

View file

@ -38,7 +38,7 @@
id="org.apache.activemq" id="org.apache.activemq"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="5.3.0"/>
<plugin <plugin
id="com.raytheon.uf.viz.localization" id="com.raytheon.uf.viz.localization"
@ -146,7 +146,7 @@
id="net.sf.swtaddons" id="net.sf.swtaddons"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="0.1.1"/>
<plugin <plugin
id="org.eclipse.draw2d" id="org.eclipse.draw2d"
@ -172,7 +172,7 @@
id="javax.media.opengl" id="javax.media.opengl"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.1.1"/>
<plugin <plugin
id="javax.media.opengl.linux32" id="javax.media.opengl.linux32"
@ -180,7 +180,7 @@
arch="x86" arch="x86"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="1.1.1"
fragment="true"/> fragment="true"/>
<plugin <plugin
@ -189,7 +189,7 @@
arch="x86_64" arch="x86_64"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="1.1.1"
fragment="true"/> fragment="true"/>
<plugin <plugin
@ -198,7 +198,7 @@
arch="x86" arch="x86"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="1.1.1"
fragment="true"/> fragment="true"/>
<plugin <plugin

View file

@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.jep;bundle-version="1.0.0", org.jep;bundle-version="1.0.0",
com.raytheon.uf.common.datastorage;bundle-version="1.11.11", com.raytheon.uf.common.datastorage;bundle-version="1.11.11",
org.apache.velocity;bundle-version="1.5.0", 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", javax.jms;bundle-version="1.0.0",
org.apache.activemq, org.apache.activemq,
com.raytheon.uf.common.util;bundle-version="1.0.0", com.raytheon.uf.common.util;bundle-version="1.0.0",

View file

@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",
com.raytheon.uf.viz.core, com.raytheon.uf.viz.core,
javax.persistence;bundle-version="1.0.0", javax.persistence;bundle-version="1.0.0",
org.hibernate;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; Export-Package: com.raytheon.uf.viz.productbrowser;
uses:="org.eclipse.jface.action, uses:="org.eclipse.jface.action,
com.raytheon.uf.viz.core.rsc, com.raytheon.uf.viz.core.rsc,

View file

@ -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.personalities.cave;bundle-version="1.0.0";visibility:=reexport,
com.raytheon.uf.viz.spring.dm com.raytheon.uf.viz.spring.dm
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: com.raytheon.viz.ui.personalities.awips Export-Package: com.raytheon.viz.ui.personalities.awips
Import-Package: com.raytheon.uf.common.pypies, Import-Package: com.raytheon.uf.common.pypies,

View file

@ -35,7 +35,6 @@ Export-Package: com.raytheon.viz.warngen,
com.raytheon.viz.warngen.gis, com.raytheon.viz.warngen.gis,
com.raytheon.viz.warngen.gui, com.raytheon.viz.warngen.gui,
com.raytheon.viz.warngen.util com.raytheon.viz.warngen.util
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.raytheon.uf.common.activetable, Import-Package: com.raytheon.uf.common.activetable,
com.raytheon.uf.common.dataplugin.text.request, com.raytheon.uf.common.dataplugin.text.request,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Google Common (Guava) Bundle-Name: Google Common (Guava)
Bundle-SymbolicName: com.google.guava Bundle-SymbolicName: com.google.guava
Bundle-Version: 1.0.0.qualifier Bundle-Version: 11.0.2
Bundle-Vendor: GOOGLE Bundle-Vendor: GOOGLE
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-ClassPath: guava-11.0.2.jar Bundle-ClassPath: guava-11.0.2.jar

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Mchange Plug-in Bundle-Name: Mchange Plug-in
Bundle-SymbolicName: com.mchange Bundle-SymbolicName: com.mchange
Bundle-Version: 1.0.0.qualifier Bundle-Version: 0.9.1
Bundle-ClassPath: c3p0-0.9.1.jar, Bundle-ClassPath: c3p0-0.9.1.jar,
. .
Export-Package: com.mchange, Export-Package: com.mchange,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Jms Bundle-Name: Jms
Bundle-SymbolicName: javax.jms Bundle-SymbolicName: javax.jms
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.1.1
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: geronimo-jms_1.1_spec-1.1.1.jar, Bundle-ClassPath: geronimo-jms_1.1_spec-1.1.1.jar,
. .

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Measure Plug-in Bundle-Name: Measure Plug-in
Bundle-SymbolicName: javax.measure Bundle-SymbolicName: javax.measure
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0
Bundle-ClassPath: jsr-275-1.0-beta-2.jar Bundle-ClassPath: jsr-275-1.0-beta-2.jar
Export-Package: javax.measure, Export-Package: javax.measure,
javax.measure.converter, javax.measure.converter,

View file

@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: JOGL Linux Specific Fragment 32-bit Bundle-Name: JOGL Linux Specific Fragment 32-bit
Bundle-SymbolicName: javax.media.opengl.linux32 Bundle-SymbolicName: javax.media.opengl.linux32
Bundle-Version: 1.1.0 Bundle-Version: 1.1.1
Bundle-Vendor: Raytheon-bundled OSS 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 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86)) Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86))

View file

@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: JOGL Linux Specific Fragment 64-bit Bundle-Name: JOGL Linux Specific Fragment 64-bit
Bundle-SymbolicName: javax.media.opengl.linux64 Bundle-SymbolicName: javax.media.opengl.linux64
Bundle-Version: 1.1.0 Bundle-Version: 1.1.1
Bundle-Vendor: Raytheon-bundled OSS 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 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64)) Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64))

View file

@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: JOGL Win32 Specific Fragment Bundle-Name: JOGL Win32 Specific Fragment
Bundle-SymbolicName: javax.media.opengl.win32 Bundle-SymbolicName: javax.media.opengl.win32
Bundle-Version: 1.1.0 Bundle-Version: 1.1.1
Bundle-Vendor: Raytheon-bundled OSS 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 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86)) Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: OpenGL Plug-in Bundle-Name: OpenGL Plug-in
Bundle-SymbolicName: javax.media.opengl Bundle-SymbolicName: javax.media.opengl
Bundle-Version: 1.1.0 Bundle-Version: 1.1.1
Bundle-ClassPath: gluegen-rt.jar, Bundle-ClassPath: gluegen-rt.jar,
jogl.jar jogl.jar
Export-Package: com.sun.gluegen.runtime, Export-Package: com.sun.gluegen.runtime,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Persistence Plug-in Bundle-Name: Persistence Plug-in
Bundle-SymbolicName: javax.persistence Bundle-SymbolicName: javax.persistence
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0
Export-Package: javax.persistence, Export-Package: javax.persistence,
javax.persistence.spi javax.persistence.spi
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Ehcache Plug-in Bundle-Name: Ehcache Plug-in
Bundle-SymbolicName: net.sf.ehcache Bundle-SymbolicName: net.sf.ehcache
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.3.0
Bundle-ClassPath: ehcache-1.3.0.jar Bundle-ClassPath: ehcache-1.3.0.jar
Export-Package: net.sf.ehcache, Export-Package: net.sf.ehcache,
net.sf.ehcache.bootstrap, net.sf.ehcache.bootstrap,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Swtaddons Plug-in Bundle-Name: Swtaddons Plug-in
Bundle-SymbolicName: net.sf.swtaddons Bundle-SymbolicName: net.sf.swtaddons
Bundle-Version: 1.0.0.qualifier Bundle-Version: 0.1.1
Export-Package: net.sf.swtaddons.autocomplete, Export-Package: net.sf.swtaddons.autocomplete,
net.sf.swtaddons.autocomplete.combo, net.sf.swtaddons.autocomplete.combo,
net.sf.swtaddons.autocomplete.text net.sf.swtaddons.autocomplete.text

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Activemq Plug-in Bundle-Name: Activemq Plug-in
Bundle-SymbolicName: org.apache.activemq Bundle-SymbolicName: org.apache.activemq
Bundle-Version: 5.2.0 Bundle-Version: 5.3.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: ., Bundle-ClassPath: .,
activation-1.1.jar, activation-1.1.jar,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Apache Commons Codec Plug-in Bundle-Name: Apache Commons Codec Plug-in
Bundle-SymbolicName: org.apache.commons.codec Bundle-SymbolicName: org.apache.commons.codec
Bundle-Version: 1.4 Bundle-Version: 1.4.0
Bundle-ClassPath: commons-codec-1.4.jar Bundle-ClassPath: commons-codec-1.4.jar
Export-Package: org.apache.commons.codec, Export-Package: org.apache.commons.codec,
org.apache.commons.codec.binary, org.apache.commons.codec.binary,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Cxf Bundle-Name: Cxf
Bundle-SymbolicName: org.apache.commons.cxf Bundle-SymbolicName: org.apache.commons.cxf
Bundle-Version: 2.5.10.qualifier Bundle-Version: 2.5.10
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: FastInfoset-1.2.9.jar, Bundle-ClassPath: FastInfoset-1.2.9.jar,
geronimo-activation_1.1_spec-1.1.jar, geronimo-activation_1.1_spec-1.1.jar,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Io Bundle-Name: Io
Bundle-SymbolicName: org.apache.commons.io Bundle-SymbolicName: org.apache.commons.io
Bundle-Version: 2.4 Bundle-Version: 2.4.0
Bundle-ClassPath: commons-io-2.4.jar Bundle-ClassPath: commons-io-2.4.jar
Bundle-Vendor: Apache Bundle-Vendor: Apache
Export-Package: org.apache.commons.io, Export-Package: org.apache.commons.io,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Management Plug-in Bundle-Name: Management Plug-in
Bundle-SymbolicName: org.apache.commons.management Bundle-SymbolicName: org.apache.commons.management
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0
Bundle-ClassPath: commons-management-1.0.jar Bundle-ClassPath: commons-management-1.0.jar
Export-Package: org.fusesource.commons.management, Export-Package: org.fusesource.commons.management,
org.fusesource.commons.management.basic, org.fusesource.commons.management.basic,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Mina Plug-in Bundle-Name: Mina Plug-in
Bundle-SymbolicName: org.apache.mina Bundle-SymbolicName: org.apache.mina
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.slf4j Require-Bundle: org.slf4j
Bundle-ClassPath: mina-core-1.1.7.jar, Bundle-ClassPath: mina-core-1.1.7.jar,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Qpid Bundle-Name: Qpid
Bundle-SymbolicName: org.apache.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", Require-Bundle: javax.jms;bundle-version="1.0.0",
org.slf4j org.slf4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Dom4j Plug-in Bundle-Name: Dom4j Plug-in
Bundle-SymbolicName: org.dom4j Bundle-SymbolicName: org.dom4j
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.6.1
Bundle-ClassPath: dom4j-1.6.1.jar, Bundle-ClassPath: dom4j-1.6.1.jar,
jaxen-1.1.4.jar, jaxen-1.1.4.jar,
. .

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Jetty Bundle-Name: Eclipse Jetty
Bundle-SymbolicName: org.eclipse.jetty Bundle-SymbolicName: org.eclipse.jetty
Bundle-Version: 7.6.9.v20130131 Bundle-Version: 7.6.14.v20131031
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: javax.el, Export-Package: javax.el,
javax.servlet, javax.servlet,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Hibernate Plug-in Bundle-Name: Hibernate Plug-in
Bundle-SymbolicName: org.hibernate Bundle-SymbolicName: org.hibernate
Bundle-Version: 1.0.0.qualifier Bundle-Version: 3.5.6
Bundle-ClassPath: hibernate-spatial-1.0.jar, Bundle-ClassPath: hibernate-spatial-1.0.jar,
hibernate-spatial-postgis-1.0.jar, hibernate-spatial-postgis-1.0.jar,
hibernate3.5.6-Final.jar, hibernate3.5.6-Final.jar,

View file

@ -2,8 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Native Jep Library 32-bit Bundle-Name: Native Jep Library 32-bit
Bundle-SymbolicName: org.jep.linux32 Bundle-SymbolicName: org.jep.linux32
Bundle-Version: 1.0.0.qualifier Bundle-Version: 2.3.0
Bundle-Vendor: Raytheon-bundled OSS Bundle-Vendor: Raytheon-bundled OSS
Bundle-ClassPath: libjep.so
Fragment-Host: org.jep;bundle-version="1.0.0" Fragment-Host: org.jep;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86)) Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86))

View file

@ -2,8 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Native Jep Library 64-bit Bundle-Name: Native Jep Library 64-bit
Bundle-SymbolicName: org.jep.linux64 Bundle-SymbolicName: org.jep.linux64
Bundle-Version: 1.0.0.qualifier Bundle-Version: 2.3.0
Bundle-Vendor: Raytheon-bundled OSS Bundle-Vendor: Raytheon-bundled OSS
Bundle-ClassPath: libjep.so
Fragment-Host: org.jep;bundle-version="1.0.0" Fragment-Host: org.jep;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64)) Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64))

View file

@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Win32 Native Jep Library 32-bit Bundle-Name: Win32 Native Jep Library 32-bit
Bundle-SymbolicName: org.jep.win32 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" Fragment-Host: org.jep;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86)) Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Jep Plug-in Bundle-Name: Jep Plug-in
Bundle-SymbolicName: org.jep Bundle-SymbolicName: org.jep
Bundle-Version: 1.0.0.qualifier Bundle-Version: 2.3.0
Bundle-Vendor: Raytheon-bundled OSS Bundle-Vendor: Raytheon-bundled OSS
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-ClassPath: jep.jar Bundle-ClassPath: jep.jar

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Postgres Bundle-Name: Postgres
Bundle-SymbolicName: org.postgres Bundle-SymbolicName: org.postgres
Bundle-Version: 9.2 Bundle-Version: 9.2.4
Bundle-ClassPath: postgis-jdbc-2.0.2SVN.jar, Bundle-ClassPath: postgis-jdbc-2.0.2SVN.jar,
postgresql-9.2-1002.jdbc4.jar postgresql-9.2-1002.jdbc4.jar
Export-Package: examples, Export-Package: examples,

View file

@ -3,4 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/,\ res/,\
GribDecoder.py GribDecoder.py,\
resources/,\
utility/

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/

View file

@ -21,13 +21,13 @@
id="org.apache.thrift" id="org.apache.thrift"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="0.9.0"/>
<plugin <plugin
id="com.google.guava" id="com.google.guava"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="11.0.2"/>
<plugin <plugin
id="com.raytheon.uf.common.alertmonitor" id="com.raytheon.uf.common.alertmonitor"
@ -196,104 +196,104 @@
id="javax.jms" id="javax.jms"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.1.1"/>
<plugin <plugin
id="javax.measure" id="javax.measure"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.0.0"/>
<plugin <plugin
id="javax.persistence" id="javax.persistence"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.0.0"/>
<plugin <plugin
id="javax.vecmath" id="javax.vecmath"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.3.1"/>
<plugin <plugin
id="net.sf.cglib" id="net.sf.cglib"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="2.1.3"/>
<plugin <plugin
id="org.apache.commons.beanutils" id="org.apache.commons.beanutils"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.8.3"/>
<plugin <plugin
id="org.apache.commons.codec" id="org.apache.commons.codec"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.4.0"/>
<plugin <plugin
id="org.apache.commons.collections" id="org.apache.commons.collections"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="3.2.0"/>
<plugin <plugin
id="org.apache.commons.configuration" id="org.apache.commons.configuration"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.6.0"/>
<plugin <plugin
id="org.apache.commons.digester" id="org.apache.commons.digester"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.8.1"/>
<plugin <plugin
id="org.apache.commons.lang" id="org.apache.commons.lang"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="2.3.0"
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.apache.http" id="org.apache.http"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="4.1.2"/>
<plugin <plugin
id="org.apache.velocity" id="org.apache.velocity"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.7.0"/>
<plugin <plugin
id="org.geotools" id="org.geotools"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="2.6.4"/>
<plugin <plugin
id="org.javassist" id="org.javassist"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="3.9.0.GA"/>
<plugin <plugin
id="org.hibernate" id="org.hibernate"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="3.5.6"/>
<plugin <plugin
id="org.jep" id="org.jep"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="2.3.0"/>
<plugin <plugin
id="org.jep.linux32" id="org.jep.linux32"
@ -301,7 +301,7 @@
arch="x86" arch="x86"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="2.3.0"
fragment="true"/> fragment="true"/>
<plugin <plugin
@ -310,7 +310,7 @@
arch="x86_64" arch="x86_64"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="2.3.0"
fragment="true"/> fragment="true"/>
<plugin <plugin
@ -319,26 +319,26 @@
arch="x86" arch="x86"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="2.3.0"
fragment="true"/> fragment="true"/>
<plugin <plugin
id="org.postgres" id="org.postgres"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="9.2.4"/>
<plugin <plugin
id="org.slf4j" id="org.slf4j"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.7.5"/>
<plugin <plugin
id="org.springframework" id="org.springframework"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="3.1.4"/>
<plugin <plugin
id="com.raytheon.uf.common.pypies" id="com.raytheon.uf.common.pypies"
@ -372,31 +372,31 @@
id="org.apache.qpid" id="org.apache.qpid"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="0.18.0"/>
<plugin <plugin
id="org.apache.mina" id="org.apache.mina"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.1.7"/>
<plugin <plugin
id="org.quartz" id="org.quartz"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.8.6"/>
<plugin <plugin
id="org.apache.commons.io" id="org.apache.commons.io"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="2.4.0"/>
<plugin <plugin
id="ch.qos.logback" id="ch.qos.logback"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.0.13"/>
<plugin <plugin
id="com.raytheon.uf.common.topo" id="com.raytheon.uf.common.topo"
@ -416,5 +416,5 @@
id="org.reflections" id="org.reflections"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="0.9.9"/>
</feature> </feature>

View file

@ -6,7 +6,6 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: RAYTHEON Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Export-Package: com.raytheon.uf.common.datadelivery.event, Export-Package: com.raytheon.uf.common.datadelivery.event,
com.raytheon.uf.common.datadelivery.event.notification, com.raytheon.uf.common.datadelivery.event.notification,
com.raytheon.uf.common.datadelivery.event.retrieval, com.raytheon.uf.common.datadelivery.event.retrieval,

View file

@ -1,4 +1,5 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
. .,\
utility/

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
JavaImporter.py JavaImporter.py,\
utility/

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/

View file

@ -1,4 +1,5 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
. .,\
utility/

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/

View file

@ -1,4 +1,5 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
. .,\
utility/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/,\
resources/

View file

@ -25,7 +25,7 @@
id="com.mchange" id="com.mchange"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="0.9.1"/>
<plugin <plugin
id="com.raytheon.edex.common" id="com.raytheon.edex.common"
@ -150,37 +150,37 @@
id="net.sf.ehcache" id="net.sf.ehcache"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.3.0"/>
<plugin <plugin
id="org.apache.camel" id="org.apache.camel"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="2.11.2"/>
<plugin <plugin
id="org.apache.commons.cxf" id="org.apache.commons.cxf"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="2.5.10"
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.apache.commons.management" id="org.apache.commons.management"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.0.0"/>
<plugin <plugin
id="org.dom4j" id="org.dom4j"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="1.6.1"/>
<plugin <plugin
id="org.eclipse.jetty" id="org.eclipse.jetty"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0"/> version="7.6.14.v20131031"/>
</feature> </feature>

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/

View file

@ -1,4 +1,5 @@
source.. = src/ source.. = src/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/,\
resources/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/,\
utility/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/,\
utility/

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/,\
utility/

View file

@ -2,4 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
utility/,\
resources/

View file

@ -2,4 +2,6 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
res/ res/,\
resources/,\
utility/

View file

@ -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.line,
gov.noaa.nws.ncep.gempak.parameters.marker, gov.noaa.nws.ncep.gempak.parameters.marker,
gov.noaa.nws.ncep.gempak.parameters.title gov.noaa.nws.ncep.gempak.parameters.title
Bundle-ClassPath: ., jna.jar

View file

@ -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.display.rsc,
gov.noaa.nws.ncep.ui.nsharp.natives, gov.noaa.nws.ncep.ui.nsharp.natives,
gov.noaa.nws.ncep.ui.nsharp.view gov.noaa.nws.ncep.ui.nsharp.view
Bundle-ClassPath: .,
jna.jar

View file

@ -44,4 +44,3 @@ Import-Package: com.raytheon.viz.core.contours.util,
com.raytheon.viz.core.gl.images, com.raytheon.viz.core.gl.images,
gov.noaa.nws.ncep.common.staticdata, gov.noaa.nws.ncep.common.staticdata,
javax.measure.unit javax.measure.unit
Bundle-ClassPath: .

View file

@ -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.newEditors,
gov.noaa.nws.ncep.viz.tools.panZoom, gov.noaa.nws.ncep.viz.tools.panZoom,
gov.noaa.nws.ncep.viz.tools.predefinedArea gov.noaa.nws.ncep.viz.tools.predefinedArea
Bundle-ClassPath: .
Import-Package: gov.noaa.nws.ncep.common.log.logger, Import-Package: gov.noaa.nws.ncep.common.log.logger,
gov.noaa.nws.ncep.edex.common.ncinventory, gov.noaa.nws.ncep.edex.common.ncinventory,
gov.noaa.nws.ncep.viz.gempak.grid.inv, gov.noaa.nws.ncep.viz.gempak.grid.inv,