From cb33a0767f1f099303b6a32865cfa66839d18362 Mon Sep 17 00:00:00 2001 From: sylvainlaurent Date: Tue, 14 Nov 2017 16:43:38 +0100 Subject: [PATCH] #19: Feature/Plugin Provider, Name and Id should be cleaned up (#25) --- .../META-INF/MANIFEST.MF | 6 +++--- eclipse-external-annotations-m2e-plugin.core/pom.xml | 2 +- .../feature.xml | 9 +++++---- eclipse-external-annotations-m2e-plugin.feature/pom.xml | 3 +-- .../category.xml | 4 ++-- eclipse-external-annotations-m2e-plugin.site/pom.xml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eclipse-external-annotations-m2e-plugin.core/META-INF/MANIFEST.MF b/eclipse-external-annotations-m2e-plugin.core/META-INF/MANIFEST.MF index a098bf2..a2a6a7f 100644 --- a/eclipse-external-annotations-m2e-plugin.core/META-INF/MANIFEST.MF +++ b/eclipse-external-annotations-m2e-plugin.core/META-INF/MANIFEST.MF @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Maven Integration for Eclipse Settings -Bundle-SymbolicName: eclipse-external-annotations-m2e-plugin.core;singleton:=true +Bundle-Name: eclipse-external-annotations-m2e-plugin +Bundle-SymbolicName: org.lastnpe.m2e.core;singleton:=true Bundle-Version: 1.0.0.qualifier -Bundle-Vendor: Sylvain LAURENT & Michael Vorburger.ch +Bundle-Vendor: lastnpe.org Require-Bundle: org.eclipse.core.runtime, org.eclipse.jdt.core, org.eclipse.m2e.maven.runtime;bundle-version="[1.6.0,1.9.0)", diff --git a/eclipse-external-annotations-m2e-plugin.core/pom.xml b/eclipse-external-annotations-m2e-plugin.core/pom.xml index f66eebd..46fa3b3 100644 --- a/eclipse-external-annotations-m2e-plugin.core/pom.xml +++ b/eclipse-external-annotations-m2e-plugin.core/pom.xml @@ -9,7 +9,7 @@ 1.0.0-SNAPSHOT - eclipse-external-annotations-m2e-plugin.core + org.lastnpe.m2e.core eclipse-plugin diff --git a/eclipse-external-annotations-m2e-plugin.feature/feature.xml b/eclipse-external-annotations-m2e-plugin.feature/feature.xml index fec3b7f..29edea2 100644 --- a/eclipse-external-annotations-m2e-plugin.feature/feature.xml +++ b/eclipse-external-annotations-m2e-plugin.feature/feature.xml @@ -1,9 +1,10 @@ + provider-name="lastnpe.org" + plugin="org.lastnpe.m2e.core"> Integration Eclipse null analysis with Maven: @@ -14,7 +15,7 @@ - Sylvain LAURENT & Michael Vorburger.ch, 2016 + lastnpe.org @@ -242,7 +243,7 @@ any resulting litigation. 1.0.0-SNAPSHOT - org.lastnpe.m2e.feature - eclipse_external_annotations_m2e_plugin.feature + org.lastnpe.m2e.feature eclipse-feature diff --git a/eclipse-external-annotations-m2e-plugin.site/category.xml b/eclipse-external-annotations-m2e-plugin.site/category.xml index db38ac0..2d30211 100644 --- a/eclipse-external-annotations-m2e-plugin.site/category.xml +++ b/eclipse-external-annotations-m2e-plugin.site/category.xml @@ -1,6 +1,6 @@ - @@ -9,7 +9,7 @@ See https://github.com/lastnpe/eclipse-external-annotations-m2e-plugin Allows to configure the path to external annotations for the Maven Dependencies and JRE containers. - See http://help.eclipse.org/mars/topic/org.eclipse.jdt.doc.user/tasks/task-using_external_null_annotations.htm + See http://help.eclipse.org/oxygen/topic/org.eclipse.jdt.doc.user/tasks/task-using_external_null_annotations.htm diff --git a/eclipse-external-annotations-m2e-plugin.site/pom.xml b/eclipse-external-annotations-m2e-plugin.site/pom.xml index b3531d8..ea5dfb5 100644 --- a/eclipse-external-annotations-m2e-plugin.site/pom.xml +++ b/eclipse-external-annotations-m2e-plugin.site/pom.xml @@ -10,7 +10,7 @@ - eclipse-external-annotations-m2e-plugin.site + site eclipse-repository