Bug 532502 - add missing faceted project nature name = Eclipse Faceted Project Properties

Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/plugins/org.eclipse.wst.common.project.facet.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.project.facet.core/META-INF/MANIFEST.MF
index 5cbb87f..bbbfe3c 100644
--- a/plugins/org.eclipse.wst.common.project.facet.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.common.project.facet.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Vendor: %providerName
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.common.project.facet.core; singleton:=true
-Bundle-Version: 1.4.300.qualifier
+Bundle-Version: 1.4.400.qualifier
 Bundle-ClassPath: .
 Bundle-Localization: plugin
 Export-Package: org.eclipse.wst.common.project.facet.core,
diff --git a/plugins/org.eclipse.wst.common.project.facet.core/plugin.properties b/plugins/org.eclipse.wst.common.project.facet.core/plugin.properties
index a503d3f..02246d1 100644
--- a/plugins/org.eclipse.wst.common.project.facet.core/plugin.properties
+++ b/plugins/org.eclipse.wst.common.project.facet.core/plugin.properties
@@ -7,3 +7,4 @@
 extPointDetectors = Project Facet Detectors Extension Point
 extPointAliases = Project Facet Aliases Extension Point
 extPointGroups = Project Facet Groups Extension Point
+FacetedProjectNatureName = Eclipse Faceted Project Properties
diff --git a/plugins/org.eclipse.wst.common.project.facet.core/plugin.xml b/plugins/org.eclipse.wst.common.project.facet.core/plugin.xml
index 8f21f8a..7da2d2e 100644
--- a/plugins/org.eclipse.wst.common.project.facet.core/plugin.xml
+++ b/plugins/org.eclipse.wst.common.project.facet.core/plugin.xml
@@ -55,6 +55,7 @@
   
   <extension
     id="nature"
+    name="%FacetedProjectNatureName"
     point="org.eclipse.core.resources.natures">
     <runtime>
       <run class="org.eclipse.wst.common.project.facet.core.internal.FacetedProjectNature"/>
diff --git a/plugins/org.eclipse.wst.common.project.facet.core/pom.xml b/plugins/org.eclipse.wst.common.project.facet.core/pom.xml
index e681ce0..951c589 100644
--- a/plugins/org.eclipse.wst.common.project.facet.core/pom.xml
+++ b/plugins/org.eclipse.wst.common.project.facet.core/pom.xml
@@ -15,12 +15,12 @@
   <modelVersion>4.0.0</modelVersion>

   <parent>

     <groupId>org.eclipse.webtools.common</groupId>

-    <artifactId>org.eclipse.webtools.common.plugins</artifactId>
+    <artifactId>org.eclipse.webtools.common.plugins</artifactId>

     <version>3.6.0-SNAPSHOT</version>

   </parent>

 

   <groupId>org.eclipse.webtools.common</groupId>

   <artifactId>org.eclipse.wst.common.project.facet.core</artifactId>

-  <version>1.4.300-SNAPSHOT</version>

+  <version>1.4.400-SNAPSHOT</version>

   <packaging>eclipse-plugin</packaging>

-</project>
+</project>