changeset: 1273:7f382380d100 tag: tip user: Thomas Gambet <tgambet@w3.org> date: Fri Jun 18 16:10:33 2010 -0400 files: build.xml description: compile does not depend on compress-css and compress-js anymore diff -r 1b784236f117 -r 7f382380d100 build.xml --- a/build.xml Fri Jun 18 15:11:37 2010 -0400 +++ b/build.xml Fri Jun 18 16:10:33 2010 -0400 @@ -44,7 +44,7 @@ <xmlbean schema="WebContent/WEB-INF/resources/schemas/observer-response.xsd" destfile="${lib.dir}/unicorn-response.jar" javasource="1.5" classpath="${lib.dir}/xmlbeans-2.4.0.jar"/> </target> - <target name="compile" description="--> compile Unicorn" depends="compress-css, compress-js"> + <target name="compile" description="--> compile Unicorn"> <mkdir dir="${build.dir}/classes"/> <javac srcdir="${src.dir}" destdir="${build.dir}/classes" classpathref="lib.path.id" debug="on" debuglevel="lines,vars,source" /> </target>Received on Friday, 18 June 2010 20:10:53 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:45 UTC