project.sn=coalevo-datasource #Splash for building with progess indicator and Coalevo logo #build.visual=true build.compiler=modern #build.compiler=jikes compile.deprecation=on #development set compile.optimize=off compile.debug=on #production/release set #compile.optimize=on #compile.debug=off #build.compilerargs=-Xlint:unchecked build.compilerargs= javadocs.additionalparam=-breakiterator build.packages=net.coalevo.datasource.model.*,net.coalevo.datasource.service.* bundle.includes=net/coalevo/datasource/** #This should match the bundle exports bundle.api.includes=net/coalevo/datasource/service/*,\ net/coalevo/datasource/model/* #Embedded libraries #bundle.embed-jars= #Bundle Special Resources bundle.resources.metatype=net/coalevo/datasource/resources/metatype bundle.resources.l10n=net/coalevo/datasource/resources/l10n bundle.resources.security=net/coalevo/datasource/resources/security #OSGi bundle properties bundle.name=Coalevo Datasource Bundle bundle.description=Datasource Bundle providing mediated datasources to the Coalevo Platform bundle.sn=net.coalevo.datasource bundle.executionenvironment=J2SE-1.5 bundle.version=1.0.0 bundle.contact=bundles at coalevo.net bundle.vendor=VFI (http://www.vfi.or.at) bundle.activator=net.coalevo.datasource.impl.Activator bundle.category=lib,service bundle.classpath=. bundle.imports=javax.sql,\ org.osgi.framework,\ org.osgi.service.cm,\ org.osgi.service.metatype,\ org.slf4j,\ net.coalevo.logging.model,\ net.coalevo.logging.service,\ net.coalevo.foundation.service,\ net.coalevo.foundation.model,\ net.coalevo.foundation.util bundle.exports=net.coalevo.datasource.service,\ net.coalevo.datasource.model bundle.docurl=http://www.coalevo.net/bundles/datasource bundle.svnurl=http://www.coalevo.net/svn/datasource #