finishing up spell checkclient

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@383978 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.examples.spellcheckclient/pom.xml b/org.apache.felix.examples.spellcheckclient/pom.xml
index 8943f6b..098f625 100644
--- a/org.apache.felix.examples.spellcheckclient/pom.xml
+++ b/org.apache.felix.examples.spellcheckclient/pom.xml
@@ -6,8 +6,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>osgi-bundle</packaging>
-  <name>Apache Felix Examples: Dictionary Client</name>
-  <artifactId>org.apache.felix.examples.dictionaryclient</artifactId>
+  <name>Apache Felix Examples: Spell Check Client</name>
+  <artifactId>org.apache.felix.examples.spellcheckclient</artifactId>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -17,7 +17,7 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>org.apache.felix.examples.dictionaryservice</artifactId>
+      <artifactId>org.apache.felix.examples.spellcheckservice</artifactId>
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>
@@ -31,16 +31,16 @@
         <extensions>true</extensions>
         <configuration>
           <osgiManifest>
-            <bundleName>Dictionary Client Example</bundleName>
+            <bundleName>Spell Check Client Example</bundleName>
             <bundleVendor>Apache Software Foundation</bundleVendor>
             <bundleDescription>
-              A bundle using the dictionary service if it finds it at startup.
+              A bundle using the spell check service.
             </bundleDescription>
             <bundleActivator>
-              org.apache.felix.examples.dictionaryclient.Activator
+              org.apache.felix.examples.spellcheckclient.Activator
             </bundleActivator>
             <importPackage>
-              org.apache.felix.examples.dictionaryservice
+              org.apache.felix.examples.spellcheckservice
             </importPackage>
           </osgiManifest>
         </configuration>