Skip to content

Commit

Permalink
Added mod version to jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mthec committed Oct 3, 2019
1 parent d842476 commit 7714e72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="jar" name="Upkeep Cost Settings">
<target name="jar">
<jar destfile="../out/jar/mods/upkeepcosts/upkeepcosts.jar">
<manifest file="MANIFEST.MF">
<attribute name="Implementation-Version" value="1.4"/>
</manifest>

<jar manifest="MANIFEST.MF" destfile="../out/jar/mods/upkeepcosts/upkeepcosts.jar">
<fileset dir="../out/production/NoMinimumUpkeep" includes="**/UpkeepCosts.class" />
<fileset dir="../out/production/NoMinimumUpkeep" includes="**/GuardPlanMethods.class" />
<zipfileset file="../out/production/NoMinimumUpkeep/com/wurmonline/server/questions/VillageFoundationQuestion.class" prefix="mod/wurmonline/mods/upkeepcosts" />
Expand Down

0 comments on commit 7714e72

Please sign in to comment.