Author: ruwan Date: Fri Nov 28 01:23:53 2008 New Revision: 25193 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25193
Log: Adding the bundle start level to the ESB core Modified: trunk/esb/java/modules/core/pom.xml Modified: trunk/esb/java/modules/core/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/core/pom.xml?rev=25193&r1=25192&r2=25193&view=diff ============================================================================== --- trunk/esb/java/modules/core/pom.xml (original) +++ trunk/esb/java/modules/core/pom.xml Fri Nov 28 01:23:53 2008 @@ -115,6 +115,7 @@ <Bundle-Name>${pom.artifactId}</Bundle-Name> <Bundle-Version>1.0.0</Bundle-Version> <Bundle-Activator>org.wso2.esb.core.ESBActivator</Bundle-Activator> + <WSO2-Bundle-StartLevel>90</WSO2-Bundle-StartLevel> <Export-Package> org.wso2.esb.core.*; version=1.0.0, </Export-Package> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
