Author: pete.muir(a)jboss.org
Date: 2008-01-22 06:59:56 -0500 (Tue, 22 Jan 2008)
New Revision: 7179
Modified:
trunk/examples/icefaces/build.xml
Log:
correct ordering
Modified: trunk/examples/icefaces/build.xml
===================================================================
--- trunk/examples/icefaces/build.xml 2008-01-22 11:58:33 UTC (rev 7178)
+++ trunk/examples/icefaces/build.xml 2008-01-22 11:59:56 UTC (rev 7179)
@@ -13,6 +13,7 @@
<!-- Add icefaces -->
<property name="example.tmp.lib.dir" value="${basedir}/lib"
/>
+ <property name="clean.extra" value="${example.tmp.lib.dir}"/>
<!-- Datasource -->
<property name="example.ds" value="seam-icefaces-ds.xml" />
@@ -23,8 +24,6 @@
<include name="*.jar" />
</fileset>
- <property name="clean.extra"
value="${example.tmp.lib.dir}"/>
-
<target name="copyextradependencies">
<artifact:dependencies filesetId="icefaces.fileset"
versionsId="icefaces.versions">
<dependency groupId="org.icefaces" artifactId="icefaces"
version="1.6.1">