One artifitial change to test Jakub's commit rights
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 26 Sep 2008 06:21:08 +0200
changeset 5d283f4401334
parent 4 15a0ae280eb4
child 6 97662396c0fd
One artifitial change to test Jakub's commit rights
task1/README
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/task1/README	Fri Sep 26 06:21:08 2008 +0200
     1.3 @@ -0,0 +1,16 @@
     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 +shall somehow reflect the internals and be based on
     1.8 +some significant aspect used in the solution. For
     1.9 +example: welltested, delegating, verbose, etc.
    1.10 +
    1.11 +At the end the structure shall be:
    1.12 +task1/xyz/build.xml
    1.13 +task1/xyz/nbproject/
    1.14 +task1/xyz/...
    1.15 +
    1.16 +task1/abc/build.xml
    1.17 +task1/abc/nbproject/
    1.18 +task1/abc/...
    1.19 +