Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #43 from henning-gerhardt/update_build_file
Browse files Browse the repository at this point in the history
Preparation for next release
  • Loading branch information
henning-gerhardt authored Nov 10, 2016
2 parents d813460 + 3ca8093 commit bef8b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ugh/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<property name="build.javac.source" value="1.7"/>

<!-- Distribution specific settings. -->
<property name="dist.name" value="UGH" />
<property name="dist.version" value="1.11.1" />
<property name="dist.name" value="kitodo-ugh" />
<property name="dist.version" value="2.0.0" />

<!-- Directory settings -->
<property name="dir.lib" value="./lib" />
Expand Down Expand Up @@ -53,12 +53,12 @@

<!-- Build of ugh jar file. -->
<target name="jar" depends="compile" description="Build of ugh jar file.">
<jar destfile="${dir.dist}/ugh-${dist.version}.jar" basedir="${dir.build.classes}" />
<jar destfile="${dir.dist}/${dist.name}-${dist.version}.jar" basedir="${dir.build.classes}" />
</target>

<!-- Build single ugh jar file. -->
<target name="dist" depends="clean, jar" description="Build single ugh jar file.">
<echo>Alles ist gut</echo>
<echo>Build was successful.</echo>
</target>

<!-- Build all, not really needed yet. -->
Expand Down

0 comments on commit bef8b9c

Please sign in to comment.