Bug 548287: Move definition of RMI codebase contribution for RJ for
Eclipse Platform based applications to rj.eclient.core

Change-Id: Ie713ffbb52a656c15c8efc0f3c31ec73a84a9efb
diff --git a/eclient/org.eclipse.statet.rj.eclient.core/plugin.xml b/eclient/org.eclipse.statet.rj.eclient.core/plugin.xml
index f8b41bb..5322d9e 100644
--- a/eclient/org.eclipse.statet.rj.eclient.core/plugin.xml
+++ b/eclient/org.eclipse.statet.rj.eclient.core/plugin.xml
@@ -18,4 +18,10 @@
 
 <plugin>
    
+   <extension
+         point="org.eclipse.statet.jcommons.rmi.ERegistry">
+      <codebaseEntry
+            pluginId="org.eclipse.statet.rj.server"/>
+   </extension>
+   
 </plugin>
diff --git a/servi/org.eclipse.statet.rj.servi/build.properties b/servi/org.eclipse.statet.rj.servi/build.properties
index a9c6143..bc1b776 100644
--- a/servi/org.eclipse.statet.rj.servi/build.properties
+++ b/servi/org.eclipse.statet.rj.servi/build.properties
@@ -6,6 +6,5 @@
 
 bin.includes= META-INF/,\
               .,\
-              plugin.xml,\
               about.html
 src.includes= .settings/org.eclipse.core.resources.prefs
diff --git a/servi/org.eclipse.statet.rj.servi/plugin.xml b/servi/org.eclipse.statet.rj.servi/plugin.xml
deleted file mode 100644
index cd2bd68..0000000
--- a/servi/org.eclipse.statet.rj.servi/plugin.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<!--
- #=============================================================================#
- # Copyright (c) 2011, 2019 Stephan Wahlbrink and others.
- # 
- # This program and the accompanying materials are made available under the
- # terms of the Eclipse Public License 2.0 which is available at
- # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
- # which is available at https://www.apache.org/licenses/LICENSE-2.0.
- # 
- # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
- # 
- # Contributors:
- #     Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
- #=============================================================================#
--->
-
-<plugin>
-   
-   <extension
-         point="org.eclipse.statet.jcommons.rmi.ERegistry">
-      <codebaseEntry
-            pluginId="org.eclipse.statet.rj.server"/>
-   </extension>
-   
-</plugin>