META-INF.ow2-bundles-externals-jgroups.bnd Maven / Gradle / Ivy
# ---------------------------------------------------------------------------
# JOnAS: Java(TM) Open Application Server
# Copyright (C) 2007,2008 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 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
# ---------------------------------------------------------------------------
# $Id: monolog.bnd 11914 2007-11-08 09:19:15Z fornacif $
# ---------------------------------------------------------------------------
-exportcontents org.jgroups,\
org.jgroups.conf;version="${jgroups.version}",\
org.jgroups.stack;version="${jgroups.version}",\
org.jgroups.blocks;version="${jgroups.version}",\
org.jgroups.jmx;version="${jgroups.version}",\
org.jgroups.util;version="${jgroups.version}",\
org.jgroups.protocols;version="${jgroups.version}",\
org.jgroups.protocols.pbcast;version="${jgroups.version}",\
org.jgroups.auth;version="${jgroups.version}",\
org.jgroups.mux;version="${jgroups.version}",\
org.jgroups.persistence;version="${jgroups.version}"
Export-Package org.ow2.util.cluster.jgroups
Import-Package !bsh, \
org.apache.log4j;resolution:=optional,\
org.testng.*;resolution:=optional,\
*
# Import some packages for deserialization.
DynamicImport-Package org.ow2.cmi.*,\
org.ow2.jonas.discovery.jgroups.*,\
org.ow2.jonas.discovery.base.comm,\
org.ow2.jonas.discovery.jgroups.comm.handler,\
org.ow2.cmi.controller.server.impl.jgroups,\
org.ow2.util.pool.impl
Private-Package !*
Embed-Dependency jgroups;inline=true
Embed-Transitive true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy