File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
src/main/java/org/eclipse/daanse/olap/guard Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ #************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
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+ # Stefan Bischof (bipolis.org) - initial
13+ #*******************************************************************
14+ Export-Package: \
15+ org.eclipse.daanse.olap.function*,\
16+ org.eclipse.daanse.olap.calc*
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2022 Contributors to the Eclipse Foundation.
3+ *
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 ;
You can’t perform that action at this time.
0 commit comments