Hmm i think the artifact names need to be updated to use the new artifact names we decided, for example org.apache.aries.blueprint.api.
Lin On Wed, Dec 2, 2009 at 12:10 PM, <[email protected]> wrote: > Author: not > Date: Wed Dec 2 17:10:09 2009 > New Revision: 886205 > > URL: http://svn.apache.org/viewvc?rev=886205&view=rev > Log: > ARIES-57 put the blueprint api code back into the jar > > Modified: > incubator/aries/trunk/blueprint/blueprint-bundle/pom.xml > > Modified: incubator/aries/trunk/blueprint/blueprint-bundle/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/aries/trunk/blueprint/blueprint-bundle/pom.xml?rev=886205&r1=886204&r2=886205&view=diff > ============================================================================== > --- incubator/aries/trunk/blueprint/blueprint-bundle/pom.xml (original) > +++ incubator/aries/trunk/blueprint/blueprint-bundle/pom.xml Wed Dec 2 > 17:10:09 2009 > @@ -27,7 +27,7 @@ > <name>Apache Aries Blueprint Bundle</name> > <description> > This bundle contains the standalone implementation along with the API. > - It's composed of the blueprint-core and blueprint-cm modules. > + It's composed of the blueprint-api, blueprint-core and blueprint-cm > modules. > </description> > > <dependencies> > @@ -75,6 +75,10 @@ > * > </Import-Package> > <Export-Package> > + > =org.osgi.service.blueprint;uses:="org.osgi.service.blueprint.container,org.osgi.service.blueprint.reflect,org.apache.aries.blueprint,org.apache.aries.blueprint.ext,org.apache.aries.blueprint.mutable";version="1.0", > + > org.osgi.service.blueprint.container;version="1.0", > + org.osgi.service.blueprint.reflect;version="1.0", > + > > org.apache.aries.blueprint;version="${pom.version}", > > org.apache.aries.blueprint.ext;version="${pom.version}", > > org.apache.aries.blueprint.mutable;version="${pom.version}" > @@ -113,11 +117,18 @@ > <configuration> > <artifactSet> > <includes> > + > <include>org.apache.aries.blueprint:aries-blueprint-api</include> > > <include>org.apache.aries.blueprint:org.apache.aries.blueprint.core</include> > > <include>org.apache.aries.blueprint:org.apache.aries.blueprint.cm</include> > </includes> > </artifactSet> > <filters> > + <filter> > + > <artifact>org.apache.aries.blueprint:aries-blueprint-api</artifact> > + <excludes> > + <exclude>org/**</exclude> > + </excludes> > + </filter> > <filter> > > <artifact>org.apache.aries.blueprint:org.apache.aries.blueprint.core</artifact> > <excludes> > @@ -163,6 +174,11 @@ > <artifactItems> > <artifactItem> > > <groupId>org.apache.aries.blueprint</groupId> > + > <artifactId>aries-blueprint-api</artifactId> > + <classifier>sources</classifier> > + </artifactItem> > + <artifactItem> > + > <groupId>org.apache.aries.blueprint</groupId> > > <artifactId>org.apache.aries.blueprint.core</artifactId> > <classifier>sources</classifier> > </artifactItem> > > >
