root/XerialJ/trunk/sqlite-jdbc/maven-eclipse.xml

Revision 3597, 312 bytes (checked in by leo, 2 years ago)

Applied a patch provided by Flavio Sugimoto

Line 
1<project default="copy-resources">
2  <target name="init"/>
3  <target name="copy-resources" depends="init">
4    <copy todir="target/classes/META-INF/maven/org.xerial/sqlite-jdbc" filtering="false">
5      <fileset dir="." includes="VERSION|LICENSE*" excludes="**/*.java"/>
6    </copy>
7  </target>
8</project>
Note: See TracBrowser for help on using the browser.