# HG changeset patch # User Jaroslav Tulach # Date 1222402868 -7200 # Node ID d283f44013341c4ba8e580b1d7d1c2530bad3b88 # Parent 15a0ae280eb44d209405ffd5e4a03dba76ca043c One artifitial change to test Jakub's commit rights diff -r 15a0ae280eb4 -r d283f4401334 task1/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/task1/README Fri Sep 26 06:21:08 2008 +0200 @@ -0,0 +1,16 @@ +This directory shall contain solutions for the task1. +Each solution is NetBeans Java SE project, in its own +directory with name being a codename. The codename +shall somehow reflect the internals and be based on +some significant aspect used in the solution. For +example: welltested, delegating, verbose, etc. + +At the end the structure shall be: +task1/xyz/build.xml +task1/xyz/nbproject/ +task1/xyz/... + +task1/abc/build.xml +task1/abc/nbproject/ +task1/abc/... +