task1/README
changeset 6 97662396c0fd
parent 5 d283f4401334
     1.1 --- a/task1/README	Fri Sep 26 06:21:08 2008 +0200
     1.2 +++ b/task1/README	Sun Sep 28 14:12:38 2008 +0200
     1.3 @@ -1,16 +1,9 @@
     1.4  This directory shall contain solutions for the task1.
     1.5  Each solution is NetBeans Java SE project, in its own
     1.6 -directory with name being a codename. The codename
     1.7 +directory solution<id>. The id is a number of the solution.
     1.8 +A README file in a solution<id> dir can contain
     1.9 +detailed information on the solution and
    1.10  shall somehow reflect the internals and be based on
    1.11  some significant aspect used in the solution. For
    1.12  example: welltested, delegating, verbose, etc.
    1.13  
    1.14 -At the end the structure shall be:
    1.15 -task1/xyz/build.xml
    1.16 -task1/xyz/nbproject/
    1.17 -task1/xyz/...
    1.18 -
    1.19 -task1/abc/build.xml
    1.20 -task1/abc/nbproject/
    1.21 -task1/abc/...
    1.22 -