1234567891011121314151617181920212223242526 |
- Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: Yakindu Statechart Tools (SCT) Generator Model Tests
- Bundle-SymbolicName: org.yakindu.sct.generator.genmodel.test
- Bundle-Version: 2.5.0.qualifier
- Bundle-RequiredExecutionEnvironment: JavaSE-1.6
- Require-Bundle: org.eclipse.xtext.junit4;bundle-version="2.0.1",
- org.junit;bundle-version="4.8.2",
- org.yakindu.sct.generator.genmodel;bundle-version="1.0.0",
- org.yakindu.sct.generator.genmodel.ui;bundle-version="1.0.0",
- org.yakindu.sct.generator.java;bundle-version="1.0.0",
- org.yakindu.sct.generator.c;bundle-version="1.0.0",
- org.yakindu.sct.doc.user;bundle-version="1.0.0",
- org.yakindu.base.xtext.utils.jface;bundle-version="1.0.0",
- org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.xtext.ui;bundle-version="2.0.1",
- org.eclipse.xtext.ui.shared;bundle-version="2.0.1",
- org.eclipse.core.runtime,
- org.eclipse.ui.workbench;resolution:=optional
- Import-Package: org.junit.runner;version="4.5.0",
- org.junit.runner.manipulation;version="4.5.0",
- org.junit.runner.notification;version="4.5.0",
- org.junit.runners;version="4.5.0",
- org.junit.runners.model;version="4.5.0",
- org.hamcrest.core
|