OW2 Consortium aspire

Rev

Rev 951 | Rev 971 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 951 Rev 969
Line 113... Line 113...
113
            <Export-Package>${bundle.export.package}</Export-Package>
113
            <Export-Package>${bundle.export.package}</Export-Package>
114
            <DynamicImport-Package>*</DynamicImport-Package> <!-- optional packages (equivalent to *;resolution:=optional) -->
114
            <DynamicImport-Package>*</DynamicImport-Package> <!-- optional packages (equivalent to *;resolution:=optional) -->
115
            <!-- <Include-Resource>resources = src/main/resources</Include-Resource> -->
115
            <!-- <Include-Resource>resources = src/main/resources</Include-Resource> -->
116

116

117
            <Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=!org.osgi.core</Embed-Dependency> <!-- |org.apache.felix.framework -->
117
            <Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=!org.osgi.core</Embed-Dependency> <!-- |org.apache.felix.framework -->
118

-
 
119

-
 
120

-
 
121

118

122
          </instructions>
119
          </instructions>
123
        </configuration>
120
        </configuration>
124
      </plugin>
121
      </plugin>
125

122