Skip to content

Commit

Permalink
Fix #63: Add old version links to build.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Nov 8, 2023
1 parent a842d90 commit 84cec31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@
</fileset>
</copy>
</target>
<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="13957_Plugin-Url" value="v2.0.0;https://github.com/JOSM/pt_assistant/releases/download/v2.0.0/pt_assistant.jar" />
<attribute name="14027_Plugin-Url" value="v2.1.4;https://github.com/JOSM/pt_assistant/releases/download/v2.1.4/pt_assistant.jar" />
<attribute name="14149_Plugin-Url" value="v2.1.6;https://github.com/JOSM/pt_assistant/releases/download/v2.1.6/pt_assistant.jar" />
<attribute name="17903_Plugin-Url" value="v2.1.15;https://github.com/JOSM/pt_assistant/releases/download/v2.1.15/pt_assistant.jar" />
</manifest>
</target>
</project>

0 comments on commit 84cec31

Please sign in to comment.