@@ -55,10 +55,10 @@
<build.with.path.offset target="wicket"/>
</target>
- <target name="dist-grails-bin" depends="dist-icepush-bin">
- <build.with.path.offset target="grails"/>
- </target>
-
+ <target name="dist-grails-bin" depends="dist-icepush-bin">
+ <build.with.path.offset target="grails"/>
+ </target>
+
<macrodef name="build.with.path.offset">
<attribute name="target"/>
<sequential>
@@ -66,7 +66,6 @@
<delete dir="${build.dir}" failonerror="false" includeEmptyDirs="true"></delete>
- <antcall target="jar-icepush-core"/>
<copy file="./core/${dist.dir}/icepush.jar" todir="${build.dir}"/>
<ant dir="./integration/@{target}" target="build.all"/>
|