Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-23 16:07:01 +0000
committerJean Michel-Lemieux2004-06-23 16:07:01 +0000
commit4f5240c69c85865edb97c52f653fb0681fc34302 (patch)
treeed10fc21ad6b42e67ac3aed07560448a909e2ac6 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java
parent0178d7559e1ac8924a8a111453ffc8fe6c171ab6 (diff)
downloadeclipse.platform.team-4f5240c69c85865edb97c52f653fb0681fc34302.tar.gz
eclipse.platform.team-4f5240c69c85865edb97c52f653fb0681fc34302.tar.xz
eclipse.platform.team-4f5240c69c85865edb97c52f653fb0681fc34302.zip
Copyright updates for 3.0
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java
index 02f3a512e..483a8408d 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/SyncAction.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * Copyright (c) 2000, 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
@@ -107,4 +107,4 @@ public class SyncAction extends WorkspaceAction {
protected boolean isEnabledForCVSResource(ICVSResource cvsResource) throws CVSException {
return (super.isEnabledForCVSResource(cvsResource) || (cvsResource.getParent().isCVSFolder() && !cvsResource.isIgnored()));
}
-} \ No newline at end of file
+}

Back to the top