Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-06-17 07:08:44 +0000
committerIgor Fedorenko2011-06-17 07:08:44 +0000
commit1e1c4ca63fe03f9e4b1ac9ff332e6541639e6d79 (patch)
treea3f921e983ef1c589cbcb476d43363e59c6d69b0 /org.eclipse.m2e.logback.configuration
parentc7c06f64fb68aac51414cd2846cdc636599cb653 (diff)
downloadm2e-core-1e1c4ca63fe03f9e4b1ac9ff332e6541639e6d79.tar.gz
m2e-core-1e1c4ca63fe03f9e4b1ac9ff332e6541639e6d79.tar.xz
m2e-core-1e1c4ca63fe03f9e4b1ac9ff332e6541639e6d79.zip
349029 fix wrong provider and bundle names
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.logback.configuration')
-rw-r--r--org.eclipse.m2e.logback.configuration/OSGI-INF/l10n/bundle.properties11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.m2e.logback.configuration/OSGI-INF/l10n/bundle.properties b/org.eclipse.m2e.logback.configuration/OSGI-INF/l10n/bundle.properties
index d10e1864..c0c9e4aa 100644
--- a/org.eclipse.m2e.logback.configuration/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.m2e.logback.configuration/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,10 @@
-#Properties file for org.eclipse.m2e.logback.configuration
+#
+# Copyright (c) 2011 Sonatype, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+
Bundle-Name = m2e logback configuration
-Bundle-Vendor = Eclipse.org - m2e \ No newline at end of file
+Bundle-Vendor = Eclipse.org - m2e

Back to the top