fixing package names

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@432319 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/dictionaryservice.itest/pom.xml b/examples/dictionaryservice.itest/pom.xml
index 0bbbb81..6b46c85 100644
--- a/examples/dictionaryservice.itest/pom.xml
+++ b/examples/dictionaryservice.itest/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: Dictionary Service Integration Test</name>
+  <artifactId>org.apache.felix.examples.dictionaryservice.itest</artifactId>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -31,13 +31,13 @@
         <extensions>true</extensions>
         <configuration>
           <osgiManifest>
-            <bundleName>Dictionary Client Example</bundleName>
+            <bundleName>Dictionary Integration Test Example</bundleName>
             <bundleVendor>Apache Software Foundation</bundleVendor>
             <bundleDescription>
-              A bundle using the dictionary service if it finds it at startup.
+              A bundle using the dictionary service to test it.
             </bundleDescription>
             <bundleActivator>
-              org.apache.felix.examples.dictionaryclient.Activator
+              org.apache.felix.examples.dictionaryservice.itest.Activator
             </bundleActivator>
             <importPackage>
               org.osgi.framework, org.apache.felix.examples.dictionaryservice
diff --git a/examples/dictionaryservice.itest/src/main/java/org/apache/felix/examples/dictionaryclient/Activator.java b/examples/dictionaryservice.itest/src/main/java/org/apache/felix/examples/dictionaryservice/Activator.java
similarity index 100%
rename from examples/dictionaryservice.itest/src/main/java/org/apache/felix/examples/dictionaryclient/Activator.java
rename to examples/dictionaryservice.itest/src/main/java/org/apache/felix/examples/dictionaryservice/Activator.java