[seam-commits] Seam SVN: r7179 - trunk/examples/icefaces.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jan 22 06:59:56 EST 2008
Author: pete.muir at 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">
More information about the seam-commits
mailing list