From 6d3cef1364e1c2d79a8fee00547dae60b543e551 Mon Sep 17 00:00:00 2001 From: Brian Clements Date: Tue, 7 Oct 2014 16:49:57 -0500 Subject: [PATCH] Omaha #3672 moved aviation advisory plugins to separate feature Change-Id: I7a71eceb14bba27648260e873aeef38982c6084f Former-commit-id: a576fe7687ac2393d16e039655cc904df41bd392 [formerly 84217692bf6c17d2aa2d5c1445713809868e9599] [formerly 4a824111ec762cb63eb27dd02f479632d7f5cdc8] [formerly 4a824111ec762cb63eb27dd02f479632d7f5cdc8 [formerly 8a4cda892f5d07a3197bf1c0cde24cfb631c1b90]] [formerly a576fe7687ac2393d16e039655cc904df41bd392 [formerly 84217692bf6c17d2aa2d5c1445713809868e9599] [formerly 4a824111ec762cb63eb27dd02f479632d7f5cdc8] [formerly 4a824111ec762cb63eb27dd02f479632d7f5cdc8 [formerly 8a4cda892f5d07a3197bf1c0cde24cfb631c1b90]] [formerly 577b3a5e1143518ebad5bf05eab6bd6694247e8d [formerly 4a824111ec762cb63eb27dd02f479632d7f5cdc8 [formerly 8a4cda892f5d07a3197bf1c0cde24cfb631c1b90] [formerly 577b3a5e1143518ebad5bf05eab6bd6694247e8d [formerly 771e06df242b0fe7b4eec1e7c3099dfd316182ce]]]]] Former-commit-id: 577b3a5e1143518ebad5bf05eab6bd6694247e8d Former-commit-id: fc6e76c61b4e6ccb6276dc43bc898da72f53cf42 [formerly fbffc63d5ab04d4e82917f8e1b01d143bae75caa] [formerly 6ad5c3088d3571b48c1e1510dcd571056d44831d] [formerly 5ee0a8c643db74954b86567f35677b205fdf97df [formerly 4cc2a0452da8ecf06e249d8ed7253d57b4357a97] [formerly 6ad5c3088d3571b48c1e1510dcd571056d44831d [formerly 2de14cf885863e3e0f9a0823f1b945feed21d598]]] Former-commit-id: 10e4bbd400f8c5a15ea0f624e0862c6210fe48d5 [formerly 4ab31ef1abb0d696f1850c3f5c7dd3a3e55add19] [formerly 3624ea94dc3630122477d0319589bcfb0b302562 [formerly 8ec3f473d7795e15be629c198dc94d58d6318b46]] Former-commit-id: 3624ea94dc3630122477d0319589bcfb0b302562 Former-commit-id: 0be119b3604ff0533ba42ed4b8ea8a0c8dec3e7c --- cave/build/p2-build.xml | 4 ++ .../feature.xml | 40 +++++++------- .../.project | 17 ++++++ .../build.properties | 1 + .../feature.xml | 54 +++++++++++++++++++ .../feature.xml | 34 ++---------- .../feature.xml | 7 +-- 7 files changed, 102 insertions(+), 55 deletions(-) create mode 100644 ncep/com.raytheon.uf.viz.aviation.advisory.feature/.project create mode 100644 ncep/com.raytheon.uf.viz.aviation.advisory.feature/build.properties create mode 100644 ncep/com.raytheon.uf.viz.aviation.advisory.feature/feature.xml diff --git a/cave/build/p2-build.xml b/cave/build/p2-build.xml index f285cef162..15105fd1e2 100644 --- a/cave/build/p2-build.xml +++ b/cave/build/p2-build.xml @@ -245,6 +245,10 @@ + + + diff --git a/cave/com.raytheon.viz.feature.awips.developer/feature.xml b/cave/com.raytheon.viz.feature.awips.developer/feature.xml index df253fa979..33a6c52b06 100644 --- a/cave/com.raytheon.viz.feature.awips.developer/feature.xml +++ b/cave/com.raytheon.viz.feature.awips.developer/feature.xml @@ -28,7 +28,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -88,19 +88,19 @@ - + - + - + - + @@ -108,31 +108,31 @@ - + - + - + - + - + - + - + @@ -140,7 +140,7 @@ - + @@ -148,11 +148,11 @@ - + - + @@ -176,10 +176,14 @@ - + + version="0.0.0"/> + + diff --git a/ncep/com.raytheon.uf.viz.aviation.advisory.feature/.project b/ncep/com.raytheon.uf.viz.aviation.advisory.feature/.project new file mode 100644 index 0000000000..cfe004f895 --- /dev/null +++ b/ncep/com.raytheon.uf.viz.aviation.advisory.feature/.project @@ -0,0 +1,17 @@ + + + com.raytheon.uf.viz.aviation.advisory.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/ncep/com.raytheon.uf.viz.aviation.advisory.feature/build.properties b/ncep/com.raytheon.uf.viz.aviation.advisory.feature/build.properties new file mode 100644 index 0000000000..64f93a9f0b --- /dev/null +++ b/ncep/com.raytheon.uf.viz.aviation.advisory.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/ncep/com.raytheon.uf.viz.aviation.advisory.feature/feature.xml b/ncep/com.raytheon.uf.viz.aviation.advisory.feature/feature.xml new file mode 100644 index 0000000000..54c13da588 --- /dev/null +++ b/ncep/com.raytheon.uf.viz.aviation.advisory.feature/feature.xml @@ -0,0 +1,54 @@ + + + + + [Enter Feature Description here.] + + + + [Enter Copyright Description here.] + + + + [Enter License Description here.] + + + + + + + + + + + + + diff --git a/ncep/com.raytheon.uf.viz.ncep.dataplugins.feature/feature.xml b/ncep/com.raytheon.uf.viz.ncep.dataplugins.feature/feature.xml index d6255876d3..685d85e6b7 100644 --- a/ncep/com.raytheon.uf.viz.ncep.dataplugins.feature/feature.xml +++ b/ncep/com.raytheon.uf.viz.ncep.dataplugins.feature/feature.xml @@ -23,13 +23,6 @@ - - - - - - - - - + - + + version="0.0.0"/> + - -