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/12/01 08:16:07 UTC

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

Author: kgilmer
Date: Thu Dec  1 07:16:06 2011
New Revision: 1208980

URL: http://svn.apache.org/viewvc?rev=1208980&view=rev
Log:
httplite: add DEPENDENCIES to build artifacts

Modified:
    felix/trunk/httplite/pom.xml

Modified: felix/trunk/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1208980&r1=1208979&r2=1208980&view=diff
==============================================================================
--- felix/trunk/httplite/pom.xml (original)
+++ felix/trunk/httplite/pom.xml Thu Dec  1 07:16:06 2011
@@ -61,7 +61,7 @@
 						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
 						<Bundle-Activator>${pom.artifactId}.osgi.Activator</Bundle-Activator>
 						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
-						<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE</Include-Resource>
+						<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
 						<Import-Package>
 							javax.servlet;version="2.4",
 							javax.servlet.http;version="2.4",