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

Commit

Permalink
Merge pull request #15 from asebak/more-fixe
Browse files Browse the repository at this point in the history
changed plugin settings
  • Loading branch information
asebak committed Jun 12, 2015
2 parents af48d68 + 3521d83 commit df517df
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.atsebak.ui5</id>
<name>SAP/Open UI5</name>
<version>2.1</version>
<version>2.11</version>
<vendor email="ahmad@atsebak.com" url="http://www.atsebak.com">At Sebak</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,15 @@
]]></description>

<change-notes><![CDATA[
<b>Version 2.11</b>
<ul>
<li>
Update UI5 Run Configuration to run static content on a webserver without java.
</li>
<li>
Change build version and what idea products can use the plugin.
</li>
</ul>
<b>Version 2.1</b>
<ul>
<li>
Expand All @@ -18,9 +27,6 @@
<li>
Fixed code generation errors.
</li>
<li>
Allow selection of view type in file creation.
</li>
</ul>
<b>Version 2.0</b>
<ul>
Expand All @@ -30,9 +36,10 @@
</ul>
]]>
</change-notes>
<idea-version since-build="131"/>
<idea-version since-build="133"/>

<depends>com.intellij.modules.lang</depends>
<depends>JavaScript</depends>
<depends>com.intellij.modules.platform</depends>

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

0 comments on commit df517df

Please sign in to comment.