b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# The contents of this file are subject to the terms of either the GNU
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# General Public License Version 2 only ("GPL") or the Common Development
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# and Distribution License("CDDL") (collectively, the "License"). You
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# may not use this file except in compliance with the License. You can
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# obtain a copy of the License at
4b1c2be41ce8c1a88502c1b1885ad1468646fbfftheadib# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# or packager/legal/LICENSE.txt. See the License for the specific
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# language governing permissions and limitations under the License.
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# When distributing the software, include this License Header Notice in each
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# file and include the License file at packager/legal/LICENSE.txt.
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# GPL Classpath Exception:
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# Oracle designates this particular file as subject to the "Classpath"
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# exception as provided by Oracle in the GPL Version 2 section of the License
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# file that accompanied this code.
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# Modifications:
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# If applicable, add the following below the License Header, with the fields
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# enclosed by brackets [] replaced by your own identifying information:
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# "Portions Copyright [year] [name of copyright owner]"
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh#
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# Contributor(s):
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# If you wish your version of this file to be governed by only the CDDL or
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# only the GPL Version 2, indicate your decision by adding "[Contributor]
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# elects to include this software in this distribution under the [CDDL or GPL
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# Version 2] license." If you don't indicate a single choice of license, a
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# recipient has the option to distribute your version of this file under
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# either the CDDL, the GPL Version 2 or to extend the choice of license to
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# its licensees as provided above. However, if you add GPL Version 2 code
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib# and therefore, elected the GPL Version 2 license, then the option applies
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib# only if the new code is made subject to such option by the copyright
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib# holder.
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib#
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib# See issue 8474 for com.sun.ejb.portable: this is needed so that the ORB can unmarshal
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadib# HandleImpl.
54e660c4de9d37185e3953165d053526632ef4f0johanengelen-exportcontents: \
54e660c4de9d37185e3953165d053526632ef4f0johanengelen org.glassfish.ha.store.adapter.file; version=${project.osgi.version}
54e660c4de9d37185e3953165d053526632ef4f0johanengelen
5c45c5153b0415f7573f69f4ee3e946b5872a8d1theadibImport-Package: \
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh org.glassfish.ha.store.annotations, \
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh org.glassfish.ha.store.api, \
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh org.glassfish.ha.store.criteria, \
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh org.glassfish.ha.store.spi
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6mikloshBundle-SymbolicName: \
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh ${project.groupId}.${project.artifactId}
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# dependent flashlight package resolved at runtime
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh# DynamicImport-Package: org.glassfish.flashlight.provider
b7f07692f95074fdcf74c7350fbf5f3099ffc1b6miklosh