task1/README
author Jaroslav Tulach <jtulach@netbeans.org>
Fri, 26 Sep 2008 06:21:08 +0200
changeset 5 d283f4401334
child 6 97662396c0fd
permissions -rw-r--r--
One artifitial change to test Jakub's commit rights
     1 This directory shall contain solutions for the task1.
     2 Each solution is NetBeans Java SE project, in its own
     3 directory with name being a codename. The codename
     4 shall somehow reflect the internals and be based on
     5 some significant aspect used in the solution. For
     6 example: welltested, delegating, verbose, etc.
     7 
     8 At the end the structure shall be:
     9 task1/xyz/build.xml
    10 task1/xyz/nbproject/
    11 task1/xyz/...
    12 
    13 task1/abc/build.xml
    14 task1/abc/nbproject/
    15 task1/abc/...
    16