Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-25 21:59:43 +0000
committerPascal Rapicault2011-02-25 21:59:43 +0000
commitb56a248a0e0106ee06b04d7bceab84a3cb6cb64c (patch)
tree29901456e306ff1bd4f02497e37e57aaafa798a6 /org.eclipse.m2e.lifecyclemapping.defaults
parentb84537e87fad1e84faba5e9dd23633292af9e38e (diff)
downloadm2e-core-b56a248a0e0106ee06b04d7bceab84a3cb6cb64c.tar.gz
m2e-core-b56a248a0e0106ee06b04d7bceab84a3cb6cb64c.tar.xz
m2e-core-b56a248a0e0106ee06b04d7bceab84a3cb6cb64c.zip
Edit bundle vendor and bundle names
Diffstat (limited to 'org.eclipse.m2e.lifecyclemapping.defaults')
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/build.properties3
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/plugin.properties2
3 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/META-INF/MANIFEST.MF b/org.eclipse.m2e.lifecyclemapping.defaults/META-INF/MANIFEST.MF
index 39794c09..1f7d984c 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/META-INF/MANIFEST.MF
@@ -6,3 +6,4 @@ Bundle-Version: 0.13.0.qualifier
Require-Bundle: org.eclipse.m2e.core;bundle-version="0.13.0",
org.eclipse.m2e.jdt;bundle-version="0.13.0"
Bundle-Vendor: %Bundle-Vendor
+Bundle-Localization: plugin
diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/build.properties b/org.eclipse.m2e.lifecyclemapping.defaults/build.properties
index 80f53365..daaf415b 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/build.properties
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/build.properties
@@ -1,2 +1,3 @@
bin.includes = META-INF/,\
- lifecycle-mapping-metadata.xml
+ lifecycle-mapping-metadata.xml,\
+ plugin.properties
diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/plugin.properties b/org.eclipse.m2e.lifecyclemapping.defaults/plugin.properties
index 89312854..cf4e0351 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/plugin.properties
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/plugin.properties
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2007, 2008 Sonatype, Inc.
+# 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

Back to the top