Changeset 21295 in osm for applications/editors/josm/plugins/videomapping/build.xml
- Timestamp:
- 2010-05-16T10:53:53+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r21253 r21295 48 48 <property name="plugin.dist.dir" value="../../dist"/> 49 49 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 50 50 <property name="vlcj" value="lib/vlcj-1.0.1.jar"/> 51 51 <!-- 52 52 ********************************************************** … … 68 68 <compilerarg value="-Xlint:deprecation"/> 69 69 <compilerarg value="-Xlint:unchecked"/> 70 <classpath> 71 <pathelement location="${vlcj}"/> <!--Add external library --> 72 </classpath> 70 73 </javac> 71 74 </target> … … 106 109 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/> 107 110 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 108 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 111 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 109 112 </manifest> 110 113 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.
