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.core/src/org/eclipse/team/internal/ccvs
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.core/src/org/eclipse/team/internal/ccvs')
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/LogListener.java1
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/SyncFileWriter.java1
2 files changed, 2 insertions, 0 deletions
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 28243167b..aab7efce6 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
@@ -8,6 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
* Brock Janiczak <brockj@tpg.com.au> - Bug 179977 CVS log command doesn't scale well with lots of tags and versions
+ * Brock Janiczak <brockj@tpg.com.au> - Bug 194396 Reduce retained memory usage of LogEntry objects
*******************************************************************************/
package org.eclipse.team.internal.ccvs.core.client.listeners;
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/SyncFileWriter.java b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/SyncFileWriter.java
index d4666c61a..c64b54008 100644
--- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/SyncFileWriter.java
+++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/SyncFileWriter.java
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
+ * Matt McCutchen (hashproduct+eclipse@gmail.com) - Bug 189304 [Sync Info] cvsignore lines should be split on whitespace
*******************************************************************************/
package org.eclipse.team.internal.ccvs.core.util;

Back to the top