Changeset 28967 in osm for applications/editors/josm/plugins/videomapping/build.xml
- Timestamp:
- 2012-11-22T00:28:41+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r28924 r28967 45 45 <property name="jna" value="${plugin.lib.dir}/jna-3.4.0.jar"/> 46 46 <property name="platform" value="${plugin.lib.dir}/platform-3.4.0.jar"/> 47 <property name="log4j" value="${plugin.lib.dir}/log4j.jar"/>48 47 <!-- classpath --> 49 48 <path id="classpath"> … … 53 52 <pathelement location="${jna}"/> 54 53 <pathelement location="${platform}"/> 55 <pathelement location="${log4j}"/> 54 <fileset dir="../log4j/lib"> 55 <include name="**/*.jar"/> 56 </fileset> 56 57 </path> 57 58 <!-- … … 108 109 <attribute name="Plugin-Icon" value="images/videomapping.png"/> 109 110 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 111 <attribute name="Plugin-Requires" value="log4j"/> 110 112 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 111 113 </manifest> 112 114 <!--added to bundle libs--> 113 115 <zipfileset src="${jna}"/> 114 <zipfileset src="${log4j}"/>115 116 <zipfileset src="${platform}"/> 116 117 <zipfileset src="${vlcj}"/>
Note:
See TracChangeset
for help on using the changeset viewer.
