blob: 6b78e3c449776c48e478553040cbaf367dceec28 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
<project default="jar"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:maven="jelly:maven"
xmlns:deploy="deploy"
xmlns:ant="jelly:ant">
<preGoal name="java:compile" >
<copy toDir="target/classes/META-INF/">
<fileset dir="src/META-INF">
<include name="**/services/*"/>
</fileset>
</copy>
</preGoal>
</project>