summaryrefslogtreecommitdiff
path: root/config/excludes
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-12 13:13:13 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-12 13:13:13 +0000
commit28267669179b882e0a1f0dd6f6e80658fb6b6d7f (patch)
tree57c612996fc763ad153c1809dec35f8080870496 /config/excludes
parent9272651e533e54ec2a3cd64d2ebca16be97d3027 (diff)
downloadscala-28267669179b882e0a1f0dd6f6e80658fb6b6d7f.tar.gz
scala-28267669179b882e0a1f0dd6f6e80658fb6b6d7f.tar.bz2
scala-28267669179b882e0a1f0dd6f6e80658fb6b6d7f.zip
Changed the way properties are set.
Added improved comments to properties files.
Diffstat (limited to 'config/excludes')
-rw-r--r--config/excludes/nsc.nslib.excludes11
-rw-r--r--config/excludes/nsc.nstools.excludes9
2 files changed, 14 insertions, 6 deletions
diff --git a/config/excludes/nsc.nslib.excludes b/config/excludes/nsc.nslib.excludes
index 5fb8fc55b6..8ce9b911c6 100644
--- a/config/excludes/nsc.nslib.excludes
+++ b/config/excludes/nsc.nslib.excludes
@@ -1,3 +1,8 @@
-# A list of files to exclude when compiling the Scala library with NSC.
-# All files can be defined using Ant's fileset wildcard notation;
-# one statement per line. \ No newline at end of file
+################################################################################
+# NSLIB EXCLUDED FILES #
+################################################################################
+# A list of files to exclude when compiling the Scala library with NSC. All
+# files can be defined using Ant's fileset wildcard notation; one statement per
+# line.
+# $Id$
+################################################################################
diff --git a/config/excludes/nsc.nstools.excludes b/config/excludes/nsc.nstools.excludes
index 7eeaaf3167..90516e6d14 100644
--- a/config/excludes/nsc.nstools.excludes
+++ b/config/excludes/nsc.nstools.excludes
@@ -1,3 +1,6 @@
-# A list of files to exclude when compiling the Scala tools with NSC.
-# All files can be defined using Ant's fileset wildcard notation;
-# one statement per line. \ No newline at end of file
+################################################################################
+# NSTOOLS EXCLUDED FILES #
+################################################################################
+# A list of files to exclude when compiling the Scala tools with NSC. All files # can be defined using Ant's fileset wildcard notation; one statement per line.
+# $Id$
+################################################################################