All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jonas-ant-tasks.bnd Maven / Gradle / Ivy

# ---------------------------------------------------------------------------
# JOnAS: Java(TM) Open Application Server
# Copyright (C) 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: jonas-ant-tasks.bnd 20971 2011-03-08 16:46:46Z benoitf $
# ---------------------------------------------------------------------------

# All of this package is private
Private-Package org.objectweb.jonas.ant, \
                org.ow2.jonas.ant.*, \
                org.ow2.jonas.deployment.ejb, \
                org.ow2.util.xml, \
                org.ow2.jonas.lib.util

# I added o.o.j.deployment.ejb as private package because I want the
# DTDs to be copied in this jar file
# Notice that it will copy other classes from the same package (depl API)
# but it shouldn't do any harm as the ant task classloader is not used
# as the parent for GenIC task

Embed-Dependency jonas-datasource-reader;inline=true, \
                 jonas-datasource-binding;inline=true

# Import/Export nothing
Import-Package !*
Export-Package !*




© 2015 - 2025 Weber Informatics LLC | Privacy Policy