Author: dan.j.allen
Date: 2009-04-08 00:31:25 -0400 (Wed, 08 Apr 2009)
New Revision: 10344
Modified:
branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build-war.xml
Log:
add searchparents="true" when detecting groovy
Modified: branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build-war.xml
===================================================================
--- branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build-war.xml 2009-04-08
04:30:55 UTC (rev 10343)
+++ branches/community/Seam_2_0/seam-gen/icefaces/build-scripts/build-war.xml 2009-04-08
04:31:25 UTC (rev 10344)
@@ -46,7 +46,7 @@
<mkdir dir="${classes.action.dir}" />
<mkdir dir="${dist.dir}" />
<!-- if a .groovy file is in model or action, set groovy.present -->
- <available property="groovy.present" value="true"
file="">
+ <available property="groovy.present" value="true"
file="" searchparents="true">
<filepath>
<fileset dir="${src.action.dir}">
<include name="**/*.groovy"/>
Show replies by date