| | |
| | | | it change the version policy from == + to == =+ [2.0,3) [2.0,2.1) |
| | | --> |
| | | <opendj.osgi.import> |
| | | org.forgerock.opendj.*;provide:=true, |
| | | org.forgerock.json.*;provide:=true, |
| | | ${opendj.osgi.import.additional}, |
| | | * |
| | | </opendj.osgi.import> |
| | |
| | | </_removeheaders> |
| | | <Import-Package>${opendj.osgi.import}</Import-Package> |
| | | </instructions> |
| | | <archive> |
| | | <addMavenDescriptor>false</addMavenDescriptor> |
| | | <index>true</index> |
| | | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
| | | </archive> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |