mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-24 06:34:10 +02:00
Moved license/COPYING to LICENSE.txt
This commit is contained in:
parent
56223d51a6
commit
ae819000e7
@ -116,9 +116,7 @@
|
|||||||
<target name="dist-bin" depends="clean, build" description="Creates a zip file containing the plugin sources">
|
<target name="dist-bin" depends="clean, build" description="Creates a zip file containing the plugin sources">
|
||||||
<delete dir="${build}/IdeaVim"/>
|
<delete dir="${build}/IdeaVim"/>
|
||||||
<mkdir dir="${build}/IdeaVim"/>
|
<mkdir dir="${build}/IdeaVim"/>
|
||||||
<copy todir="${build}/IdeaVim">
|
<copy file="${basedir}/LICENSE.txt" tofile="${build}/IdeaVim/LICENSE"/>
|
||||||
<fileset dir="${basedir}" includes="license/**"/>
|
|
||||||
</copy>
|
|
||||||
<copy file="${keymap}" todir="${build}/IdeaVim"/>
|
<copy file="${keymap}" todir="${build}/IdeaVim"/>
|
||||||
<copy todir="${build}/IdeaVim/lib">
|
<copy todir="${build}/IdeaVim/lib">
|
||||||
<fileset dir="${build}" includes="*.jar"/>
|
<fileset dir="${build}" includes="*.jar"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user