Skip to content

Commit

Permalink
hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McDirmid committed Mar 16, 2008
1 parent 9543096 commit a480c3a
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 15 deletions.
4 changes: 0 additions & 4 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ Export-Package: ch.epfl.lamp.fjbg,
scala.util.parsing.combinator.lexical,
scala.util.parsing.combinator.syntactical,
scala.util.parsing.combinator.testing,
scala.util.parsing.combinator1,
scala.util.parsing.combinator1.lexical,
scala.util.parsing.combinator1.syntactical,
scala.util.parsing.combinator1.testing,
scala.util.parsing.input,
scala.util.parsing.json,
scala.util.parsing.syntax,
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/DynamicVariable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/BitField.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/DArrowAssoc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/DelayedPair.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/FixedBitField.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/MatchData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/MatchableInt.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/MatchableString.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/Regex.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/matching/TaintedInt.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** |/ **
\* */

// $Id:$
// $Id$


package scala.util.matching
Expand Down
2 changes: 1 addition & 1 deletion test/files/run/try-2.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Test different variants of the try-catch block.
*
* $Id: $
* $Id$
*/


Expand Down

0 comments on commit a480c3a

Please sign in to comment.