META-INF.ow2-bundles-externals-weld.bnd Maven / Gradle / Ivy
The newest version!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EasyBeans
# Copyright (C) 2007-2012 Bull S.A.S.
# Contact: [email protected]
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - $Id$
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Embed-Dependency *;scope=compile;inline=true, \
slf4j-jdk14; inline=true
-exportcontents javax.inject;version=${atinject-api.version},\
javax.decorator.*;version=${cdi-api.version}, \
javax.enterprise.*;version=${cdi-api.version}, \
org.jboss.weld.context; \
org.jboss.weld.context.cache; \
org.jboss.weld.context.http; \
org.jboss.weld.ejb; \
org.jboss.weld.bean; \
org.jboss.weld.bean.builtin.*; \
org.jboss.weld.bean.proxy.*; \
org.jboss.weld.*.api.*; \
org.jboss.weld.*.spi.*; \
org.jboss.weld.conversation; \
org.jboss.weld; \
org.jboss.weld.bootstrap; \
org.jboss.weld.event; \
org.jboss.weld.exceptions; \
org.jboss.weld.injection; \
org.jboss.weld.interceptor.*; \
org.jboss.weld.introspector; \
org.jboss.weld.introspector.jlr; \
org.jboss.weld.manager; \
org.jboss.weld.resources; \
org.jboss.weld.servlet; \
org.jboss.weld.util; \
org.jboss.weld.el; \
org.jboss.weld.jsf; version=${weld.version}
# Added a version constraint on javax.interceptor package
Import-Package org.slf4j; \
org.slf4j.spi; \
org.slf4j.helpers; version="[${slf4j.version},${version;=+;${slf4j.version}})"; resolution:=optional, \
ch.qos.cal10n; version=${cal10n.version}; resolution:=optional, \
javax.interceptor.*; version=${interceptor-api.version}, \
*; resolution:=optional
Private-Package !javax.interceptor, \
org.slf4j.*; -split-package:=merge-first, \
ch.qos.cal10n.*
# Some Additional Information from Weld
Implementation-Title ${project.name}
Implementation-URL http://www.seamframework.org/Weld
Implementation-Vendor Seam Framework
Implementation-Version ${weld.version}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy