Skip to content

Commit

Permalink
- found bug with startup
Browse files Browse the repository at this point in the history
 - added test for concurrent use of single ExifTool
 - reduced locks
  • Loading branch information
msgile committed Jan 22, 2014
1 parent e43adfb commit f799ad8
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 249 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<property name="dir.javadoc" value="${dir.dist}/javadoc" />

<property name="version.major" value="1" />
<property name="version.minor" value="2" />
<property name="version.minor" value="3" />

<property name="name.file" value="exiftool-lib" />
<property name="name.file.javadoc" value="${name.file}-${version.major}.${version.minor}-javadoc.jar" />
Expand Down Expand Up @@ -79,4 +79,4 @@ limitations under the License.
<jar compress="yes" basedir="${dir.javadoc}" destfile="${dir.dist}/${name.file.javadoc}" />
<zip compress="yes" basedir="${dir.dist}" destfile="${dir.dist}/${name.file}-${version.major}.${version.minor}.zip" />
</target>
</project>
</project>
Loading

0 comments on commit f799ad8

Please sign in to comment.