2009/10/12 <pa...@apache.org> > Author: pauls > Date: Sun Oct 11 19:40:40 2009 > New Revision: 824127 > > URL: http://svn.apache.org/viewvc?rev=824127&view=rev > Log: > Downgrade to bundle plugin 1.4.3 as 2.0.x seems to have a problem with > _doNotCopy which makes us include stuff we don't want. >
remember to log an issue in JIRA to investigate 'donotcopy'... Modified: > felix/trunk/main/pom.xml > > Modified: felix/trunk/main/pom.xml > URL: > http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=824127&r1=824126&r2=824127&view=diff > > ============================================================================== > --- felix/trunk/main/pom.xml (original) > +++ felix/trunk/main/pom.xml Sun Oct 11 19:40:40 2009 > @@ -124,7 +124,7 @@ > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > - <version>2.0.0</version> > + <version>1.4.3</version> > <extensions>true</extensions> > <configuration> > <instructions> > -- Cheers, Stuart