Ignore:
Timestamp:
2010-10-19T14:29:25+02:00 (14 years ago)
Author:
extropy
Message:

Added tweaked pdfclown sources.

File:
1 edited

Legend:

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

    r23702 r23703  
    22<!--
    33** This is the build file for the pdfimport plugin.
     4** Same as build.xml, but uses local version of pdfclown
    45**
    56** Maintaining versions
     
    3233
    3334        <!-- enter the SVN commit message -->
    34         <property name="commit.message" value="adapt to latest josm" />
     35        <property name="commit.message" value="Initial pdfimport version" />
    3536        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    36         <property name="plugin.main.version" value="3348" />
     37        <property name="plugin.main.version" value="3592" />
    3738
    3839
     
    4445        <property name="plugin.dist.dir" value="../../dist" />
    4546        <property name="plugin.name" value="${ant.project.name}" />
    46         <property name="libpdfclown" value="lib/PDFClown.jar"/>
    4747        <property name="plugin.jar" value="${plugin.dist.dir}/${plugin.name}.jar" />
    4848
     
    6262                <echo message="creating ${plugin.jar}" />
    6363                <javac srcdir="src" target="1.5" destdir="build" debug="true">
    64                         <include name="pdfimport/**/*.java" />
     64                        <include name="**/*.java" />
    6565                        <classpath>
    6666                                <pathelement location="${josm}"/>
    67                                 <pathelement location="${libpdfclown}"/>
    6867                        </classpath>                   
    6968                </javac>
     
    8281
    8382        <target name="dist" depends="compile,revision">
    84                 <unjar dest="${plugin.build.dir}" src="${libpdfclown}"/>
    8583                <copy todir="${plugin.build.dir}/images">
    8684                        <fileset dir="images" />
    8785                </copy>
     86
    8887                <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    8988                        <manifest>
    90                                 <attribute name="Author" value="Viesturs" />
     89                                <attribute name="Author" value="extropy" />
    9190                                <attribute name="Plugin-Class" value="pdfimport.PdfImportPlugin" />
    92                                 <attribute name="Plugin-Description" value="Import PDF files and convert to shapes." />
     91                                <attribute name="Plugin-Description" value="Import PDF file and convert to ways." />
    9392                                <attribute name="Plugin-Icon" value="images/pdf_import.png"/>
    9493                                <attribute name="Plugin-Version" value="${version.entry.commit.revision}" />
Note: See TracChangeset for help on using the changeset viewer.