Omaha #4146 Bundled class files in a jar when unpacked.
Change-Id: Ie3e2a65f9696459774f67bcd4b6dee395e6f4e02 Former-commit-id: 2931134f27cd858716d5c0d97ef1d71c9f7ac165
This commit is contained in:
parent
30fd28ca9c
commit
80dc4c85d9
208 changed files with 478 additions and 409 deletions
|
@ -28,3 +28,4 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
|||
com.raytheon.uf.common.derivparam;bundle-version="1.14.0"
|
||||
Import-Package: com.raytheon.uf.common.inventory.exception,
|
||||
com.raytheon.uf.viz.datacube
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.acarssounding.jar
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.acarssounding.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
res/
|
||||
res/,\
|
||||
com.raytheon.uf.viz.acarssounding.jar
|
||||
source.com.raytheon.uf.viz.acarssounding.jar = src/
|
||||
|
|
|
@ -18,3 +18,4 @@ Export-Package: com.raytheon.uf.viz.alertviz.ui,
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Import-Package: com.raytheon.uf.common.alertmonitor,
|
||||
javax.jms
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.alertviz.ui.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.alertviz.ui.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.alertviz.ui.jar
|
||||
source.com.raytheon.uf.viz.alertviz.ui.jar = src/
|
||||
|
|
|
@ -25,3 +25,4 @@ Import-Package: com.raytheon.uf.common.time,
|
|||
org.apache.log4j
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-RegisterBuddy: ch.qos.logback
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.alertviz.jar,.
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.alertviz.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
statusMessage.xsd,\
|
||||
config.xml,\
|
||||
localization/,\
|
||||
lib/,\
|
||||
logback-alertviz.xml
|
||||
logback-alertviz.xml,\
|
||||
com.raytheon.uf.viz.alertviz.jar
|
||||
source.com.raytheon.uf.viz.alertviz.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -38,3 +38,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Export-Package: com.raytheon.uf.viz.aviation.advisory,
|
||||
com.raytheon.uf.viz.aviation.advisory.adapter,
|
||||
com.raytheon.uf.viz.aviation.advisory.rsc
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.aviation.advisory.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.aviation.advisory.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.aviation.advisory.jar
|
||||
source.com.raytheon.uf.viz.aviation.advisory.jar = src/
|
||||
|
|
|
@ -19,3 +19,4 @@ Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.15.0",
|
|||
com.raytheon.uf.viz.core.point;bundle-version="1.15.0",
|
||||
org.eclipse.swt;bundle-version="3.8.1",
|
||||
javax.measure
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.bufrsigwx.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.bufrsigwx.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.bufrsigwx.jar
|
||||
source.com.raytheon.uf.viz.bufrsigwx.jar = src/
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: com.raytheon.uf.viz.ccfp;singleton:=true
|
|||
Bundle-Version: 1.14.0.qualifier
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Require-Bundle: com.raytheon.uf.viz.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: com.raytheon.uf.common.dataplugin,
|
||||
com.raytheon.uf.common.dataplugin.ccfp,
|
||||
|
@ -24,3 +24,4 @@ Import-Package: com.raytheon.uf.common.dataplugin,
|
|||
org.opengis.referencing.crs,
|
||||
org.osgi.framework
|
||||
Export-Package: com.raytheon.uf.viz.ccfp.rsc
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.ccfp.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.ccfp.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.ccfp.jar
|
||||
source.com.raytheon.uf.viz.ccfp.jar = src/
|
||||
|
|
|
@ -22,3 +22,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Export-Package: com.raytheon.uf.viz.cloudheight.data,
|
||||
com.raytheon.uf.viz.cloudheight.rsc
|
||||
Import-Package: com.raytheon.viz.core.map
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.cloudheight.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.cloudheight.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.cloudheight.jar
|
||||
source.com.raytheon.uf.viz.cloudheight.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -37,3 +37,4 @@ Export-Package: com.raytheon.uf.viz.collaboration.comm,
|
|||
com.raytheon.uf.viz.collaboration.comm.provider.info,
|
||||
com.raytheon.uf.viz.collaboration.comm.provider.session,
|
||||
com.raytheon.uf.viz.collaboration.comm.provider.user
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.collaboration.comm.jar
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.collaboration.comm.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
schema/,\
|
||||
com.raytheon.uf.viz.collaboration.comm.jar
|
||||
source.com.raytheon.uf.viz.collaboration.comm.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -35,3 +35,4 @@ Export-Package: com.raytheon.uf.viz.collaboration.display,
|
|||
com.raytheon.uf.viz.collaboration.display.rsc.telestrator,
|
||||
com.raytheon.uf.viz.collaboration.display.storage
|
||||
Import-Package: org.eclipse.swt.widgets
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.collaboration.display.jar
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.collaboration.display.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
config.xml
|
||||
config.xml,\
|
||||
com.raytheon.uf.viz.collaboration.display.jar,\
|
||||
schema/
|
||||
source.com.raytheon.uf.viz.collaboration.display.jar = src/
|
||||
|
|
|
@ -28,15 +28,13 @@
|
|||
id="com.raytheon.uf.viz.collaboration.comm"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.collaboration.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.remote.graphics"
|
||||
|
@ -56,8 +54,7 @@
|
|||
id="com.raytheon.uf.viz.collaboration.display"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.collaboration.pointdata"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -21,3 +21,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Import-Package: com.raytheon.uf.common.xmpp.iq,
|
||||
com.raytheon.uf.viz.spellchecker.text,
|
||||
org.eclipse.jface.text
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.collaboration.ui.jar
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
source.. = src/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
icons/,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.collaboration.ui.jar
|
||||
source.com.raytheon.uf.viz.collaboration.ui.jar = src/
|
||||
output.com.raytheon.uf.viz.collaboration.ui.jar = bin/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -30,3 +30,4 @@ Import-Package: com.raytheon.uf.common.inventory.exception,
|
|||
com.raytheon.viz.pointdata.rsc.retrieve,
|
||||
com.vividsolutions.jts.geom
|
||||
Export-Package: com.raytheon.uf.viz.coopprecip
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.coopprecip.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.coopprecip.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
res/
|
||||
res/,\
|
||||
com.raytheon.uf.viz.coopprecip.jar
|
||||
source.com.raytheon.uf.viz.coopprecip.jar = src/
|
||||
|
|
|
@ -40,7 +40,8 @@
|
|||
id="com.raytheon.viz.core.graphing"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.parameter"
|
||||
|
@ -83,25 +84,29 @@
|
|||
id="com.raytheon.uf.viz.derivparam.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.image.export"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.viz.ui.tools.looping"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.viz.ui.tools.map"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.viz.core.contours"
|
||||
|
@ -144,7 +149,8 @@
|
|||
id="com.raytheon.uf.viz.truecolor"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.truecolor.gl"
|
||||
|
@ -163,7 +169,8 @@
|
|||
id="com.raytheon.uf.viz.event"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.jdt.ui"
|
||||
|
@ -204,12 +211,11 @@
|
|||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.drawing"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -34,3 +34,4 @@ Require-Bundle: com.raytheon.uf.viz.core,
|
|||
org.apache.batik,
|
||||
com.raytheon.uf.viz.core,
|
||||
org.eclipse.core.runtime
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.cwa.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.cwa.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.cwa.jar
|
||||
source.com.raytheon.uf.viz.cwa.jar = src/
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = plugin.xml,\
|
||||
META-INF/,\
|
||||
.,\
|
||||
*.xml,\
|
||||
localization/
|
||||
.
|
||||
source.. = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: com.raytheon.uf.viz.d2d.gfe;singleton:=true
|
|||
Bundle-Version: 1.15.0.qualifier
|
||||
Bundle-Activator: com.raytheon.uf.viz.d2d.gfe.Activator
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: org.eclipse.swt;bundle-version="3.8.1",
|
||||
com.raytheon.uf.viz.core;bundle-version="1.14.2",
|
||||
|
@ -26,3 +26,4 @@ Export-Package: com.raytheon.uf.viz.d2d.gfe,
|
|||
com.raytheon.uf.viz.d2d.gfe.rsc,
|
||||
com.raytheon.uf.viz.d2d.gfe.xy
|
||||
Import-Package: org.osgi.framework;version="1.7.0"
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.d2d.gfe.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.d2d.gfe.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.d2d.gfe.jar
|
||||
source.com.raytheon.uf.viz.d2d.gfe.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -26,3 +26,4 @@ Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.0",
|
|||
Export-Package: com.raytheon.uf.viz.d2d.nsharp,
|
||||
com.raytheon.uf.viz.d2d.nsharp.display,
|
||||
com.raytheon.uf.viz.d2d.nsharp.rsc
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.d2d.nsharp.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.d2d.nsharp.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.d2d.nsharp.jar
|
||||
source.com.raytheon.uf.viz.d2d.nsharp.jar = src/
|
||||
|
|
|
@ -40,14 +40,12 @@
|
|||
id="com.raytheon.uf.viz.ui.popupskewt"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.d2d.ui.popupskewt"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/,\
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/,\
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -15,3 +15,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: com.raytheon.viz.core
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.d2d.ui.popupskewt.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.d2d.ui.popupskewt.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.d2d.ui.popupskewt.jar
|
||||
source.com.raytheon.uf.viz.d2d.ui.popupskewt.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -28,3 +28,4 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.viz.xy;bundle-version="1.12.1174"
|
||||
Import-Package: com.raytheon.viz.core.imagery
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.d2d.ui.jar
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.d2d.ui.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
icons/,\
|
||||
plugin.xml,\
|
||||
localization/,\
|
||||
config.xml
|
||||
config.xml,\
|
||||
com.raytheon.uf.viz.d2d.ui.jar
|
||||
source.com.raytheon.uf.viz.d2d.ui.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: D2D Graph Adapters
|
|||
Bundle-SymbolicName: com.raytheon.uf.viz.d2d.xy.adapters;singleton:=true
|
||||
Bundle-Version: 1.14.0.qualifier
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.0",
|
||||
com.raytheon.uf.viz.xy,
|
||||
|
|
|
@ -17,3 +17,4 @@ Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.6",
|
|||
javax.measure;bundle-version="1.0.0",
|
||||
com.raytheon.uf.common.util;bundle-version="1.14.1"
|
||||
Export-Package: com.raytheon.uf.viz.damagepath
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.damagepath.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.damagepath.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
com.raytheon.uf.viz.damagepath.jar
|
||||
source.com.raytheon.uf.viz.damagepath.jar = src/
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
id="com.raytheon.uf.viz.cwat"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.dataplugin.ffmp"
|
||||
|
@ -77,7 +78,8 @@
|
|||
id="com.raytheon.uf.viz.preciprate"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.dataplugin.qpf"
|
||||
|
@ -90,7 +92,8 @@
|
|||
id="com.raytheon.uf.viz.qpf"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.dataplugin.scan"
|
||||
|
@ -116,7 +119,8 @@
|
|||
id="com.raytheon.uf.viz.vil"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.monitor"
|
||||
|
|
|
@ -115,8 +115,7 @@
|
|||
id="com.raytheon.uf.common.dataplugin.ldadmesonet"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.dataplugin.lsr"
|
||||
|
@ -136,8 +135,7 @@
|
|||
id="com.raytheon.uf.common.dataplugin.profiler"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="true"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.dataplugin.qc"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -36,8 +36,7 @@
|
|||
id="com.raytheon.uf.viz.ccfp"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.coopprecip"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -16,4 +16,5 @@ Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.0",
|
|||
Import-Package: com.raytheon.viz.core
|
||||
Export-Package: com.raytheon.uf.viz.drawing,
|
||||
com.raytheon.uf.viz.drawing.polygon
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.drawing.jar
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.drawing.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
icons/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
com.raytheon.uf.viz.drawing.jar
|
||||
source.com.raytheon.uf.viz.drawing.jar = src/
|
||||
|
|
|
@ -227,8 +227,7 @@
|
|||
id="com.raytheon.uf.common.message"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.datastorage"
|
||||
|
@ -419,8 +418,7 @@
|
|||
id="com.raytheon.uf.common.units"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.velocity"
|
||||
|
@ -470,8 +468,7 @@
|
|||
id="com.raytheon.uf.viz.datacube"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.derivparam"
|
||||
|
|
|
@ -18,3 +18,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: com.raytheon.uf.viz.gisdatastore.directory.rsc
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.gisdatastore.directory.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.gisdatastore.directory.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
config.xml
|
||||
config.xml,\
|
||||
com.raytheon.uf.viz.gisdatastore.directory.jar
|
||||
source.com.raytheon.uf.viz.gisdatastore.directory.jar = src/
|
||||
|
|
|
@ -27,14 +27,12 @@
|
|||
id="com.raytheon.uf.viz.gisdatastore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.viz.gisdatastore.directory"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -20,3 +20,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Export-Package: com.raytheon.uf.viz.gisdatastore,
|
||||
com.raytheon.uf.viz.gisdatastore.rsc,
|
||||
com.raytheon.uf.viz.gisdatastore.ui
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.gisdatastore.jar
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.gisdatastore.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
config.xml
|
||||
config.xml,\
|
||||
com.raytheon.uf.viz.gisdatastore.jar,\
|
||||
schema/
|
||||
source.com.raytheon.uf.viz.gisdatastore.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -18,6 +18,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
com.raytheon.uf.common.geospatial;bundle-version="1.14.0",
|
||||
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0",
|
||||
com.raytheon.uf.viz.core.grid;bundle-version="1.15.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: com.raytheon.viz.core.rsc
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.hpe.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.hpe.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
com.raytheon.uf.viz.hpe.jar
|
||||
source.com.raytheon.uf.viz.hpe.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: com.raytheon.uf.viz.image.export;singleton:=true
|
|||
Bundle-Version: 1.14.0.qualifier
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Require-Bundle: com.raytheon.viz.ui;bundle-version="1.14.0",
|
||||
com.raytheon.uf.viz.core;bundle-version="1.14.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -27,3 +27,4 @@ Require-Bundle: org.python.pydev,
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Export-Package: com.raytheon.uf.viz.localization.perspective.editor
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.localization.perspective.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.localization.perspective.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
icons/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
com.raytheon.uf.viz.localization.perspective.jar
|
||||
source.com.raytheon.uf.viz.localization.perspective.jar = src/
|
||||
|
|
|
@ -37,3 +37,4 @@ Export-Package: com.raytheon.uf.viz.monitor.ffmp,
|
|||
com.raytheon.uf.viz.monitor.ffmp.ui.listeners,
|
||||
com.raytheon.uf.viz.monitor.ffmp.ui.rsc,
|
||||
com.raytheon.uf.viz.monitor.ffmp.xml
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.monitor.ffmp.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.monitor.ffmp.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.monitor.ffmp.jar
|
||||
source.com.raytheon.uf.viz.monitor.ffmp.jar = src/
|
||||
|
|
|
@ -24,3 +24,4 @@ Export-Package: com.raytheon.uf.viz.monitor.fog,
|
|||
com.raytheon.uf.viz.monitor.fog.threshold,
|
||||
com.raytheon.uf.viz.monitor.fog.ui.resource,
|
||||
com.raytheon.uf.viz.monitor.fog.xml
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.monitor.fog.jar
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.monitor.fog.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
images/,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.monitor.fog.jar
|
||||
source.com.raytheon.uf.viz.monitor.fog.jar = src/
|
||||
|
||||
|
|
|
@ -23,3 +23,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Import-Package: com.raytheon.viz.pointdata,
|
||||
org.apache.commons.lang
|
||||
Export-Package: com.raytheon.uf.viz.monitor.safeseas.resources
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.monitor.safeseas.jar
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.monitor.safeseas.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.monitor.safeseas.jar
|
||||
source.com.raytheon.uf.viz.monitor.safeseas.jar = src/
|
||||
|
||||
|
|
|
@ -23,3 +23,4 @@ Export-Package: com.raytheon.uf.viz.monitor.scan,
|
|||
com.raytheon.uf.viz.monitor.scan.data,
|
||||
com.raytheon.uf.viz.monitor.scan.resource
|
||||
Import-Package: com.raytheon.uf.common.dataplugin.warning
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.monitor.scan.jar
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.monitor.scan.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
config.xml,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.monitor.scan.jar
|
||||
source.com.raytheon.uf.viz.monitor.scan.jar = src/
|
||||
|
||||
|
|
|
@ -18,3 +18,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: com.raytheon.uf.viz.monitor.snow.resources
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.monitor.snow.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.monitor.snow.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/
|
||||
localization/,\
|
||||
com.raytheon.uf.viz.monitor.snow.jar
|
||||
source.com.raytheon.uf.viz.monitor.snow.jar = src/
|
||||
|
|
|
@ -41,3 +41,4 @@ Import-Package: com.raytheon.uf.common.inventory.exception,
|
|||
com.raytheon.viz.pointdata,
|
||||
com.raytheon.viz.pointdata.rsc.retrieve
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.monitor.jar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.monitor.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
images/
|
||||
images/,\
|
||||
com.raytheon.uf.viz.monitor.jar
|
||||
source.com.raytheon.uf.viz.monitor.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -23,3 +23,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: com.raytheon.viz.core.map,
|
||||
gov.noaa.nws.ncep.edex.common.sounding
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.npp.nucaps.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.npp.nucaps.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
com.raytheon.uf.viz.npp.nucaps.jar
|
||||
source.com.raytheon.uf.viz.npp.nucaps.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -25,3 +25,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: gov.noaa.nws.ncep.edex.common.sounding
|
||||
Export-Package: com.raytheon.uf.viz.npp.sounding.rsc
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.npp.sounding.jar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
localization/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
com.raytheon.uf.viz.npp.sounding.jar
|
||||
source.com.raytheon.uf.viz.npp.sounding.jar = src/
|
||||
output.com.raytheon.uf.viz.npp.sounding.jar = bin/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -33,3 +33,4 @@ Import-Package: com.raytheon.uf.common.inventory.data,
|
|||
com.raytheon.uf.common.inventory.exception,
|
||||
com.raytheon.uf.common.inventory,
|
||||
com.raytheon.uf.common.inventory.tree
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.npp.viirs.jar
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
output.com.raytheon.uf.viz.npp.viirs.jar = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
localization/,\
|
||||
res/
|
||||
res/,\
|
||||
com.raytheon.uf.viz.npp.viirs.jar
|
||||
source.com.raytheon.uf.viz.npp.viirs.jar = src/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -13,3 +13,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Export-Package: com.raytheon.uf.viz.npp
|
||||
Import-Package: com.raytheon.uf.common.inventory.exception,
|
||||
com.raytheon.uf.viz.datacube
|
||||
Bundle-ClassPath: com.raytheon.uf.viz.npp.jar
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue