Fixed duplicate names for POI OOXML
diff --git a/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml b/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml
index d90cfa4..d97374a 100644
--- a/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml
+++ b/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml
@@ -10,7 +10,7 @@
   <artifactId>org.apache.poi.ooxml.schemas</artifactId>
   <version>4.1.1-SNAPSHOT</version>
   <packaging>eclipse-bundle-recipe</packaging>
-  <name>Apache POI</name>
+  <name>Apache POI OOXML Schemas</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.poi</groupId>
diff --git a/apache/org.apache.poi.ooxml.schemas_4.1.1/src/eclipse/ip_log.xml b/apache/org.apache.poi.ooxml.schemas_4.1.1/src/eclipse/ip_log.xml
index 2e68fe2..794cf8a 100644
--- a/apache/org.apache.poi.ooxml.schemas_4.1.1/src/eclipse/ip_log.xml
+++ b/apache/org.apache.poi.ooxml.schemas_4.1.1/src/eclipse/ip_log.xml
@@ -2,7 +2,7 @@
 <ip_log version="1.0">
   <project id="org.apache.poi.ooxml.schemas" version="4.1.1" status="done">
     <info>
-      <name>Apache POI</name>
+      <name>Apache POI OOXML Schemas</name>
       <repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
       <location>apache-parent/org.apache.poi.ooxml.schemas</location>
     </info>
diff --git a/apache/org.apache.poi.ooxml.schemas_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties b/apache/org.apache.poi.ooxml.schemas_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties
index 53c222d..e505373 100644
--- a/apache/org.apache.poi.ooxml.schemas_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/apache/org.apache.poi.ooxml.schemas_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,3 @@
 # Bundle Localization
-bundleName = Apache POI
+bundleName = Apache POI OOXML Schemas
 bundleVendor = Eclipse Orbit
diff --git a/apache/org.apache.poi.ooxml_4.1.1/pom.xml b/apache/org.apache.poi.ooxml_4.1.1/pom.xml
index 552bd70..926e4f1 100644
--- a/apache/org.apache.poi.ooxml_4.1.1/pom.xml
+++ b/apache/org.apache.poi.ooxml_4.1.1/pom.xml
@@ -10,7 +10,7 @@
   <artifactId>org.apache.poi.ooxml</artifactId>
   <version>4.1.1-SNAPSHOT</version>
   <packaging>eclipse-bundle-recipe</packaging>
-  <name>Apache POI</name>
+  <name>Apache POI OOXML</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.poi</groupId>
diff --git a/apache/org.apache.poi.ooxml_4.1.1/src/eclipse/ip_log.xml b/apache/org.apache.poi.ooxml_4.1.1/src/eclipse/ip_log.xml
index 377e3f6..27d9348 100644
--- a/apache/org.apache.poi.ooxml_4.1.1/src/eclipse/ip_log.xml
+++ b/apache/org.apache.poi.ooxml_4.1.1/src/eclipse/ip_log.xml
@@ -2,7 +2,7 @@
 <ip_log version="1.0">
   <project id="org.apache.poi.ooxml" version="4.1.1" status="done">
     <info>
-      <name>Apache POI</name>
+      <name>Apache POI OOXML</name>
       <repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
       <location>apache-parent/org.apache.poi.ooxml</location>
     </info>
diff --git a/apache/org.apache.poi.ooxml_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties b/apache/org.apache.poi.ooxml_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties
index 53c222d..92e5d2c 100644
--- a/apache/org.apache.poi.ooxml_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/apache/org.apache.poi.ooxml_4.1.1/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,3 @@
 # Bundle Localization
-bundleName = Apache POI
+bundleName = Apache POI OOXML
 bundleVendor = Eclipse Orbit