forked from OpenLiberty/open-liberty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbnd.bnd
29 lines (26 loc) · 1.26 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
#*******************************************************************************
# Copyright (c) 2017, 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= jar:${fileuri;${repo;org.ow2.asm:asm;9.8}}!/META-INF/MANIFEST.MF,\
jar:${fileuri;${repo;org.ow2.asm:asm-analysis;9.8}}!/META-INF/MANIFEST.MF,\
jar:${fileuri;${repo;org.ow2.asm:asm-commons;9.8}}!/META-INF/MANIFEST.MF,\
jar:${fileuri;${repo;org.ow2.asm:asm-tree;9.8}}!/META-INF/MANIFEST.MF,\
jar:${fileuri;${repo;org.ow2.asm:asm-util;9.8}}!/META-INF/MANIFEST.MF,\
bnd.overrides
instrument.disabled: true
asmVersion=9.8
-buildpath: \
org.ow2.asm:asm;version=${asmVersion},\
org.ow2.asm:asm-analysis;version=${asmVersion},\
org.ow2.asm:asm-commons;version=${asmVersion},\
org.ow2.asm:asm-tree;version=${asmVersion},\
org.ow2.asm:asm-util;version=${asmVersion}