awips2/javaUtilities/com.raytheon.uf.anttasks.includesgen/META-INF/MANIFEST.MF
Bryan Kowal 2afa604676 Issue #1577 - deploy-install and AWIPS II ant task updates
- includegen will now fail if a plugin is included in two or more features
- includegen will no longer prepend component-deploy.xml to the plugins in the list that it generates
- removed a plugin from the ncep feature that was also in the cots feature
- the includegen failure will cause deploy-install to fail
- peer review comments; excluding significant re-factoring

Change-Id: I2e317b1ef0764da3ddd9cd6ef10555ca4bf8bd3f

Former-commit-id: 81da18f851 [formerly 7815b651bb] [formerly 81da18f851 [formerly 7815b651bb] [formerly 5fea87f1dd [formerly 7659fb8044f3f4715c9ea7c875eda36b7c5dd136]]]
Former-commit-id: 5fea87f1dd
Former-commit-id: efe288c82c [formerly 99994d3151]
Former-commit-id: 2fafc6a34b
2013-02-05 13:25:15 -06:00

9 lines
346 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Includesgen
Bundle-SymbolicName: com.raytheon.uf.anttasks.includesgen
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.apache.ant;bundle-version="1.7.1",
com.raytheon.uf.featureexplorer;bundle-version="1.0.0"