Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.provider.remoteservice/plugin.xml')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.provider.remoteservice/plugin.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.provider.remoteservice/plugin.xml b/examples/bundles/org.eclipse.ecf.examples.provider.remoteservice/plugin.xml
index 8605ad5e4..9b51c29d3 100644
--- a/examples/bundles/org.eclipse.ecf.examples.provider.remoteservice/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.examples.provider.remoteservice/plugin.xml
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.ecf.identity.namespace">
- <namespace
- class="org.eclipse.ecf.examples.provider.remoteservice.identity.RSExampleNamespace"
- description="RS Example Namespace"
- name="ecf.namespace.example.rs">
- </namespace>
- </extension>
- <extension
- point="org.eclipse.ecf.containerFactory">
- <containerFactory
- class="org.eclipse.ecf.internal.examples.provider.remoteservice.container.RSExampleContainerInstantiator"
- name="ecf.container.example.rs">
- </containerFactory>
- </extension>
-
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ecf.identity.namespace">
+ <namespace
+ class="org.eclipse.ecf.examples.provider.remoteservice.identity.RSExampleNamespace"
+ description="RS Example Namespace"
+ name="ecf.namespace.example.rs">
+ </namespace>
+ </extension>
+ <extension
+ point="org.eclipse.ecf.containerFactory">
+ <containerFactory
+ class="org.eclipse.ecf.internal.examples.provider.remoteservice.container.RSExampleContainerInstantiator"
+ name="ecf.container.example.rs">
+ </containerFactory>
+ </extension>
+
+</plugin>

Back to the top