mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
11 lines
364 B
XML
11 lines
364 B
XML
<!-- Using ant is obsolete, please call installers.cmd or plugin.cmd directly -->
|
|
<project name="PyCharm Community Edition" default="build">
|
|
<target name="build">
|
|
<exec executable="${basedir}/installers.cmd" failonerror="true" />
|
|
</target>
|
|
|
|
<target name="plugin">
|
|
<exec executable="${basedir}/plugin.cmd" failonerror="true" />
|
|
</target>
|
|
</project>
|