Omaha #3270 fix warngen manifest's register buddy
Change-Id: I273bc344c60fb4c824241a28949a1ce9fb3020a2 Former-commit-id:305564d6f0
[formerlyeeb97a239a
[formerly31b3029e02
] [formerly305564d6f0
[formerly 796e242b031087e08b9ba5e44664d6b400405c42]]] Former-commit-id:eeb97a239a
[formerly31b3029e02
] Former-commit-id:eeb97a239a
Former-commit-id:d256e2095c
This commit is contained in:
parent
5e98231c33
commit
cd79950947
3 changed files with 15 additions and 27 deletions
|
@ -1,7 +0,0 @@
|
|||
#Fri Jan 23 10:35:34 CST 2009
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
|
@ -2,42 +2,40 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Warngen Plug-in
|
||||
Bundle-SymbolicName: com.raytheon.viz.warngen;singleton:=true
|
||||
Bundle-Version: 1.12.1174.qualifier
|
||||
Bundle-Version: 1.14.0.qualifier
|
||||
Bundle-Activator: com.raytheon.viz.warngen.Activator
|
||||
Bundle-Vendor: Raytheon
|
||||
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, com.raytheon.viz.awipstools
|
||||
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, com.raytheon.viz.awipstools, org.apache.velocity
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
com.raytheon.viz.core,
|
||||
com.raytheon.viz.ui,
|
||||
com.raytheon.viz.ui.tools.map,
|
||||
org.apache.velocity;bundle-version="1.6.0",
|
||||
javax.vecmath,
|
||||
org.apache.velocity;bundle-version="1.7.0",
|
||||
javax.measure,
|
||||
org.apache.commons.lang,
|
||||
org.geotools,
|
||||
com.raytheon.viz.awipstools,
|
||||
com.raytheon.viz.texteditor;bundle-version="1.10.13",
|
||||
com.raytheon.viz.textworkstation;bundle-version="1.11.4",
|
||||
com.raytheon.uf.common.serialization;bundle-version="1.11.17",
|
||||
com.raytheon.uf.common.serialization.comm;bundle-version="1.11.17",
|
||||
javax.jms;bundle-version="1.0.0",
|
||||
com.raytheon.uf.viz.core.maps;bundle-version="1.0.0",
|
||||
com.raytheon.uf.common.dataplugin.text;bundle-version="1.12.1112",
|
||||
com.raytheon.viz.texteditor,
|
||||
com.raytheon.uf.common.serialization,
|
||||
com.raytheon.uf.common.serialization.comm,
|
||||
javax.jms,
|
||||
com.raytheon.uf.viz.core.maps,
|
||||
com.raytheon.uf.common.dataplugin.text,
|
||||
com.raytheon.uf.common.dataplugin.warning,
|
||||
com.raytheon.uf.common.awipstools;bundle-version="1.12.1112",
|
||||
com.raytheon.viz.alerts;bundle-version="1.12.1174",
|
||||
com.raytheon.viz.alerts,
|
||||
com.raytheon.uf.common.site,
|
||||
com.raytheon.viz.core.contours;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.viz.core.rsc;bundle-version="1.0.0"
|
||||
com.raytheon.viz.core.contours,
|
||||
com.raytheon.uf.viz.core.rsc
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: com.raytheon.viz.warngen,
|
||||
com.raytheon.viz.warngen.gis,
|
||||
com.raytheon.viz.warngen.gui,
|
||||
com.raytheon.viz.warngen.util
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Import-Package: com.raytheon.uf.common.activetable,
|
||||
com.raytheon.uf.common.dataplugin.text.request,
|
||||
com.raytheon.viz.radar,
|
||||
com.raytheon.viz.warnings,
|
||||
javax.vecmath,
|
||||
org.eclipse.core.expressions
|
||||
|
|
|
@ -3,7 +3,4 @@ output.. = bin/
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
config.xml,\
|
||||
icons/,\
|
||||
scriptTemplates/
|
||||
src.includes = plugin.xml
|
||||
icons/
|
Loading…
Add table
Reference in a new issue