[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.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@18773 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
|
@ -1,5 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<project name="scala-examples" default="build">
|
||||
|
||||
|
|
Before Width: | Height: | Size: 964 B After Width: | Height: | Size: 965 B |
Before Width: | Height: | Size: 1015 B After Width: | Height: | Size: 1016 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 971 B After Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -25,4 +25,3 @@
|
|||
<item>.php</item>
|
||||
</array>
|
||||
</resources>
|
||||
|
0
docs/android-examples/HelloActivity/src/com/example/helloactivity/HelloAndroid.scala
Executable file → Normal file
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
0
docs/android-examples/LunarLander/src/com/example/android/lunarlander/LunarThread.scala
Executable file → Normal file
0
docs/android-examples/LunarLander/tests/src/com/example/android/lunarlander/LunarLanderTest.java
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
0
docs/android-examples/Snake/tests/src/com/example/android/snake/SnakeTest.java
Executable file → Normal file
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id:$
|
||||
// $Id$
|
||||
|
||||
package scala.actors
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id: Reaction.scala 17862 2009-05-27 23:27:05Z phaller $
|
||||
// $Id$
|
||||
|
||||
|
||||
package scala.actors
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id: $
|
||||
// $Id$
|
||||
|
||||
package scala.actors
|
||||
package scheduler
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id:$
|
||||
// $Id$
|
||||
|
||||
package scala.actors
|
||||
package scheduler
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id: $
|
||||
// $Id$
|
||||
|
||||
package scala.actors
|
||||
package scheduler
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Burak Emir
|
||||
*/
|
||||
// $Id: MarkupParsers.scala 17754 2009-05-18 10:54:00Z milessabin $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package ast.parser
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: Parsers.scala 17756 2009-05-18 14:28:59Z rytz $
|
||||
// $Id$
|
||||
//todo: allow infix type patterns
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: Scanners.scala 17285 2009-03-11 13:51:56Z rytz $
|
||||
// $Id$
|
||||
package scala.tools.nsc
|
||||
package ast.parser
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Burak Emir
|
||||
*/
|
||||
// $Id: SymbolicXMLBuilder.scala 17756 2009-05-18 14:28:59Z rytz $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package ast.parser
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: SyntaxAnalyzer.scala 17080 2009-02-10 17:19:16Z rytz $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package ast.parser
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* NSC -- new Scala compiler
|
||||
* Copyright 2005-2009 LAMP/EPFL
|
||||
*/
|
||||
// $Id: $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package interpreter
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: Parsers.scala 15004 2008-05-13 16:37:33Z odersky $
|
||||
// $Id$
|
||||
//todo: allow infix type patterns
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: Tokens.scala 12886 2007-09-17 16:36:10Z mcdirmid $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package javac
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: RefChecks.scala 13735 2008-01-18 17:18:58Z odersky $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package typechecker
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: Typers.scala 17229 2009-03-02 19:09:42Z extempore $
|
||||
// $Id$
|
||||
|
||||
//todo: rewrite or disllow new T where T is a mixin (currently: <init> not a member of T)
|
||||
//todo: use inherited type info also for vars and values
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: NamesDefaults.scala 17081 2009-02-10 17:45:38Z rytz $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package typechecker
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: NewCharArrayReader.scala 16893 2009-01-13 13:09:22Z cunei $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package util
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright 2005-2009 LAMP/EPFL
|
||||
* @author Martin Odersky
|
||||
*/
|
||||
// $Id: CharArrayReader.scala 17610 2009-04-30 22:38:36Z extempore $
|
||||
// $Id$
|
||||
|
||||
package scala.tools.nsc
|
||||
package util
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id:Database.scala 6853 2006-03-20 16:58:47 +0100 (Mon, 20 Mar 2006) dubochet $
|
||||
// $Id$
|
||||
|
||||
|
||||
package scala.dbc
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id:Boolean.scala 6853 2006-03-20 16:58:47 +0100 (Mon, 20 Mar 2006) dubochet $
|
||||
// $Id$
|
||||
|
||||
|
||||
package scala.dbc
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
** |/ **
|
||||
\* */
|
||||
|
||||
// $Id:CharacterLargeObject.scala 6853 2006-03-20 16:58:47 +0100 (Mon, 20 Mar 2006) dubochet $
|
||||
// $Id$
|
||||
|
||||
|
||||
package scala.dbc
|
||||
|
|