mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
build scripts: add comment to community/build.xml
...describing where output artifacts of IDEA Community are generated (IDEA-186491).
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
specify custom output directory.
|
||||
|
||||
Note that this script is for building IntelliJ IDEA Community Edition only. If you want to build your own product based on IntelliJ Platform,
|
||||
create a gant script for it, see javadoc for org.jetbrains.intellij.build for details.
|
||||
create a gant script for it, see javadoc for org.jetbrains.intellij.build package for details.
|
||||
-->
|
||||
<project name="IntelliJ IDEA Community Edition" default="build">
|
||||
<property name="project.home" value="${basedir}"/>
|
||||
@@ -43,6 +43,7 @@
|
||||
</sequential>
|
||||
</macrodef>
|
||||
|
||||
<!-- build distribution archives for IntelliJ Community Edition in out/idea-ce/artifacts directory -->
|
||||
<target name="build" depends="init">
|
||||
<call_gant script="${project.home}/build/scripts/idea_community.gant"/>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user