mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-05 09:34:03 +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">
|
||||
<delete dir="${build}/IdeaVim"/>
|
||||
<mkdir dir="${build}/IdeaVim"/>
|
||||
<copy todir="${build}/IdeaVim">
|
||||
<fileset dir="${basedir}" includes="license/**"/>
|
||||
</copy>
|
||||
<copy file="${basedir}/LICENSE.txt" tofile="${build}/IdeaVim/LICENSE"/>
|
||||
<copy file="${keymap}" todir="${build}/IdeaVim"/>
|
||||
<copy todir="${build}/IdeaVim/lib">
|
||||
<fileset dir="${build}" includes="*.jar"/>
|
||||
|
Loading…
Reference in New Issue
Block a user