| Commit in servicemix/tooling/jboss-deployer/src/sar/META-INF on MAIN | |||
| jboss-service.xml | +1 | -1 | 1.3 -> 1.4 |
Corrected the depends (too long away from JB I fear)
servicemix/tooling/jboss-deployer/src/sar/META-INF
diff -u -r1.3 -r1.4 --- jboss-service.xml 5 Oct 2005 12:44:12 -0000 1.3 +++ jboss-service.xml 5 Oct 2005 15:43:31 -0000 1.4 @@ -12,7 +12,7 @@
<mbean code="org.servicemix.jboss.deployment.JBIService" name="org.servicemix:service=JBIService">
- <depends name="jboss:service=TransactionManager"/>
+ <depends>jboss:service=TransactionManager"</depends>
<attribute name="TransactionManager">java:/TransactionManager</attribute> --> </mbean> </server>
