Author: thomas.diesler(a)jboss.com
Date: 2009-09-03 12:32:43 -0400 (Thu, 03 Sep 2009)
New Revision: 93183
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/deployers/bundle/OSGiBundleStateDeployer.java
Log:
Inject required deployment state
Modified:
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/deployers/bundle/OSGiBundleStateDeployer.java
===================================================================
---
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/deployers/bundle/OSGiBundleStateDeployer.java 2009-09-03
16:32:24 UTC (rev 93182)
+++
projects/jboss-osgi/projects/runtime/microcontainer/trunk/src/main/java/org/jboss/osgi/plugins/deployers/bundle/OSGiBundleStateDeployer.java 2009-09-03
16:32:43 UTC (rev 93183)
@@ -65,10 +65,9 @@
setTopLevelOnly(true);
}
- public void setAutoInstall(boolean autoInstall)
+ public void setRequiredStage(String stage)
{
- if (autoInstall == true)
- requiredStage = DeploymentStages.INSTALLED;
+ requiredStage = new DeploymentStage(stage);
}
@Override
Show replies by date