blob: f7e9f87396f68ffbf27d93e7bdb6c9b604faf995 [file] [log] [blame]
<project default="jar" xmlns:j="jelly:core" xmlns:u="jelly:util" xmlns:maven="jelly:maven" xmlns:ant="jelly:ant">
<!-- Needed goal for the multiproject release of Groovy -->
<goal name="default"/>
<!-- Needed goal for the multiproject release of Groovy -->
<goal name="generate"/>
<!-- Expand the classpath with the Smack jars until they are added to ibiblio -->
<preGoal name="java:compile">
<ant:path id="smack.classpath">
<ant:pathelement path="${project.home}lib/smack.jar"/>
<ant:pathelement path="${project.home}lib/smackx.jar"/>
</ant:path>
<maven:addPath id="maven.dependency.classpath" refid="smack.classpath"/>
</preGoal>
</project>