Skip to content

Commit bad7660

Browse files
committed
fix
Signed-off-by: dbulahov <bulahovdenis@gmail.com>
1 parent 6b51723 commit bad7660

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

check/model/emf/src/main/resources/model/org.eclipse.daanse.olap.check.ecore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!--
2+
/*********************************************************************
3+
* Copyright (c) 2025 Contributors to the Eclipse Foundation.
4+
*
5+
* This program and the accompanying materials are made
6+
* available under the terms of the Eclipse Public License 2.0
7+
* which is available at https://www.eclipse.org/legal/epl-2.0/
8+
*
9+
* SPDX-License-Identifier: EPL-2.0
10+
**********************************************************************/
11+
-->
112
<?xml version="1.0" encoding="UTF-8"?>
213
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
314
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="check" nsURI="https://www.daanse.org/spec/org.eclipse.daanse.olap.check"

check/model/emf/src/main/resources/model/org.eclipse.daanse.olap.check.genmodel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!--
2+
/*********************************************************************
3+
* Copyright (c) 2025 Contributors to the Eclipse Foundation.
4+
*
5+
* This program and the accompanying materials are made
6+
* available under the terms of the Eclipse Public License 2.0
7+
* which is available at https://www.eclipse.org/legal/epl-2.0/
8+
*
9+
* SPDX-License-Identifier: EPL-2.0
10+
**********************************************************************/
11+
-->
112
<?xml version="1.0" encoding="UTF-8"?>
213
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
314
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2024 Contributors to the Eclipse Foundation.&#xA;&#xA;This program and the accompanying materials are made&#xA;available under the terms of the Eclipse Public License 2.0&#xA;which is available at https://www.eclipse.org/legal/epl-2.0/&#xA;&#xA;SPDX-License-Identifier: EPL-2.0&#xA;&#xA;Contributors:&#xA;"

xmla/bridge/test.bndrun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
org.mockito.mockito-core;version='[5.18.0,5.18.1)',\
7979
org.objenesis;version='[3.3.0,3.3.1)',\
8080
org.opentest4j;version='[1.3.0,1.3.1)',\
81+
org.osgi.service.cm;version='[1.6.1,1.6.2)',\
8182
org.osgi.service.component;version='[1.5.1,1.5.2)',\
8283
org.osgi.test.common;version='[1.3.0,1.3.1)',\
8384
org.osgi.test.junit5;version='[1.3.0,1.3.1)',\

0 commit comments

Comments
 (0)