Ignore:
Timestamp:
2012-03-09T01:06:18+01:00 (14 years ago)
Author:
donvip
Message:

opendata: Initial Neptune files support

File:
1 edited

Legend:

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

    r28017 r28018  
    295295    <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
    296296    </target>
     297   
     298    <taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
     299          <classpath>
     300            <fileset dir="C:\Windows\SysWOW64\jaxb-ri-20120218\lib" includes="*.jar" />
     301          </classpath>
     302    </taskdef>
     303    <target name="xjc_neptune">
     304        <xjc schema="resources/neptune/neptune.xsd" destdir="includes" package="neptune" target="2.1" />
     305    </target>
    297306</project>
Note: See TracChangeset for help on using the changeset viewer.