Ignore:
Timestamp:
2011-02-13T19:23:56+01:00 (14 years ago)
Author:
guardian
Message:

minor bugfixes: lyerchange, deployment

File:
1 edited

Legend:

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

    r25250 r25291  
    3333        <property name="commit.message" value="videomapping" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3835" />
     35        <property name="plugin.main.version" value="3600" />
    3636
    3737
     
    4545        <!-- this is the directory where the plugin jar is copied to -->
    4646        <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"/>
    4848        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    4949        <property name="vlcj"                  value="lib/vlcj-1.1.5.1.jar"/>
    5050        <property name="jna"                  value="lib/jna.jar"/>
     51        <property name="platform"                  value="lib/platform.jar"/>
    5152        <property name="log4j"                  value="lib/log4j.jar"/>
    5253        <!--
     
    7071                        <compilerarg value="-Xlint:unchecked"/>
    7172                        <classpath>
    72                                 <pathelement location="${vlcj}"/> <!--Add external library -->
     73                                <pathelement location="${vlcj}"/> <!--Add extra libraries -->
    7374                                <pathelement location="${jna}"/>
     75                                <pathelement location="${platform}"/>
    7476                                <pathelement location="${log4j}"/>
    7577                        </classpath>
     
    114116                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>                             
    115117                        </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" />
    116123                </jar>
    117124        </target>
Note: See TracChangeset for help on using the changeset viewer.