Changeset 25291 in osm for applications/editors/josm/plugins/videomapping/build.xml
- Timestamp:
- 2011-02-13T19:23:56+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r25250 r25291 33 33 <property name="commit.message" value="videomapping" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 835" />35 <property name="plugin.main.version" value="3600" /> 36 36 37 37 … … 45 45 <!-- this is the directory where the plugin jar is copied to --> 46 46 <property name="plugin.dist.dir" value="../../dist"/> 47 <property name="ant.build.javac.target" value="1. 5"/>47 <property name="ant.build.javac.target" value="1.6"/> 48 48 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 49 49 <property name="vlcj" value="lib/vlcj-1.1.5.1.jar"/> 50 50 <property name="jna" value="lib/jna.jar"/> 51 <property name="platform" value="lib/platform.jar"/> 51 52 <property name="log4j" value="lib/log4j.jar"/> 52 53 <!-- … … 70 71 <compilerarg value="-Xlint:unchecked"/> 71 72 <classpath> 72 <pathelement location="${vlcj}"/> <!--Add ext ernallibrary-->73 <pathelement location="${vlcj}"/> <!--Add extra libraries --> 73 74 <pathelement location="${jna}"/> 75 <pathelement location="${platform}"/> 74 76 <pathelement location="${log4j}"/> 75 77 </classpath> … … 114 116 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 115 117 </manifest> 118 <!--added to bundle libs--> 119 <zipfileset src="lib/jna.jar" /> 120 <zipfileset src="lib/log4j.jar" /> 121 <zipfileset src="lib/platform.jar" /> 122 <zipfileset src="lib/vlcj-1.1.5.1.jar" /> 116 123 </jar> 117 124 </target>
Note:
See TracChangeset
for help on using the changeset viewer.