Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-06-17 13:45:57 +0000
committerMichael Valenta2004-06-17 13:45:57 +0000
commitbf5ab724fc9e6d1e8a64c6d781577fc2cab419c1 (patch)
treeae2ebf151a455ea9a9df2b03dc9ce38f73c31830
parenta8ca8e6fe985c8f4a8d1827748b36d08c6fe0690 (diff)
downloadeclipse.platform.team-bf5ab724fc9e6d1e8a64c6d781577fc2cab419c1.tar.gz
eclipse.platform.team-bf5ab724fc9e6d1e8a64c6d781577fc2cab419c1.tar.xz
eclipse.platform.team-bf5ab724fc9e6d1e8a64c6d781577fc2cab419c1.zip
Bug 56683 [Doc] core CVS extension point names
-rw-r--r--bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd32
1 files changed, 16 insertions, 16 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd b/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd
index a8e23515d..321d9ca12 100644
--- a/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd
+++ b/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.team.cvs.core" id="connectionmethods" name="ConnectionMethods"/>
</appInfo>
<documentation>
- This extension point allows additional CVS connection methods to be pluged in.
+ This extension point allows additional CVS connection methods to be pluged in. It is for internal use.
</documentation>
</annotation>
@@ -98,19 +98,19 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- Following is an example of a connectionmethods extension:
-
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension id=&quot;pserver&quot; point=&quot;org.eclipse.team.cvs.core.connectionmethods&quot;&gt;
- &lt;adapter&gt;
- &lt;run class=&quot;org.eclipse.team.internal.ccvs.core.connection.PServerConnectionMethod&quot;&gt;
- &lt;parameter name=&quot;trace&quot; value=&quot;false&quot;&gt;
- &lt;/parameter&gt;
- &lt;/run&gt;
- &lt;/adapter&gt;
- &lt;/extension&gt;
-&lt;/pre&gt;
+ Following is an example of a connectionmethods extension:
+
+&lt;p&gt;
+&lt;pre&gt;
+ &lt;extension id=&quot;pserver&quot; point=&quot;org.eclipse.team.cvs.core.connectionmethods&quot;&gt;
+ &lt;adapter&gt;
+ &lt;run class=&quot;org.eclipse.team.internal.ccvs.core.connection.PServerConnectionMethod&quot;&gt;
+ &lt;parameter name=&quot;trace&quot; value=&quot;false&quot;&gt;
+ &lt;/parameter&gt;
+ &lt;/run&gt;
+ &lt;/adapter&gt;
+ &lt;/extension&gt;
+&lt;/pre&gt;
&lt;/p&gt;
</documentation>
</annotation>
@@ -120,7 +120,7 @@
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
-
+ This extension point is internal use only
</documentation>
</annotation>
@@ -138,7 +138,7 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2004 IBM Corporation and others.
+ Copyright (c) 2004 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/cpl-v10.html&quot;&gt;http://www.eclipse.org/legal/cpl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top