Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit df517df

Browse files
committed
Merge pull request #15 from asebak/more-fixe
changed plugin settings
2 parents af48d68 + 3521d83 commit df517df

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

META-INF/plugin.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>com.atsebak.ui5</id>
33
<name>SAP/Open UI5</name>
4-
<version>2.1</version>
4+
<version>2.11</version>
55
<vendor email="ahmad@atsebak.com" url="http://www.atsebak.com">At Sebak</vendor>
66

77
<description><![CDATA[
@@ -10,6 +10,15 @@
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13+
<b>Version 2.11</b>
14+
<ul>
15+
<li>
16+
Update UI5 Run Configuration to run static content on a webserver without java.
17+
</li>
18+
<li>
19+
Change build version and what idea products can use the plugin.
20+
</li>
21+
</ul>
1322
<b>Version 2.1</b>
1423
<ul>
1524
<li>
@@ -18,9 +27,6 @@
1827
<li>
1928
Fixed code generation errors.
2029
</li>
21-
<li>
22-
Allow selection of view type in file creation.
23-
</li>
2430
</ul>
2531
<b>Version 2.0</b>
2632
<ul>
@@ -30,9 +36,10 @@
3036
</ul>
3137
]]>
3238
</change-notes>
33-
<idea-version since-build="131"/>
39+
<idea-version since-build="133"/>
3440

35-
<depends>com.intellij.modules.lang</depends>
41+
<depends>JavaScript</depends>
42+
<depends>com.intellij.modules.platform</depends>
3643

3744
<extensions defaultExtensionNs="com.intellij">
3845
<directoryProjectGenerator implementation="com.atsebak.ui5.projectbuilder.UI5ProjectTemplateGenerator"/>

0 commit comments

Comments
 (0)