OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otherprops
(Results
1 - 1
of
1
) sorted by null
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
FelixHost.java
50
Properties
otherProps
= new Properties();
90
//
otherProps
.put(Constants.FRAMEWORK_STORAGE, "bundles");
92
otherProps
.put(AutoProcessor.AUTO_DEPLOY_DIR_PROPERY, AutoProcessor.AUTO_DEPLOY_DIR_VALUE);
93
otherProps
.put(AutoProcessor.AUTO_DEPLOY_ACTION_PROPERY, AutoProcessor.AUTO_DEPLOY_START_VALUE + "," + AutoProcessor.AUTO_DEPLOY_INSTALL_VALUE);
97
AutoProcessor.process(
otherProps
, felixBudleContext);
Completed in 57 milliseconds