diff options
5 files changed, 29 insertions, 17 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd b/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd index f93d389b4..0faa3b477 100644 --- a/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd +++ b/bundles/org.eclipse.team.cvs.core/schema/connectionmethods.exsd @@ -70,7 +70,7 @@ <attribute name="name" type="string" use="required"> <annotation> <documentation> - + This extension point is internal use only </documentation> </annotation> </attribute> diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/LogListener.java b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/LogListener.java index 06e7fe4d2..ab505da61 100644 --- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/LogListener.java +++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/LogListener.java @@ -199,7 +199,7 @@ public class LogListener extends CommandOutputListener { } protected void handleInvalidFileName(ICVSRepositoryLocation location, String badFilePath) { - CVSProviderPlugin.log(IStatus.WARNING, "Invalid file path '" + badFilePath + "' received from " + location.toString(), null); + CVSProviderPlugin.log(IStatus.WARNING, "Invalid file path '" + badFilePath + "' received from " + location.toString(), null); //$NON-NLS-1$ //$NON-NLS-2$ } /** branch tags have odd number of segments or have diff --git a/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd b/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd index 1f785c582..10c0adc7a 100644 --- a/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd +++ b/bundles/org.eclipse.team.ui/schema/configurationWizards.exsd @@ -56,6 +56,9 @@ which gathers the necessary information and configures the projects. <documentation> The name of the configuration type as it should appear in the configuration wizard. Examples are "CVS", "WebDAV". </documentation> + <appInfo> + <meta.attribute translatable="true"/> + </appInfo> </annotation> </attribute> <attribute name="icon" type="string" use="required"> diff --git a/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd b/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd index d622814ee..2dab9bc70 100644 --- a/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd +++ b/bundles/org.eclipse.team.ui/schema/synchronizeParticipants.exsd @@ -70,6 +70,9 @@ A participant is a generic component that provides access to creating a page and <documentation> The name of the participant. This will be shown in the UI. </documentation> + <appInfo> + <meta.attribute translatable="true"/> + </appInfo> </annotation> </attribute> <attribute name="persistent"> @@ -107,20 +110,20 @@ A participant is a generic component that provides access to creating a page and <p><pre> <extension - point="org.eclipse.team.ui.synchronizeParticipants"> - <participant - name="CVS Workspace" - icon="icons/full/cview16/server.gif" - class="org.eclipse.team.internal.ccvs.ui.subscriber.WorkspaceSynchronizeParticipant" - id="org.eclipse.team.cvs.ui.cvsworkspace-participant"> - </participant> - <participant - name="CVS Merge" - icon="icons/full/obj16/prjversions_rep.gif" - class="org.eclipse.team.internal.ccvs.ui.subscriber.MergeSynchronizeParticipant" - type="dynamic" - id="org.eclipse.team.cvs.ui.cvsmerge-participant"> - </participant> + point="org.eclipse.team.ui.synchronizeParticipants"> + <participant + name="CVS Workspace" + icon="icons/full/cview16/server.gif" + class="org.eclipse.team.internal.ccvs.ui.subscriber.WorkspaceSynchronizeParticipant" + id="org.eclipse.team.cvs.ui.cvsworkspace-participant"> + </participant> + <participant + name="CVS Merge" + icon="icons/full/obj16/prjversions_rep.gif" + class="org.eclipse.team.internal.ccvs.ui.subscriber.MergeSynchronizeParticipant" + type="dynamic" + id="org.eclipse.team.cvs.ui.cvsmerge-participant"> + </participant> </extension> </pre></p> diff --git a/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd b/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd index e6a20fb4c..772c7fa43 100644 --- a/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd +++ b/bundles/org.eclipse.team.ui/schema/synchronizeWizards.exsd @@ -51,6 +51,9 @@ <documentation> The name of the synchronize participant creation type. Examples are "CVS", "CVS Merge", "WebDAV". </documentation> + <appInfo> + <meta.attribute translatable="true"/> + </appInfo> </annotation> </attribute> <attribute name="description" type="string" use="required"> @@ -58,6 +61,9 @@ <documentation> The description for the creation wizard. </documentation> + <appInfo> + <meta.attribute translatable="true"/> + </appInfo> </annotation> </attribute> <attribute name="icon" type="string" use="required"> @@ -112,7 +118,7 @@ </documentation> </annotation> -<annotation> + <annotation> <appInfo> <meta.section type="since"/> </appInfo> |