Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2010-08-05 07:25:48 +0000
committermkuppe2010-08-05 07:25:48 +0000
commitdd170cbf6dfdba17074b59b9c65b4818d9e27663 (patch)
tree01e1675eb10bc9881bb91ababab81af671a28083
parentb51c165ae5f31eaca7e85588d9f22010cb28c586 (diff)
downloadorg.eclipse.ecf-I-HEAD-platform_feature-57-2010_08_05.tar.gz
org.eclipse.ecf-I-HEAD-platform_feature-57-2010_08_05.tar.xz
org.eclipse.ecf-I-HEAD-platform_feature-57-2010_08_05.zip
RESOLVED - bug 321708: Modularize XMPP provider WRT to remoteservices and datashare dependenciesI-HEAD-platform_feature-57-2010_08_05
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321708
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.classpath7
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.project28
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.pde.core.prefs5
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF10
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties6
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/fragment.xml20
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties10
8 files changed, 94 insertions, 0 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.classpath b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.classpath
new file mode 100644
index 000000000..2fbb7a23e
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.project b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.project
new file mode 100644
index 000000000..5f728c047
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.ecf.provider.xmpp.datashare</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..c77a73bc2
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,8 @@
+#Wed Aug 04 11:34:49 CEST 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.compliance=1.4
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.3
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.pde.core.prefs b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.pde.core.prefs
new file mode 100644
index 000000000..6f3a1f850
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/.settings/org.eclipse.pde.core.prefs
@@ -0,0 +1,5 @@
+#Wed Aug 04 11:29:50 CEST 2010
+eclipse.preferences.version=1
+pluginProject.equinox=false
+pluginProject.extensions=false
+resolve.requirebundle=false
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..69ef79cbc
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.ecf.provider.xmpp.datashare;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.ecf.provider.xmpp
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-Vendor: %providerName
+Require-Bundle: org.eclipse.ecf.datashare;bundle-version="2.0.0",
+ org.eclipse.ecf.provider.datashare;bundle-version="1.0.0"
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties
new file mode 100644
index 000000000..6f31b1fc2
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties
@@ -0,0 +1,6 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ fragment.xml,\
+ plugin.properties
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/fragment.xml b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/fragment.xml
new file mode 100644
index 000000000..649c8cd47
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/fragment.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin>
+ <extension
+ point="org.eclipse.core.runtime.adapters">
+ <factory
+ adaptableType="org.eclipse.ecf.provider.xmpp.XMPPContainer"
+ class="org.eclipse.ecf.provider.datashare.DatashareContainerAdapterFactory">
+ <adapter type="org.eclipse.ecf.datashare.IChannelContainerAdapter"/>
+ </factory>
+ </extension>
+
+ <extension
+ point="org.eclipse.core.runtime.adapters">
+ <factory
+ adaptableType="org.eclipse.ecf.provider.xmpp.XMPPSContainer"
+ class="org.eclipse.ecf.provider.datashare.DatashareContainerAdapterFactory">
+ <adapter type="org.eclipse.ecf.datashare.IChannelContainerAdapter"/>
+ </factory>
+ </extension>
+</plugin>
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties
new file mode 100644
index 000000000..3afc38f9d
--- /dev/null
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties
@@ -0,0 +1,10 @@
+############################################################################
+# Copyright (c) 2010 Markus Alexander Kuppe and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+############################################################################
+pluginName = ECF XMPP Provider Datashare
+providerName = Eclipse.org - ECF

Back to the top