Improve MANIFEST generation
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 6 Jul 2012 11:00:34 +0000 (11:00 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 6 Jul 2012 11:00:34 +0000 (11:00 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5418 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

osgi/runtime/org.argeo.osgi.boot/pom.xml

index e388be0e235df4ff6e8fbb605f9dc22a3b3369c0..7a310c724ea4f8f7db6bf75c2f0091716508bbaf 100644 (file)
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.osgi</groupId>
@@ -27,6 +29,7 @@
                                        <instructions>
                                                <Bundle-Activator>org.argeo.osgi.boot.Activator</Bundle-Activator>
                                                <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
+                                               <Import-Package>org.eclipse.*;resolution:=optional,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>