1234567891011121314151617181920212223242526272829303132 |
- Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: YAKINDU SText Tests
- Bundle-SymbolicName: org.yakindu.sct.model.stext.test
- Bundle-Version: 2.5.0.qualifier
- Bundle-Vendor: statecharts.org
- Bundle-RequiredExecutionEnvironment: JavaSE-1.7
- Require-Bundle: org.eclipse.xtext.junit4,
- org.yakindu.sct.model.sgraph,
- org.yakindu.sct.model.stext,
- org.junit,
- org.yakindu.base.xtext.utils.jface,
- org.yakindu.sct.model.sgraph.test,
- org.yakindu.sct.model.stext.ui,
- org.eclipse.core.runtime,
- org.eclipse.ui.workbench;resolution:=optional,
- org.yakindu.sct.model.resource,
- org.eclipse.gmf.runtime.emf.core,
- org.yakindu.sct.test.models,
- org.yakindu.sct.simulation.core.sexec,
- org.yakindu.sct.simulation.core,
- org.yakindu.base.expressions,
- org.yakindu.sct.domain.generic
- Export-Package: org.yakindu.sct.model.stext.test,
- org.yakindu.sct.model.stext.test.util
- 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
|