Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-05-11 07:02:09 +0000
committerDani Megert2011-05-11 07:02:09 +0000
commit24c057faa25ffa75c29d6fa348d78fa8dc40ddba (patch)
treed3f24fb5001fa6acd6f6c36f7557358101da9cd7 /bundles/org.eclipse.jsch.ui
parentac96be051e804f8c3b12feb6a44c8652ebb4cd7b (diff)
downloadeclipse.platform.team-24c057faa25ffa75c29d6fa348d78fa8dc40ddba.tar.gz
eclipse.platform.team-24c057faa25ffa75c29d6fa348d78fa8dc40ddba.tar.xz
eclipse.platform.team-24c057faa25ffa75c29d6fa348d78fa8dc40ddba.zip
Fixed broken line delimiters.v20110511-0702
Diffstat (limited to 'bundles/org.eclipse.jsch.ui')
-rw-r--r--bundles/org.eclipse.jsch.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jsch.ui/plugin.xml b/bundles/org.eclipse.jsch.ui/plugin.xml
index 893ace083..5babf6ad3 100644
--- a/bundles/org.eclipse.jsch.ui/plugin.xml
+++ b/bundles/org.eclipse.jsch.ui/plugin.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?> <!--
+<?eclipse version="3.2"?>
+<!--
Copyright (c) 2007, 2011 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0

Back to the top