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

Nicolas Capponi
28.58.2014 068ad80cb3b6c78e59b266170ad38eb79919c548
Fix path to manifest for AbstractManagedObjectDefinition :
add '/' to make the path absolute, to ensure manifest is found
when using opendj-config as a jar dependency

1 files modified
2 ■■■ changed files
opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java 2 ●●● patch | view | raw | blame | history
opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java
@@ -124,7 +124,7 @@
    }
    private static final String MANIFEST =
            "META-INF/services/org.forgerock.opendj.config.AbstractManagedObjectDefinition";
            "/META-INF/services/org.forgerock.opendj.config.AbstractManagedObjectDefinition";
    private static final LocalizedLogger adminLogger = LocalizedLogger
            .getLocalizedLogger(AdminMessages.resourceName());