We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fd656 commit 4c0326dCopy full SHA for 4c0326d
common/bnd.bnd
@@ -0,0 +1,3 @@
1
+Export-Package: \
2
+ org.eclipse.daanse.olap.function*,\
3
+ org.eclipse.daanse.olap.calc*
common/src/main/java/org/eclipse/daanse/olap/guard/package-info.java
@@ -0,0 +1,16 @@
+/*
+* Copyright (c) 2022 Contributors to the Eclipse Foundation.
+*
4
+* This program and the accompanying materials are made
5
+* available under the terms of the Eclipse Public License 2.0
6
+* which is available at https://www.eclipse.org/legal/epl-2.0/
7
8
+* SPDX-License-Identifier: EPL-2.0
9
10
+* Contributors:
11
+* SmartCity Jena - initial
12
+*/
13
+
14
+@org.osgi.annotation.bundle.Export //TODO: RM ExpORT
15
+@org.osgi.annotation.versioning.Version("0.0.1")
16
+package org.eclipse.daanse.olap.guard;
0 commit comments