mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jim Mitchener
05.02.2016 42d26bc8cd9da621e7ebaa61cf33a2679ec5a1f7
Update OSGi export packages
2 files modified
5 ■■■■■ changed files
opendj-rest2ldap/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml 3 ●●●● patch | view | raw | blame | history
opendj-rest2ldap/pom.xml
@@ -109,7 +109,7 @@
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Export-Package>org.forgerock.opendj.rest2ldap</Export-Package>
                        <Export-Package>org.forgerock.opendj.rest2ldap*</Export-Package>
                    </instructions>
                </configuration>
            </plugin>
opendj-server-legacy/pom.xml
@@ -663,8 +663,7 @@
            <configuration>
              <instructions>
                <Bundle-Version>${project.version}</Bundle-Version>
                <!-- Do not export packages of this module -->
                <Export-Package>!*</Export-Package>
                <Export-Package>org.forgerock.opendj.server.embedded</Export-Package>
                <!-- Import je changelog since it is not shipped in the main jar -->
                <Import-Package>
                  org.opends.server.replication.server.changelog.je,