httplite: fix bundle activator header in manifest.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1189652 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/pom.xml b/httplite/pom.xml
index d211b03..fe321b9 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -58,8 +58,7 @@
 						<Private-Package>org.apache.felix.http.lightweight.*
 						</Private-Package>
 						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-						<Bundle-Activator>org.apache.felix.http.lightweight.osgi.Activator
-						</Bundle-Activator>
+						<Bundle-Activator>org.apache.felix.httplite.osgi.Activator</Bundle-Activator>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
 						<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE</Include-Resource>
 					</instructions>