Index: java/SuperPostak/nbproject/build-impl.xml
===================================================================
--- java/SuperPostak/nbproject/build-impl.xml	(revision 5:bea5d9e11d37)
+++ java/SuperPostak/nbproject/build-impl.xml	(revision 7:66667bb5a6cc)
@@ -293,5 +293,5 @@
             <sequential>
                 <fail unless="javac.includes">Must set javac.includes</fail>
-                <pathconvert pathsep="," property="javac.includes.binary">
+                <pathconvert pathsep="${line.separator}" property="javac.includes.binary">
                     <path>
                         <filelist dir="@{destdir}" files="${javac.includes}"/>
@@ -299,7 +299,10 @@
                     <globmapper from="*.java" to="*.class"/>
                 </pathconvert>
+                <tempfile deleteonexit="true" property="javac.includesfile.binary"/>
+                <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>
                 <delete>
-                    <files includes="${javac.includes.binary}"/>
+                    <files includesfile="${javac.includesfile.binary}"/>
                 </delete>
+                <delete file="${javac.includesfile.binary}"/>
             </sequential>
         </macrodef>
Index: java/SuperPostak/nbproject/genfiles.properties
===================================================================
--- java/SuperPostak/nbproject/genfiles.properties	(revision 5:bea5d9e11d37)
+++ java/SuperPostak/nbproject/genfiles.properties	(revision 7:66667bb5a6cc)
@@ -5,4 +5,4 @@
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
 nbproject/build-impl.xml.data.CRC32=d917048a
-nbproject/build-impl.xml.script.CRC32=f09a3efb
-nbproject/build-impl.xml.stylesheet.CRC32=f33e10ff@1.38.2.45
+nbproject/build-impl.xml.script.CRC32=232b6b6d
+nbproject/build-impl.xml.stylesheet.CRC32=229523de@1.38.3.45
Index: java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java
===================================================================
--- java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java	(revision 5:bea5d9e11d37)
+++ java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java	(revision 7:66667bb5a6cc)
@@ -50,5 +50,5 @@
     private static final String NASTAVENI_SLOZKA = ".SuperPostak";
     private static final String DOMACI_ADRESAR = System.getProperty("user.home");
-    private static Logger log = Logger.getLogger(SuperPostak.class.getName());
+    private static final Logger log = Logger.getLogger(SuperPostak.class.getName());
     private static final long serialVersionUID = -7026850569575604048L;
     private Nastaveni nastaveni = new Nastaveni();
