Skip to content

Commit a025af8

Browse files
Merge pull request #5 from AdeelIlyas2014/master
Latest Release - Ver 1.4
2 parents 0fb4ca5 + 84ac242 commit a025af8

File tree

6 files changed

+296
-252
lines changed

6 files changed

+296
-252
lines changed

Plugins/Aspose_for_JetBrains/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_for_JetBrains/.idea/workspace.xml

Lines changed: 170 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_for_JetBrains/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<idea-plugin version="2">
1919
<id>com.aspose.intellijplugin.id</id>
2020
<name>Aspose Project Wizard</name>
21-
<version>1.4</version>
21+
<version>1.4.0</version>
2222
<vendor email="[email protected]" url="http://www.aspose.com">Aspose Pty Ltd.</vendor>
2323

2424

Plugins/Aspose_for_JetBrains/src/com/aspose/examples/AsposeExampleDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private boolean createExample() {
107107
for (OtherExamples _otherExample : asposeComponent.getOtherFrameworkExamples()) {
108108
String examplesName = _otherExample.getExampleName();
109109
if (destinationPath.contains(examplesName)) {
110-
destinationPath = destinationPath.replace(examplesName + "\\", "");
110+
destinationPath = destinationPath.replace(examplesName + File.separator, "");
111111
OtherExamplesManager.installExamplesDependencies(_otherExample, projectPath,project);
112112
break;
113113
}

0 commit comments

Comments
 (0)