Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-04-29 21:41:46 +0000
committerslewis2006-04-29 21:41:46 +0000
commit6a0fe0a41624f694ce3c34d3e63923075bc3ab0b (patch)
treebb079d27e6486cfb30eacee731f32a268994e6f8 /framework/bundles/org.eclipse.ecf/schema
parent3d4993401606bed2b11ea198977ed94720e21299 (diff)
downloadorg.eclipse.ecf-6a0fe0a41624f694ce3c34d3e63923075bc3ab0b.tar.gz
org.eclipse.ecf-6a0fe0a41624f694ce3c34d3e63923075bc3ab0b.tar.xz
org.eclipse.ecf-6a0fe0a41624f694ce3c34d3e63923075bc3ab0b.zip
Changed org.eclipse.ecf.start extension point to org.eclipse.ecf.startup. Added org.eclipse.ecf.presence.IChatID to presence API as an adapter for the ID interface.
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/schema')
-rw-r--r--framework/bundles/org.eclipse.ecf/schema/startup.exsd (renamed from framework/bundles/org.eclipse.ecf/schema/start.exsd)2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf/schema/start.exsd b/framework/bundles/org.eclipse.ecf/schema/startup.exsd
index 8d76b6222..38198bead 100644
--- a/framework/bundles/org.eclipse.ecf/schema/start.exsd
+++ b/framework/bundles/org.eclipse.ecf/schema/startup.exsd
@@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.ecf">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.ecf" id="start" name="ECF Start"/>
+ <meta.schema plugin="org.eclipse.ecf" id="startup" name="ECF Start"/>
</appInfo>
<documentation>
[Enter description of this extension point.]

Back to the top