-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- registration GeckoXMLResourceFactory - modified tests - added bundle names - adjusted github build Signed-off-by: Mark Hoffmann <[email protected]>
- Loading branch information
Showing
20 changed files
with
87 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
bnd_version=6.4.0-SNAPSHOT | ||
bnd_version=7.0.0 | ||
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
org.gecko.emf.osgi.bnd.library.project/resources/template/project.bnd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,33 @@ | ||
Test-Cases: ${classes;HIERARCHY_INDIRECTLY_ANNOTATED;org.junit.platform.commons.annotation.Testable;CONCRETE} | ||
|
||
-library: enableOSGi-Test | ||
|
||
# Build dependencies | ||
-buildpath: \ | ||
org.osgi.framework;version=latest,\ | ||
org.osgi.service.cm;version=latest,\ | ||
org.osgi.service.condition;version=latest,\ | ||
org.osgi.annotation.versioning;version=latest,\ | ||
org.osgi.util.promise;version=latest,\ | ||
org.eclipse.emf.ecore;version=latest,\ | ||
org.eclipse.emf.common;version=latest,\ | ||
org.eclipse.emf.ecore.xmi;version=latest,\ | ||
org.gecko.emf.osgi.api;version=snapshot,\ | ||
org.gecko.emf.osgi.component;version=snapshot,\ | ||
org.gecko.emf.osgi.model.info;version=snapshot,\ | ||
org.gecko.emf.osgi.example.model.extended;version=snapshot,\ | ||
org.gecko.emf.osgi.example.model.basic;version=snapshot,\ | ||
org.gecko.emf.osgi.model.info;version=snapshot,\ | ||
org.gecko.emf.osgi.example.model.manual;version=snapshot,\ | ||
junit-jupiter-api,\ | ||
org.osgi.test.junit5,\ | ||
org.osgi.framework,\ | ||
org.eclipse.emf.ecore,\ | ||
org.osgi.test.common,\ | ||
assertj-core,\ | ||
org.osgi.service.cm,\ | ||
org.osgi.test.assertj.monitoring;version=latest,\ | ||
org.eclipse.emf.common,\ | ||
org.osgi.util.promise,\ | ||
org.osgi.annotation.versioning,\ | ||
org.osgi.test.assertj.framework,\ | ||
org.osgi.service.condition,\ | ||
junit-platform-commons,\ | ||
org.apiguardian.api,\ | ||
org.eclipse.emf.ecore.xmi,\ | ||
org.mockito.junit-jupiter,\ | ||
org.mockito.mockito-core | ||
org.osgi.test.assertj.monitoring;version=snapshot | ||
|
||
-includeresource: \ | ||
data/=data/ | ||
|
||
Export-Package: org.gecko.emf.osgi.itest | ||
Private-Package: org.gecko.emf.osgi.itest.configurator | ||
|
||
Bundle-Name: EMF OSGi Tests | ||
Bundle-Description: Gecko EMF OSGi integration tests | ||
|
||
#-baseline: test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.