Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbbokowski2005-08-17 05:47:46 +0000
committerbbokowski2005-08-17 05:47:46 +0000
commita6a40ec36cad4ed8af92e874f08d83b53a4385f6 (patch)
treeea7b2e7dec719762b876d0040c6fb53947776193
parente307e7cd5ca5191116e5f78454ae15dd79ff34fc (diff)
downloadorg.eclipse.ecf-a6a40ec36cad4ed8af92e874f08d83b53a4385f6.tar.gz
org.eclipse.ecf-a6a40ec36cad4ed8af92e874f08d83b53a4385f6.tar.xz
org.eclipse.ecf-a6a40ec36cad4ed8af92e874f08d83b53a4385f6.zip
Added markup so that PDE displays a Browse... button when creating an extension to the containerFactory extension point
-rw-r--r--framework/bundles/org.eclipse.ecf/schema/containerFactory.exsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf/schema/containerFactory.exsd b/framework/bundles/org.eclipse.ecf/schema/containerFactory.exsd
index 8e526051b..373da10e3 100644
--- a/framework/bundles/org.eclipse.ecf/schema/containerFactory.exsd
+++ b/framework/bundles/org.eclipse.ecf/schema/containerFactory.exsd
@@ -56,6 +56,9 @@
<documentation>
The class implementing the containerFactory extension point. The given class must implement the &lt;b&gt;org.eclipse.ecf.core.provider.IContainerInstantiator&lt;/b&gt; interface
</documentation>
+ <appInfo>
+ <meta.attribute kind="java"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="name" type="string">

Back to the top