Ignore:
Timestamp:
2010-05-16T10:53:53+02:00 (16 years ago)
Author:
guardian
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/build.xml

    r21253 r21295  
    4848        <property name="plugin.dist.dir"        value="../../dist"/>
    4949        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    50 
     50        <property name="vlcj"                  value="lib/vlcj-1.0.1.jar"/>
    5151        <!--
    5252    **********************************************************
     
    6868                        <compilerarg value="-Xlint:deprecation"/>
    6969                        <compilerarg value="-Xlint:unchecked"/>
     70                        <classpath>
     71                                <pathelement location="${vlcj}"/> <!--Add external library -->
     72                        </classpath>
    7073                </javac>
    7174        </target>
     
    106109                                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/>
    107110                                <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}"/>                             
    109112                        </manifest>
    110113                </jar>
Note: See TracChangeset for help on using the changeset viewer.