Improve RT CMS configuration
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / ManifestConstants.java
index 9795ae10622debf0f0dfe590f636554d08cbd812..4f43cdab171ae3a9572a2689e9846f2204d2b783 100644 (file)
@@ -7,9 +7,13 @@ public enum ManifestConstants {
        BUNDLE_LICENSE("Bundle-License"), //
        EXPORT_PACKAGE("Export-Package"), //
        IMPORT_PACKAGE("Import-Package"), //
+       // JAVA
+       AUTOMATIC_MODULE_NAME("Automatic-Module-Name"), //
        // SLC
        SLC_CATEGORY("SLC-Category"), //
        SLC_ORIGIN_M2("SLC-Origin-M2"), //
+       SLC_ORIGIN_M2_MERGE("SLC-Origin-M2-Merge"), //
+       SLC_ORIGIN_M2_REPO("SLC-Origin-M2-Repo"), //
        SLC_ORIGIN_MANIFEST_NOT_MODIFIED("SLC-Origin-ManifestNotModified"), //
        SLC_ORIGIN_URI("SLC-Origin-URI"),//
        ;