Skip to content

Commit

Permalink
Updated Notepad builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Jul 22, 2012
1 parent f753b37 commit 908ec8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Expand Up @@ -158,6 +158,9 @@

<copy todir="${zencoding_build_dir}/npp">
<fileset dir="${zencoding_plugins_source}/npp/contrib"/>
<filelist dir="${zencoding_plugins_source}/npp">
<file name="README.md"/>
</filelist>
</copy>

<mkdir dir="${zencoding_build_dir}/npp/jN/includes"/>
Expand All @@ -179,6 +182,13 @@
<file name="bootstrap.js"/>
</filelist>
</concat>

<zip
basedir="${zencoding_build_dir}/npp"
compress="yes"
level="9"
destfile="${zencoding_build_dir}/npp/ZenCoding-NotepadPlusPlus-v${zencoding_version}.zip"
excludes="*.zip"/>
</target>

<!-- Main build routine -->
Expand Down

0 comments on commit 908ec8e

Please sign in to comment.