#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Wed, 20 Jan 2016 10:25:09 +0100
changeset 19055 2d415d3c14fe
parent 19053 6d26eb081cf8
child 19056 b6e142aad476
#DOCUMENTATION class: Project comment/format in: #documentation
Project.st
--- a/Project.st	Wed Jan 20 04:19:41 2016 +0100
+++ b/Project.st	Wed Jan 20 10:25:09 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -56,7 +54,8 @@
 documentation
 "
     WARNING:
-        This class is almost completely obsolete (before even being finished)
+        This class is almost completely obsolete 
+        (before even being finished)
 
     Most references to this class are being removed, and we are only
     looking at PackageId and ProjectDefinition in the future.
@@ -64,8 +63,7 @@
     Project instance(s) are still used to keep a reference to the current changeSet,
     but even that may move to a projectDefinition in the future.
 
-    This class is still under construction (especially the build features are unfinished).
-    Currently, all it does is keep track of per-project views 
+    All this class does is to keep track of per-project views 
     (to hide or show them), define the directory when filing-out,
     and define packageNames for new classes and methods.