Make using foreign runtime configurable
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / api / init / InitConstants.java
index 188b3c253e83a308df00a47585018107fb3ef44e..864749f600cc38b4dea835ea1a4566ad6b8789d2 100644 (file)
@@ -29,6 +29,7 @@ public interface InitConstants {
        @Deprecated
        String PROP_ARGEO_OSGI_PARENT_CATEGORIES = "argeo.osgi.parent.categories";
        String PROP_ARGEO_OSGI_EXPORT_CATEGORIES = "argeo.osgi.export.categories";
+       String PROP_ARGEO_OSGI_EXPORT_ENABLED = "argeo.osgi.export.enabled";
 
        // Symbolic names
        String SYMBOLIC_NAME_INIT = "org.argeo.init";