From c1f5cbd4a070ccef03e81071041f9cfa6e49e85e Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Thu, 24 Sep 2009 13:09:40 +0000 Subject: [no content change] Fixed all SVN properties: m... [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore. --- test/files/pos/t1232/J.java | 2 +- test/files/pos/t1232/J2.java | 2 +- test/files/pos/t1232/S.scala | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 test/files/pos/t1232/J.java mode change 100755 => 100644 test/files/pos/t1232/J2.java mode change 100755 => 100644 test/files/pos/t1232/S.scala (limited to 'test/files/pos/t1232') diff --git a/test/files/pos/t1232/J.java b/test/files/pos/t1232/J.java old mode 100755 new mode 100644 index af3aad928d..2d9e3bbd58 --- a/test/files/pos/t1232/J.java +++ b/test/files/pos/t1232/J.java @@ -1,2 +1,2 @@ package j; -public class J { public enum E { e1 } } \ No newline at end of file +public class J { public enum E { e1 } } diff --git a/test/files/pos/t1232/J2.java b/test/files/pos/t1232/J2.java old mode 100755 new mode 100644 index dc117d360f..29237780ac --- a/test/files/pos/t1232/J2.java +++ b/test/files/pos/t1232/J2.java @@ -1,2 +1,2 @@ import s.S; -class J2 { } \ No newline at end of file +class J2 { } diff --git a/test/files/pos/t1232/S.scala b/test/files/pos/t1232/S.scala old mode 100755 new mode 100644 -- cgit v1.2.3