Skip to content

Commit

Permalink
chore: release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mburri committed Nov 24, 2022
1 parent 1f0b264 commit e40b646
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Created : 16.04.2010, Hartwig Thomas
<property name="filerevoldproperties" value="${dirtmp}/revold.properties"/>
<property name="filegithead" value=".git/HEAD"/>
<property name="filebranchproperties" value="${dirtmp}/branch.properties"/>
<target name="check">
<target name="check" depends="copy-dependencies">
<!-- get current date -->
<tstamp>
<format property="builtdate" pattern="dd. MMM yyyy" locale="en,CH"/>
Expand Down Expand Up @@ -323,5 +323,10 @@ Created : 16.04.2010, Hartwig Thomas
<unzip dest="${dirdeploy}" src="${dirdist}/${ant.project.name}-${version}.${revision}.zip" />
<chmod dir="${dirdeploy}" perm="ugo+rx" includes="**/*.sh"/>
</target>

<target name="copy-dependencies" depends="init">
<echo message="Copy jar files from dependency projects on local file system"/>
<copy file="../EnterUtilities/dist/enterutils.jar" todir="${dirlib}" failonerror="false" overwrite="true"/>
</target>

</project>
Binary file modified lib/enterutils.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Created-By: Hartwig Thomas, Enter AG, Zurich, Switzerland
Specification-Title: ZIP64
Specification-Version: 1.0
Implementation-Title: Zip64
Implementation-Version: 2.1.86
Implementation-Version: 2.2.1
Implementation-Vendor: Enter AG, Rüti ZH, Switzerland
Built-Date: 14. Oct 2022
Built-Date: 24. Nov 2022
Main-Class: ch.enterag.zip.zip64
Class-Path: ../lib/enterutils.jar

0 comments on commit e40b646

Please sign in to comment.