You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by kg...@apache.org on 2011/11/21 04:04:36 UTC

svn commit: r1204330 - /felix/trunk/httplite/pom.xml

Author: kgilmer
Date: Mon Nov 21 03:04:35 2011
New Revision: 1204330

URL: http://svn.apache.org/viewvc?rev=1204330&view=rev
Log:
httplite: fixed private-package metadata in pom

Modified:
    felix/trunk/httplite/pom.xml

Modified: felix/trunk/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1204330&r1=1204329&r2=1204330&view=diff
==============================================================================
--- felix/trunk/httplite/pom.xml (original)
+++ felix/trunk/httplite/pom.xml Mon Nov 21 03:04:35 2011
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Lightweight HTTP Server</name>
 	<description>A minimal HTTP Service implementation.</description>
-	<version>0.1.2-SNAPSHOT</version>
+	<version>0.1.1-SNAPSHOT</version>
 	<artifactId>org.apache.felix.httplite</artifactId>
 	<dependencies>
 		<dependency>
@@ -55,7 +55,7 @@
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
-						<Private-Package>org.apache.felix.http.lightweight.*
+						<Private-Package>org.apache.felix.httplite.*
 						</Private-Package>
 						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
 						<Bundle-Activator>org.apache.felix.httplite.osgi.Activator</Bundle-Activator>