mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2024-12-04 11:39:52 +02:00
15 lines
622 B
Plaintext
15 lines
622 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: com.e1c.v8codestyle.bsl.ui.itests;singleton:=true
|
|
Bundle-Version: 0.3.0.qualifier
|
|
Bundle-Vendor: %providerName
|
|
Fragment-Host: com.e1c.v8codestyle.bsl.ui;bundle-version="[0.3.0,0.4.0)"
|
|
Automatic-Module-Name: com.e1c.v8codestyle.bsl.ui.itests
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-Localization: fragment
|
|
Import-Package: com._1c.g5.v8.dt.bsl.ui.editor;version="[8.0.0,9.0.0)",
|
|
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
|
com._1c.g5.v8.dt.ui.util;version="[6.0.0,7.0.0)",
|
|
org.junit;version="[4.13.0,5.0.0)"
|