summaryrefslogtreecommitdiff
path: root/src/dotnet-library/README
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-09-17 11:12:25 +0000
committermihaylov <mihaylov@epfl.ch>2007-09-17 11:12:25 +0000
commit6eb0e65691c012bbb88599892a232f09dc1eaa7b (patch)
tree60b17ed48559776a8474263b3ee0390eab97295d /src/dotnet-library/README
parent2353ddb22a7ebb2bf228acc5805c3ca998c3ab5d (diff)
downloadscala-6eb0e65691c012bbb88599892a232f09dc1eaa7b.tar.gz
scala-6eb0e65691c012bbb88599892a232f09dc1eaa7b.tar.bz2
scala-6eb0e65691c012bbb88599892a232f09dc1eaa7b.zip
Synced src/dotnet-library with rev 12880 of src...
Synced src/dotnet-library with rev 12880 of src/library
Diffstat (limited to 'src/dotnet-library/README')
-rw-r--r--src/dotnet-library/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/dotnet-library/README b/src/dotnet-library/README
new file mode 100644
index 0000000000..5e5ff2b910
--- /dev/null
+++ b/src/dotnet-library/README
@@ -0,0 +1,18 @@
+The dotnet-library tree has been synchronized with
+revision 12880 of src/library on $Date$.
+
+Never, never, never, ever add/remove/edit files in the dotnet-library
+tree by hand. If you need to change sth use the opportunity to merge
+the changes that have occured since the last merge. Any manual intervention
+makes the merging harder and is to be considerd rude and
+
+koko:~/scala/src/dotnet-library>svn merge \
+https://lampsvn.epfl.ch/svn-repos/scala/scala/trunk/src/library@12365 \
+https://lampsvn.epfl.ch/svn-repos/scala/scala/trunk/src/library@12879 .
+
+You'll get many "Skipped missing target: ..." messages because this tree
+only contains files that are different for MSIL. Hopefully, changes in those
+files do not introduce anything platform-specific because they will be copied
+from the src/library tree. If there are platform-specific changes, the
+offending file has to be added to the dotnet-library tree and modified to
+compile for .NET. \ No newline at end of file