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 #27 from asebak/index-lowercase
Browse files Browse the repository at this point in the history
Index lowercase
  • Loading branch information
asebak committed Oct 12, 2015
2 parents e237a1e + b7b9845 commit 33e230a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<idea-plugin version="2">
<id>com.atsebak.ui5</id>
<name>SAP/Open UI5</name>
<version>2.03</version>
<version>2.04</version>
<vendor email="ahmad@atsebak.com" url="http://www.atsebak.com">At Sebak</vendor>

<description><![CDATA[
This is the SAP/Open UI5 Plugin for IDEA Platforms.
]]></description>

<change-notes><![CDATA[
<b>Version 2.04</b>
<ul>
<li>Make Index.html lowercase on project creation to prevent bug running on linux</li>
</ul>
<b>Version 2.03</b>
<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void run() {
UI5FileBuilder.createDirectoryFromName(tempProject, "xsd");
}

writeToFile(tempProject, "", "Index.html", indexHtml);
writeToFile(tempProject, "", "index.html", indexHtml);
writeToFile(tempProject, rootName, "Main.view." + ext, mainView);
writeToFile(tempProject, rootName, "Main.controller.js", mainController);
writeToFile(tempProject, "css", rootName + ".css", "");
Expand Down

0 comments on commit 33e230a

Please sign in to comment.