Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shentar committed Nov 18, 2017
1 parent 3369279 commit 4eaf28f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions asmblefiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@
<fileset dir="${dedup.dir}">
<include name="jalbum.xml"/>
<include name="log4j.xml"/>
<include name="keystore"/>
</fileset>
</copy>
<fixcrlf srcdir="${distribute.dir}/relase_tmp" includes="**/*.xml" eol="crlf"/>
<zip destfile="jAlbum_release.zip">
<zipfileset dir="${distribute.dir}" excludes=".svn/**, thumbnail/**, log/**, relase_tmp/**, dedup.db, log4j.xml, jalbum.xml, keystore"/>
<zipfileset dir="${dedup.dir}" includes="dedup.db"/>
<zipfileset dir="${distribute.dir}/relase_tmp" includes="log4j.xml, jalbum.xml, keystore"/>
<zipfileset dir="${distribute.dir}" excludes=".svn/**, thumbnail/**, log/**, relase_tmp/**, dedup.db, log4j.xml, jalbum.xml"/>
<zipfileset dir="${dedup.dir}" includes="dedup.db, keystore"/>
<zipfileset dir="${distribute.dir}/relase_tmp" includes="log4j.xml, jalbum.xml"/>
</zip>
<delete dir="${distribute.dir}/relase_tmp"/>
</target>
Expand Down

0 comments on commit 4eaf28f

Please sign in to comment.