From ecc3dc9a70fa45c840c2cd93632fb71a19638ca6 Mon Sep 17 00:00:00 2001 From: Nate Jensen Date: Mon, 26 Mar 2012 15:47:34 -0500 Subject: [PATCH] Issue #427 fix xml serialization Change-Id: I795fe5a47fc2ed678a431795a6242382b3ef6654 Former-commit-id: e24039ae5c2aa0c2c45696da0712361b564ed61d [formerly 7c6e0a41f7aadfd12f7f3ab90546dc4b46444d7d] [formerly 2a1e40b2d5b79ea4e699ab07db523319ea213af1 [formerly eb39d19f3940ba57e1322a786d0dd535289b2a1e]] Former-commit-id: 2a1e40b2d5b79ea4e699ab07db523319ea213af1 Former-commit-id: a1e2c3173dae359cd9144f5cb9926cd695d1525b --- cave/com.raytheon.uf.viz.collaboration.ui/META-INF/MANIFEST.MF | 1 + .../com.raytheon.uf.common.serialization.ISerializableObject | 1 + 2 files changed, 2 insertions(+) create mode 100644 cave/com.raytheon.uf.viz.collaboration.ui/META-INF/services/com.raytheon.uf.common.serialization.ISerializableObject diff --git a/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/MANIFEST.MF b/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/MANIFEST.MF index 6e613d699d..0889269792 100644 --- a/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/MANIFEST.MF +++ b/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/MANIFEST.MF @@ -5,6 +5,7 @@ Bundle-SymbolicName: com.raytheon.uf.viz.collaboration.ui;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: com.raytheon.uf.viz.collaboration.ui.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Eclipse-RegisterBuddy: com.raytheon.uf.viz.core Export-Package: com.raytheon.uf.viz.collaboration.ui Require-Bundle: com.raytheon.viz.ui, org.eclipse.ui, diff --git a/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/services/com.raytheon.uf.common.serialization.ISerializableObject b/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/services/com.raytheon.uf.common.serialization.ISerializableObject new file mode 100644 index 0000000000..d05274f8b5 --- /dev/null +++ b/cave/com.raytheon.uf.viz.collaboration.ui/META-INF/services/com.raytheon.uf.common.serialization.ISerializableObject @@ -0,0 +1 @@ +com.raytheon.uf.viz.collaboration.ui.editor.SharedEditor \ No newline at end of file