Changeset 21616 in osm for applications/editors/josm/plugins/videomapping
- Timestamp:
- 2010-06-08T15:34:46+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r21298 r21616 47 47 <property name="ant.build.javac.target" value="1.5"/> 48 48 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 49 <property name="vlcj" value="lib/vlcj-1.1f.jar"/>50 49 <!-- 51 50 ********************************************************** … … 67 66 <compilerarg value="-Xlint:deprecation"/> 68 67 <compilerarg value="-Xlint:unchecked"/> 69 <classpath> 70 <pathelement location="${vlcj}"/> <!--Add external library --> 71 </classpath> 68 <classpath> 69 <fileset dir="lib"> 70 <include name="**/*.jar"/> 71 </fileset> 72 </classpath> 72 73 </javac> 73 74 </target>
Note:
See TracChangeset
for help on using the changeset viewer.