mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
try to fix pycharm release build
This commit is contained in:
@@ -104,7 +104,8 @@
|
||||
debug="${compiler.debug}"
|
||||
nowarn="${compiler.generate.no.warnings}"
|
||||
memorymaximumsize="${compiler.max.memory}"
|
||||
fork="true">
|
||||
fork="true"
|
||||
executable="${jdk15.home}/bin/javac">
|
||||
<compilerarg line="${compiler.args}"/>
|
||||
<classpath refid="classpath.lib"/>
|
||||
<src refid="sourcepath"/>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
<jvmarg line="-Xms64m -Xmx512m"/>
|
||||
<jvmarg line="-Dbuild.number=${build.number}"/>
|
||||
<jvmarg line="-Djdk15.home=${jdk15.home}"/>
|
||||
|
||||
<classpath>
|
||||
<fileset dir="${project.home}/build/lib">
|
||||
|
||||
Reference in New Issue
Block a user