Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-08-01 14:17:41 +0000
committerMichael Valenta2007-08-01 14:17:41 +0000
commita44821b8015eef8c8808d3c1ddd44b80d51ce7b5 (patch)
treeb04dc5062d72b8e8bdccac2df06f2290b1ff74f9 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java
parent502d163513efc925911c52b15372589a5be77e97 (diff)
downloadeclipse.platform.team-a44821b8015eef8c8808d3c1ddd44b80d51ce7b5.tar.gz
eclipse.platform.team-a44821b8015eef8c8808d3c1ddd44b80d51ce7b5.tar.xz
eclipse.platform.team-a44821b8015eef8c8808d3c1ddd44b80d51ce7b5.zip
Updated copyrights for 3rd party contributions
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java
index aae07de85..0509c1f3b 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/CommitWizardParticipant.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Brock Janiczak <brockj@tpg.com.au> - Bug 166333 [Wizards] Show diff in CVS commit dialog
*******************************************************************************/
package org.eclipse.team.internal.ccvs.ui.wizards;

Back to the top