Author: rob.stryker(a)jboss.com
Date: 2010-04-06 05:27:27 -0400 (Tue, 06 Apr 2010)
New Revision: 21281
Modified:
branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/plugin.xml
branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd
Log:
JBIDE-4927 weird commit errors
Modified: branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/plugin.xml
===================================================================
--- branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/plugin.xml 2010-04-06
09:26:35 UTC (rev 21280)
+++ branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/plugin.xml 2010-04-06
09:27:27 UTC (rev 21281)
@@ -253,6 +253,7 @@
<extension
point="org.jboss.tools.jmx.ui.providerUI">
<providerUI
+ editable="true"
icon="icons/full/obj16/write_obj.gif"
id="org.jboss.tools.jmx.core.providers.DefaultConnectionProvider"
name="%DefaultJMXConnectionProvider.name">
Modified:
branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd
===================================================================
---
branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd 2010-04-06
09:26:35 UTC (rev 21280)
+++
branches/jbosstools-3.1.x/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd 2010-04-06
09:27:27 UTC (rev 21281)
@@ -2,9 +2,9 @@
<!-- Schema file written by PDE -->
<schema targetNamespace="org.jboss.tools.jmx.ui"
xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
- <appinfo>
+ <appInfo>
<meta.schema plugin="org.jboss.tools.jmx.ui"
id="org.jboss.tools.jmx.ui.wizards.connectionPage" name="Connection Wizard
Page"/>
- </appinfo>
+ </appInfo>
<documentation>
[Enter description of this extension point.]
</documentation>
@@ -12,9 +12,9 @@
<element name="extension">
<annotation>
- <appinfo>
+ <appInfo>
<meta.element />
- </appinfo>
+ </appInfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
@@ -39,9 +39,9 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute translatable="true"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
@@ -71,11 +71,18 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute kind="resource"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
+ <attribute name="editable" type="boolean">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -86,45 +93,45 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute kind="java"
basedOn=":org.jboss.tools.jmx.ui.IWizardPageWithFinish"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="since"/>
- </appinfo>
+ </appInfo>
<documentation>
[Enter the first release in which this extension point appears.]
</documentation>
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="examples"/>
- </appinfo>
+ </appInfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="apiinfo"/>
- </appinfo>
+ </appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="implementation"/>
- </appinfo>
+ </appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>