try to fix pycharm release build

This commit is contained in:
Dmitry Jemerov
2009-10-27 14:39:44 +03:00
parent 2fca1dd56f
commit fd0fb19105
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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"/>
+1
View File
@@ -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">