Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Jan 5, 2019
1 parent 89c0045 commit 5c5659a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="12643_Plugin-Url" value="v1.0;https://github.com/JOSM/kartverketimport/releases/download/v1.0/kartverketimport.jar" />
<attribute name="14153_Plugin-Url" value="v1.0;https://github.com/JOSM/kartverketimport/releases/download/v1.0.1/kartverketimport.jar" />
</manifest>
</target>

<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml"/>
<fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
<include name="utilsplugin2.jar"/>
<include name="utilsplugin2.jar"/>
</fileset>

</project>

0 comments on commit 5c5659a

Please sign in to comment.