project.sn=coalevo-postoffice 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 javadocs.additionalparam=-breakiterator build.packages=net.coalevo.postoffice.model.*,net.coalevo.postoffice.service.* bundle.includes=net/coalevo/postoffice/impl/* bundle.api.includes=net/coalevo/postoffice/model/*,net/coalevo/postoffice/service/* #Embed libraries bundle.embed-jars=lib/axamol-sql.jar #Special Bundle Resources bundle.resources.metatype=net/coalevo/postoffice/resources/metatype bundle.resources.l10n=net/coalevo/postoffice/resources/l10n bundle.resources.security=net/coalevo/postoffice/resources/security #SQL library build.sql.library=net/coalevo/postoffice/impl/postofficestore-sql.xml #OSGi bundle properties bundle.name=Coalevo PostOffice bundle.sn=net.coalevo.postoffice bundle.version=1.0.0 bundle.executionenvironment=J2SE-1.5 bundle.description=PostOffice Service Bundle for the Coalevo Platform bundle.contact=bundles at coalevo.net bundle.vendor=VFI (http://www.vfi.or.at) bundle.activator=net.coalevo.postoffice.impl.Activator bundle.category=service bundle.classpath=.,lib/axamol-sql.jar bundle.imports=javax.sql,\ javax.xml.transform,\ javax.xml.transform.stream,\ javax.xml.parsers,\ javax.xml.stream,\ org.xml.sax,\ org.xml.sax.helpers,\ org.osgi.framework,\ org.osgi.service.metatype,\ org.osgi.service.cm, \ org.slf4j,\ org.apache.commons.collections,\ org.apache.commons.collections.list,\ org.apache.commons.pool,\ org.apache.commons.pool.impl,\ org.apache.lucene,\ org.apache.lucene.analysis,\ org.apache.lucene.analysis.standard,\ org.apache.lucene.document,\ org.apache.lucene.index,\ org.apache.lucene.queryParser,\ org.apache.lucene.search,\ org.apache.lucene.search.spans,\ org.apache.lucene.store,\ org.apache.lucene.util,\ net.coalevo.stax.service,\ net.coalevo.logging.service,\ net.coalevo.logging.model,\ net.coalevo.foundation.service,\ net.coalevo.foundation.model,\ net.coalevo.foundation.util,\ net.coalevo.foundation.util.metatype,\ net.coalevo.foundation.util.crypto,\ net.coalevo.datasource.service,\ net.coalevo.security.model,\ net.coalevo.security.service,\ net.coalevo.system.service,\ net.coalevo.presence.model, \ net.coalevo.presence.service, \ net.coalevo.messaging.service, \ net.coalevo.messaging.model,\ net.coalevo.text.service,\ net.coalevo.text.model,\ net.coalevo.text.util,\ net.coalevo.userdata.service,\ net.coalevo.postoffice.service,\ net.coalevo.postoffice.model bundle.api.name=Coalevo PostOffice API Bundle bundle.api.description=PostOffice related API for the Coalevo Platform bundle.api.sn=net.coalevo.postoffice_api bundle.api.version=1.0.0 bundle.api.category=api bundle.api.classpath=. bundle.api.imports=\ net.coalevo.foundation.model bundle.api.exports=\ net.coalevo.postoffice.service;version=1.0.0,\ net.coalevo.postoffice.model;version=1.0.0 bundle.docurl=http://www.coalevo.net/bundles/postoffice bundle.svnurl=http://svn.coalevo.net/postoffice #