diff options
| author | bbokowski | 2005-08-17 05:47:46 +0000 |
|---|---|---|
| committer | bbokowski | 2005-08-17 05:47:46 +0000 |
| commit | a6a40ec36cad4ed8af92e874f08d83b53a4385f6 (patch) | |
| tree | ea7b2e7dec719762b876d0040c6fb53947776193 | |
| parent | e307e7cd5ca5191116e5f78454ae15dd79ff34fc (diff) | |
| download | org.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.exsd | 3 |
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 <b>org.eclipse.ecf.core.provider.IContainerInstantiator</b> interface
</documentation>
+ <appInfo>
+ <meta.attribute kind="java"/>
+ </appInfo>
</annotation>
</attribute>
<attribute name="name" type="string">
|
