awips2/edexOsgi/com.raytheon.uf.common.dataplugin.taf/META-INF/MANIFEST.MF
Brad Gonzales ad3caf4a8f Omaha #3002 Moved common taf code to com.raytheon.uf.common.dataplugin.taf.
Amend: updated manifest.
       Removed static imports.
       Refactored String constants to Pattern constants in TafConstants.
       Refactored com.raytheon.edex.plugin.taf to com.raytheon.uf.edex.taf.
       Renamed com.raytheon.edex.plugin.taf project to com.raytheon.uf.edex.taf.
       fixed .project.  Updated yet more Patterns.

Change-Id: Ia5db9d185c6c32e6ce25748ae4b3b6fb389b2acc

Former-commit-id: 35afb44d4b [formerly c4890beb96] [formerly 6b0e578fc1] [formerly 35afb44d4b [formerly c4890beb96] [formerly 6b0e578fc1] [formerly e560ce4880 [formerly 6b0e578fc1 [formerly f73ed1c8ee81f3ae1ffdf44ba4726453e7e0b9d2]]]]
Former-commit-id: e560ce4880
Former-commit-id: 3a75e82e7a [formerly 6825727400] [formerly 3e7024f11e766b0b3759f7dfe89c695683e8de9e [formerly e2412ecb43]]
Former-commit-id: 671ea5c32e2f34163202f6e31c76f0b42201d319 [formerly fea1c9febe]
Former-commit-id: 26953a7864
2014-05-20 14:13:18 -05:00

20 lines
801 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 1
Bundle-Name: Taf Plug-in
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.taf
Bundle-Version: 1.14.0.qualifier
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
Bundle-Vendor: RAYTHEON
Export-Package: com.raytheon.uf.common.dataplugin.taf
Require-Bundle: org.apache.commons.lang,
javax.persistence
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin.annotations,
com.raytheon.uf.common.dataplugin.persist,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.pointdata.spatial,
com.raytheon.uf.common.serialization.annotations,
com.raytheon.uf.common.time.util,
com.raytheon.uf.common.wmo,
org.hibernate.annotations