diff --git a/cave/com.raytheon.uf.viz.ccfp/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.ccfp/META-INF/MANIFEST.MF
index 2af972442a..fdcfff3df6 100644
--- a/cave/com.raytheon.uf.viz.ccfp/META-INF/MANIFEST.MF
+++ b/cave/com.raytheon.uf.viz.ccfp/META-INF/MANIFEST.MF
@@ -4,9 +4,10 @@ Bundle-Name: Ccfp Plug-in
Bundle-SymbolicName: com.raytheon.uf.viz.ccfp;singleton:=true
Bundle-Version: 1.14.0
Bundle-Vendor: RAYTHEON
+Require-Bundle: com.raytheon.uf.viz.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: com.raytheon.edex.plugin.ccfp,
- com.raytheon.uf.common.dataplugin,
+Bundle-ActivationPolicy: lazy
+Import-Package: com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin.ccfp,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.status,
@@ -17,14 +18,9 @@ Import-Package: com.raytheon.edex.plugin.ccfp,
com.raytheon.uf.viz.core.map,
com.raytheon.uf.viz.core.rsc,
com.raytheon.uf.viz.core.rsc.capabilities,
- com.raytheon.uf.viz.core.status,
com.vividsolutions.jts.geom,
- org.eclipse.core.runtime,
org.eclipse.swt.graphics,
org.eclipse.ui.plugin,
org.opengis.referencing.crs,
org.osgi.framework
-Bundle-ActivationPolicy: lazy
-Require-Bundle: com.raytheon.uf.viz.core,
- org.geotools;bundle-version="2.5.2"
Export-Package: com.raytheon.uf.viz.ccfp.rsc
diff --git a/cave/com.raytheon.viz.aviation/META-INF/MANIFEST.MF b/cave/com.raytheon.viz.aviation/META-INF/MANIFEST.MF
index 45f4fd3c8c..ca8042a3a5 100644
--- a/cave/com.raytheon.viz.aviation/META-INF/MANIFEST.MF
+++ b/cave/com.raytheon.viz.aviation/META-INF/MANIFEST.MF
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.ui,
com.raytheon.viz.alerts,
com.raytheon.viz.texteditor,
org.geotools,
- com.raytheon.edex.plugin.ccfp,
+ com.raytheon.uf.common.dataplugin.ccfp,
com.raytheon.uf.common.pointdata;bundle-version="1.11.7",
com.raytheon.uf.common.serialization,
com.raytheon.edex.plugin.taf;bundle-version="1.12.1174",
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/.project b/edexOsgi/com.raytheon.edex.plugin.ccfp/.project
deleted file mode 100644
index e82c70ee1c..0000000000
--- a/edexOsgi/com.raytheon.edex.plugin.ccfp/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
- com.raytheon.edex.plugin.ccfp
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- org.eclipse.pde.ManifestBuilder
-
-
-
-
- org.eclipse.pde.SchemaBuilder
-
-
-
-
-
- org.eclipse.pde.PluginNature
- org.eclipse.jdt.core.javanature
-
-
diff --git a/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/build.xml b/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/build.xml
index de824ef366..29e01809e2 100644
--- a/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/build.xml
+++ b/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/build.xml
@@ -66,7 +66,7 @@
-
+
@@ -314,7 +314,7 @@
-
+
-
+
diff --git a/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml b/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml
index 6de1612be3..62015e6f02 100644
--- a/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml
+++ b/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml
@@ -137,7 +137,7 @@
unpack="false"/>
-
+
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
similarity index 91%
rename from edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
rename to edexOsgi/com.raytheon.uf.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
index 15f6adeddc..5f674367e9 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/res/spring/ccfp-ingest.xml
@@ -3,8 +3,8 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
-
-
+
+
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/src/com/raytheon/edex/plugin/ccfp/CcfpDecoder.java b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/src/com/raytheon/uf/edex/plugin/ccfp/CcfpDecoder.java
similarity index 99%
rename from edexOsgi/com.raytheon.edex.plugin.ccfp/src/com/raytheon/edex/plugin/ccfp/CcfpDecoder.java
rename to edexOsgi/com.raytheon.uf.edex.plugin.ccfp/src/com/raytheon/uf/edex/plugin/ccfp/CcfpDecoder.java
index 90c920752d..87d3c2dc05 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ccfp/src/com/raytheon/edex/plugin/ccfp/CcfpDecoder.java
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/src/com/raytheon/uf/edex/plugin/ccfp/CcfpDecoder.java
@@ -18,7 +18,7 @@
* further licensing information.
**/
-package com.raytheon.edex.plugin.ccfp;
+package com.raytheon.uf.edex.plugin.ccfp;
import java.util.Calendar;
import java.util.regex.Matcher;
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/src/com/raytheon/edex/plugin/ccfp/CcfpSeparator.java b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/src/com/raytheon/uf/edex/plugin/ccfp/CcfpSeparator.java
similarity index 99%
rename from edexOsgi/com.raytheon.edex.plugin.ccfp/src/com/raytheon/edex/plugin/ccfp/CcfpSeparator.java
rename to edexOsgi/com.raytheon.uf.edex.plugin.ccfp/src/com/raytheon/uf/edex/plugin/ccfp/CcfpSeparator.java
index 37326fa041..33ba4ceddb 100644
--- a/edexOsgi/com.raytheon.edex.plugin.ccfp/src/com/raytheon/edex/plugin/ccfp/CcfpSeparator.java
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/src/com/raytheon/uf/edex/plugin/ccfp/CcfpSeparator.java
@@ -18,7 +18,7 @@
* further licensing information.
**/
-package com.raytheon.edex.plugin.ccfp;
+package com.raytheon.uf.edex.plugin.ccfp;
import java.util.ArrayList;
import java.util.Iterator;
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/utility/common_static/base/purge/ccfpPurgeRules.xml b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/utility/common_static/base/purge/ccfpPurgeRules.xml
similarity index 100%
rename from edexOsgi/com.raytheon.edex.plugin.ccfp/utility/common_static/base/purge/ccfpPurgeRules.xml
rename to edexOsgi/com.raytheon.uf.edex.plugin.ccfp/utility/common_static/base/purge/ccfpPurgeRules.xml
diff --git a/edexOsgi/com.raytheon.edex.plugin.ccfp/utility/edex_static/base/distribution/ccfp.xml b/edexOsgi/com.raytheon.uf.edex.plugin.ccfp/utility/edex_static/base/distribution/ccfp.xml
similarity index 100%
rename from edexOsgi/com.raytheon.edex.plugin.ccfp/utility/edex_static/base/distribution/ccfp.xml
rename to edexOsgi/com.raytheon.uf.edex.plugin.ccfp/utility/edex_static/base/distribution/ccfp.xml
diff --git a/javaUtilities/com.raytheon.uf.docs.datauri/.classpath b/javaUtilities/com.raytheon.uf.docs.datauri/.classpath
index a721ea282d..8aebf994a3 100644
--- a/javaUtilities/com.raytheon.uf.docs.datauri/.classpath
+++ b/javaUtilities/com.raytheon.uf.docs.datauri/.classpath
@@ -6,7 +6,7 @@
-
+