https://bitbucket.org/xerial/sqlite-jdbc
Raw File
Tip revision: 2c40575a8ef79b8e77cf0cfdfd1b619d45c34210 authored by Taro L. Saito on 05 June 2015, 12:18:53 UTC
README.md edited online with Bitbucket
Tip revision: 2c40575
maven-eclipse.xml
<project default="copy-resources">
  <target name="init"/>
  <target name="copy-resources" depends="init">
    <copy todir="target/classes/META-INF/maven/org.xerial/sqlite-jdbc" filtering="false">
      <fileset dir="." includes="VERSION|LICENSE*" excludes="**/*.java"/>
    </copy>
  </target>
</project>
back to top