Author: bdelacretaz
Date: Tue Apr 20 12:13:59 2010
New Revision: 935889
URL: http://svn.apache.org/viewvc?rev=935889&view=rev
Log:
SLING-1273 - embed classes from bundleversion subpackage only
Modified:
sling/trunk/launchpad/base/pom.xml
Modified: sling/trunk/launchpad/base/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=935889&r1=935888&r2=935889&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Tue Apr 20 12:13:59 2010
@@ -151,7 +151,7 @@
<includes>
<include>org/apache/sling/launchpad/base/shared/**</include>
<include>org/apache/sling/launchpad/app/**</include>
-
<include>org/apache/sling/commons/osgi/**</include>
+
<include>org/apache/sling/commons/osgi/bundleversion/**</include>
<include>org/osgi/framework/Version*</include>
<include>META-INF/**</include>
</includes>
@@ -181,7 +181,7 @@
META-INF/**,
WEB-INF/classes/org/apache/sling/launchpad/base/shared/**,
WEB-INF/classes/org/apache/sling/launchpad/webapp/**,
-
WEB-INF/classes/org/apache/sling/commons/osgi/**,
+
WEB-INF/classes/org/apache/sling/commons/osgi/bundleversion/**,
WEB-INF/classes/org/osgi/framework/Version*,
WEB-INF/resources/**
</packagingIncludes>