|
|
@@ -63,19 +63,34 @@ |
|
|
|
</compositemapper> |
|
|
|
</touch> |
|
|
|
|
|
|
|
<fileset id="touchtest" file="touchtest"> |
|
|
|
<selector refid="map.selector" /> |
|
|
|
</fileset> |
|
|
|
|
|
|
|
<fileset id="touchtestfoo" file="touchtestfoo"> |
|
|
|
<selector refid="map.selector" /> |
|
|
|
</fileset> |
|
|
|
|
|
|
|
<fileset id="touchtestbar" file="touchtestbar"> |
|
|
|
<selector refid="map.selector" /> |
|
|
|
</fileset> |
|
|
|
|
|
|
|
<pathconvert property="touchtest" pathsep=" " |
|
|
|
refid="touchtest" setonempty="false" /> |
|
|
|
|
|
|
|
<pathconvert property="touchtestfoo" pathsep=" " |
|
|
|
refid="touchtestfoo" setonempty="false" /> |
|
|
|
|
|
|
|
<pathconvert property="touchtestbar" pathsep=" " |
|
|
|
refid="touchtestbar" setonempty="false" /> |
|
|
|
|
|
|
|
<fail> |
|
|
|
<condition> |
|
|
|
<not> |
|
|
|
<and> |
|
|
|
<isfileselected file="touchtest"> |
|
|
|
<selector refid="map.selector" /> |
|
|
|
</isfileselected> |
|
|
|
<isfileselected file="touchtestfoo"> |
|
|
|
<selector refid="map.selector" /> |
|
|
|
</isfileselected> |
|
|
|
<isfileselected file="touchtestbar"> |
|
|
|
<selector refid="map.selector" /> |
|
|
|
</isfileselected> |
|
|
|
<isset property="touchtest" /> |
|
|
|
<isset property="touchtestfoo" /> |
|
|
|
<isset property="touchtestbar" /> |
|
|
|
</and> |
|
|
|
</not> |
|
|
|
</condition> |
|
|
|