diff options
author | cletavernie | 2012-06-13 09:14:04 +0000 |
---|---|---|
committer | cletavernie | 2012-06-13 09:14:04 +0000 |
commit | 3e854f7ebefd9edb9264fc25b93a7039ed422cc6 (patch) | |
tree | 2794964f4fe6173031acb6483ccb69ec405f5ac6 /plugins/team | |
parent | 7fac275440a6b6f80828827590adb280c0b10ed3 (diff) | |
download | org.eclipse.papyrus-3e854f7ebefd9edb9264fc25b93a7039ed422cc6.tar.gz org.eclipse.papyrus-3e854f7ebefd9edb9264fc25b93a7039ed422cc6.tar.xz org.eclipse.papyrus-3e854f7ebefd9edb9264fc25b93a7039ed422cc6.zip |
382467: [Team] The dependency from Papyrus to SVN should be optional
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382467
Diffstat (limited to 'plugins/team')
-rw-r--r-- | plugins/team/org.eclipse.papyrus.team.svn/src/org/eclipse/papyrus/team/svn/SVNLockHandler.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/src/org/eclipse/papyrus/team/svn/SVNLockHandler.java b/plugins/team/org.eclipse.papyrus.team.svn/src/org/eclipse/papyrus/team/svn/SVNLockHandler.java index 50366a8e7ac..2e3966745e1 100644 --- a/plugins/team/org.eclipse.papyrus.team.svn/src/org/eclipse/papyrus/team/svn/SVNLockHandler.java +++ b/plugins/team/org.eclipse.papyrus.team.svn/src/org/eclipse/papyrus/team/svn/SVNLockHandler.java @@ -32,7 +32,6 @@ public class SVNLockHandler implements IReadOnlyHandler { try {
validator = new SVNTeamModificationValidator();
} catch (NoClassDefFoundError ex) {
- System.out.println("Ignore SVN");
//If SVN is not installed, then the file is not locked, and can be written.
}
|