From 2073e8a623ed46066bca71c7d65afc4229fbb612 Mon Sep 17 00:00:00 2001 From: Jean Michel-Lemieux Date: Fri, 19 Nov 2004 20:53:44 +0000 Subject: Setting translatable flag in schema files. --- .../schema/connectionmethods.exsd | 2 +- .../ccvs/core/client/listeners/LogListener.java | 2 +- .../schema/configurationWizards.exsd | 3 +++ .../schema/synchronizeParticipants.exsd | 31 ++++++++++++---------- .../schema/synchronizeWizards.exsd | 8 +++++- 5 files changed, 29 insertions(+), 17 deletions(-) (limited to 'bundles') 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 @@ - + This extension point is internal use only 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. The name of the configuration type as it should appear in the configuration wizard. Examples are "CVS", "WebDAV". + + + 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 The name of the participant. This will be shown in the UI. + + + @@ -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 @@ The name of the synchronize participant creation type. Examples are "CVS", "CVS Merge", "WebDAV". + + + @@ -58,6 +61,9 @@ The description for the creation wizard. + + + @@ -112,7 +118,7 @@ - + -- cgit v1.2.3