Author: gokturk
Date: Thu May 10 11:35:21 2012
New Revision: 1336607
URL: http://svn.apache.org/viewvc?rev=1336607&view=rev
Log:
added ipojo builder
Modified:
directory/shared/branches/shared-osgi/ldap/extras/aci/pom.xml
Modified: directory/shared/branches/shared-osgi/ldap/extras/aci/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-osgi/ldap/extras/aci/pom.xml?rev=1336607&r1=1336606&r2=1336607&view=diff
==============================================================================
--- directory/shared/branches/shared-osgi/ldap/extras/aci/pom.xml (original)
+++ directory/shared/branches/shared-osgi/ldap/extras/aci/pom.xml Thu May 10 11:35:21 2012
@@ -82,13 +82,23 @@
<extensions>true</extensions>
<configuration>
<manifestLocation>META-INF</manifestLocation>
+ <unpackBundle>true</unpackBundle>
<instructions>
+ <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
<Bundle-SymbolicName>${project.groupId}.ldap.extras.aci</Bundle-SymbolicName>
<Export-Package>
{local-packages};version=${project.version};-noimport:=true
</Export-Package>
+ <_plugin>org.apache.felix.ipojo.bnd.PojoizationPlugin;use-local-schemas=true</_plugin>
</instructions>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>bnd-ipojo-plugin</artifactId>
+ <version>${bnd.ipojo.version}</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</build>
|