summaryrefslogtreecommitdiff
path: root/buildscripts/phing/classes/phing/types/selectors/SelectSelector.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/phing/classes/phing/types/selectors/SelectSelector.php')
-rwxr-xr-x[-rw-r--r--]buildscripts/phing/classes/phing/types/selectors/SelectSelector.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/phing/classes/phing/types/selectors/SelectSelector.php b/buildscripts/phing/classes/phing/types/selectors/SelectSelector.php
index a7644447..0db73e5d 100644..100755
--- a/buildscripts/phing/classes/phing/types/selectors/SelectSelector.php
+++ b/buildscripts/phing/classes/phing/types/selectors/SelectSelector.php
@@ -1,7 +1,7 @@
<?php
/*
- * $Id: SelectSelector.php,v 1.6 2003/12/24 17:43:26 hlellelid Exp $
+ * $Id: aa3a5cceea362713959333bda113e0ca5428a530 $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -32,7 +32,7 @@ require_once 'phing/types/selectors/AndSelector.php';
*
* @author Hans Lellelid <hans@xmpl.org> (Phing)
* @author Bruce Atherton <bruce@callenish.com> (Ant)
- * @version $Revision: 1.6 $
+ * @version $Id$
* @package phing.types.selectors
*/
class SelectSelector extends AndSelector {