fixed build of patches, and corrected updater dependency.

This commit is contained in:
Vladimir Orlov
2014-02-11 12:33:40 +04:00
parent 6c1effc099
commit 2daa62596d
3 changed files with 2 additions and 3 deletions
@@ -153,7 +153,7 @@ public class Main {
System.getProperty("java.home") + "/bin/java",
"-Xmx500m",
"-classpath",
copyPatchFile.getPath() + File.pathSeparator + PathManager.getLibPath() + "/log4j.jar" + File.pathSeparator + PathManager.getLibPath() + "/openapi.jar",
copyPatchFile.getPath() + File.pathSeparator + PathManager.getLibPath() + "/log4j.jar" + File.pathSeparator + PathManager.getLibPath() + "/util.jar" + File.pathSeparator + PathManager.getLibPath() + "/trove4j.jar",
"-Djava.io.tmpdir=" + tempDir,
"com.intellij.updater.Runner",
"install",
@@ -25,7 +25,6 @@ public class ConsoleUpdaterUI implements UpdaterUI {
}
public void showError(Throwable e) {
Runner.printStackTrace(e);
e.printStackTrace();
}
+1 -1
View File
@@ -8,7 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="openapi" />
<orderEntry type="module" module-name="util" />
<orderEntry type="library" name="Log4J" level="project" />
<orderEntry type="module" module-name="testFramework" scope="TEST" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />