-
Notifications
You must be signed in to change notification settings - Fork 605
/
Copy pathbnd.bnd
73 lines (65 loc) · 2.59 KB
/
bnd.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#*******************************************************************************
# Copyright (c) 2021, 2025 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
#*******************************************************************************
-include= ~../cnf/resources/bnd/bundle.props
bVersion=1.0
Bundle-Name: Liberty Netty Transport Implementation
Bundle-SymbolicName: io.openliberty.netty.internal.impl
Bundle-Description: Liberty Netty Transport Implementation ${bVersion}
WS-TraceGroup: Netty
Export-Package: \
io.openliberty.netty.internal.impl, \
io.openliberty.netty.internal.tcp, \
io.openliberty.netty.internal.udp, \
io.openliberty.netty.internal.local
Import-Package: \
com.ibm.ws.channelfw.internal.chains, \
com.ibm.ws.bytebuffer.internal, \
io.openliberty.netty.internal, \
io.openliberty.netty.internal.exception, \
${defaultPackageImport}
# reuse the existing translated messages from the Channel
Private-Package: \
com.ibm.ws.tcpchannel.internal.resources, \
com.ibm.ws.udpchannel.internal.resources, \
com.ibm.ws.localchannel.internal.resources
-dsannotations: \
io.openliberty.netty.internal.impl.NettyFrameworkImpl
-buildpath: \
com.ibm.ws.channelfw,\
com.ibm.ws.logging,\
com.ibm.ws.event,\
com.ibm.websphere.org.osgi.core,\
com.ibm.websphere.org.osgi.service.component,\
com.ibm.wsspi.org.osgi.service.component.annotations,\
com.ibm.ws.kernel.feature,\
com.ibm.ws.kernel.feature.core,\
com.ibm.ws.kernel.service;version=latest,\
com.ibm.ws.kernel.security.thread,\
com.ibm.ws.kernel.boot.core;version=latest,\
com.ibm.ws.org.osgi.annotation.versioning;version=latest,\
com.ibm.ws.wsbytebuffer,\
io.openliberty.accesslists.internal,\
io.openliberty.io.netty;version=latest,\
io.openliberty.netty.internal;version=latest,\
io.openliberty.endpoint
-testpath: \
org.hamcrest:hamcrest-all;version=1.3, \
org.jmock:jmock-junit4;strategy=exact;version=2.5.1, \
org.jmock:jmock;strategy=exact;version=2.5.1, \
../build.sharedResources/lib/junit/old/junit.jar;version=file, \
com.ibm.ws.junit.extensions;version=latest, \
cglib:cglib;version=3.3.0, \
com.ibm.ws.org.objectweb.asm;version=latest, \
org.jmock:jmock-legacy;version=2.5.0, \
com.ibm.ws.org.objenesis:objenesis;version=1.0, \
com.ibm.ws.kernel.boot;version=latest