You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/02/05 17:34:24 UTC

svn commit: r618694 - in /commons/proper/io/trunk: src/java/org/apache/commons/io/filefilter/ src/test/org/apache/commons/io/ src/test/org/apache/commons/io/input/ src/test/org/apache/commons/io/output/ xdocs/

Author: sebb
Date: Tue Feb  5 08:34:21 2008
New Revision: 618694

URL: http://svn.apache.org/viewvc?rev=618694&view=rev
Log:
Remove extraneous exec properties

Modified:
    commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFileFilter.java
    commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java   (props changed)
    commons/proper/io/trunk/src/test/org/apache/commons/io/input/SwappedDataInputStreamTest.java   (props changed)
    commons/proper/io/trunk/src/test/org/apache/commons/io/output/CountingOutputStreamTest.java   (props changed)
    commons/proper/io/trunk/src/test/org/apache/commons/io/output/LockableFileWriterTest.java   (props changed)
    commons/proper/io/trunk/src/test/org/apache/commons/io/output/NullOutputStreamTest.java   (props changed)
    commons/proper/io/trunk/src/test/org/apache/commons/io/output/TeeOutputStreamTest.java   (props changed)
    commons/proper/io/trunk/xdocs/description.xml   (props changed)
    commons/proper/io/trunk/xdocs/index.xml   (props changed)

Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFileFilter.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFileFilter.java?rev=618694&r1=618693&r2=618694&view=diff
==============================================================================
--- commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFileFilter.java (original)
+++ commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFileFilter.java Tue Feb  5 08:34:21 2008
@@ -34,7 +34,7 @@
  * </pre>
  *
  * @since Commons IO 1.3
- * @version $Revision: 155419 $ $Date$
+ * @version $Revision:587916 $ $Date$
  */
 public class FileFileFilter extends AbstractFileFilter implements Serializable {
 

Propchange: commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/src/test/org/apache/commons/io/input/SwappedDataInputStreamTest.java
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/src/test/org/apache/commons/io/output/CountingOutputStreamTest.java
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/src/test/org/apache/commons/io/output/LockableFileWriterTest.java
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/src/test/org/apache/commons/io/output/NullOutputStreamTest.java
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/src/test/org/apache/commons/io/output/TeeOutputStreamTest.java
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/xdocs/description.xml
            ('svn:executable' removed)

Propchange: commons/proper/io/trunk/xdocs/index.xml
            ('svn:executable' removed)