Skip to content

Commit

Permalink
Eliminate duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs committed Mar 30, 2011
1 parent 3ed6386 commit 2d2835f
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 31,388 deletions.
File renamed without changes.
File renamed without changes.
11 changes: 2 additions & 9 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,20 +194,13 @@
<copy todir="${build}/IdeaVim/help">
<fileset dir="${build}" includes="help.jar"/>
</copy>
<copy todir="${build}/IdeaVim/docs">
<copy file="${basedir}/README.txt" tofile="${build}/IdeaVim/README">
<filterset>
<filter token="VERSION" value="${version}"/>
<filter token="PLATFORM_VERSION" value="${platform-version}"/>
</filterset>
<fileset dir="${basedir}/docs" includes="vim/*.txt" excludes="javadoc"/>
</copy>
<copy file="${basedir}/docs/README.txt" tofile="${build}/IdeaVim/README">
<filterset>
<filter token="VERSION" value="${version}"/>
<filter token="PLATFORM_VERSION" value="${platform-version}"/>
</filterset>
</copy>
<copy file="${basedir}/docs/CHANGES.txt" tofile="${build}/IdeaVim/CHANGES">
<copy file="${basedir}/CHANGES.txt" tofile="${build}/IdeaVim/CHANGES">
<filterset>
<filter token="VERSION" value="${version}"/>
<filter token="PLATFORM_VERSION" value="${platform-version}"/>
Expand Down
300 changes: 0 additions & 300 deletions docs/vim/digraph.txt

This file was deleted.

1,343 changes: 0 additions & 1,343 deletions docs/vim/digraphs.txt

This file was deleted.

1,426 changes: 0 additions & 1,426 deletions docs/vim/index.txt

This file was deleted.

290 changes: 0 additions & 290 deletions docs/vim/options.txt

This file was deleted.

Loading

0 comments on commit 2d2835f

Please sign in to comment.