Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions common/bnd.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#************************************************************
# Copyright (c) 2025 Contributors to the Eclipse Foundation
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# SmartCity Jena - initial
# Stefan Bischof (bipolis.org) - initial
#*******************************************************************
Export-Package: \
org.eclipse.daanse.olap.function*,\
org.eclipse.daanse.olap.calc*
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright (c) 2022 Contributors to the Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* SmartCity Jena - initial
*/

@org.osgi.annotation.bundle.Export //TODO: RM ExpORT
@org.osgi.annotation.versioning.Version("0.0.1")
package org.eclipse.daanse.olap.guard;
Loading