File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import java.util.Calendar
2
1
import java.net.URI
2
+ import java.util.*
3
3
4
4
plugins {
5
5
jacoco
@@ -24,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
group = " org.github._1c_syntax.intellij.bsl"
27
- version = " 1 .0" // Plugin version
27
+ version = " 0.2 .0" // Plugin version
28
28
29
29
dependencies {
30
30
compile(" com.github.1c-syntax" , " bsl-parser" , " 0.4.0" )
Original file line number Diff line number Diff line change 22
22
23
23
-->
24
24
<idea-plugin >
25
- <id >org.1c-syntax.idea .language.1c. bsl</id >
25
+ <id >org.1c-syntax.intellij .language-1c- bsl</id >
26
26
<name >Language 1C (BSL)</name >
27
- <version >1 .0</version >
28
- <vendor email =" support@yourcompany.com" url =" http ://www.yourcompany. com" >YourCompany </vendor >
27
+ <version >0.2 .0</version >
28
+ <vendor email =" support@yourcompany.com" url =" https ://github. com/1c-syntax " >1c-syntax GitHub.com organization </vendor >
29
29
30
30
<description ><![CDATA[
31
31
Enter short description for your plugin here.<br>
You can’t perform that action at this time.
0 commit comments