Changeset 7:66667bb5a6cc
- Timestamp:
- 01/05/11 14:19:35 (14 years ago)
- Branch:
- default
- Location:
- java/SuperPostak
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
java/SuperPostak/nbproject/build-impl.xml
r5 r7 293 293 <sequential> 294 294 <fail unless="javac.includes">Must set javac.includes</fail> 295 <pathconvert pathsep=" ," property="javac.includes.binary">295 <pathconvert pathsep="${line.separator}" property="javac.includes.binary"> 296 296 <path> 297 297 <filelist dir="@{destdir}" files="${javac.includes}"/> … … 299 299 <globmapper from="*.java" to="*.class"/> 300 300 </pathconvert> 301 <tempfile deleteonexit="true" property="javac.includesfile.binary"/> 302 <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/> 301 303 <delete> 302 <files includes ="${javac.includes.binary}"/>304 <files includesfile="${javac.includesfile.binary}"/> 303 305 </delete> 306 <delete file="${javac.includesfile.binary}"/> 304 307 </sequential> 305 308 </macrodef> -
java/SuperPostak/nbproject/genfiles.properties
r5 r7 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 6 nbproject/build-impl.xml.data.CRC32=d917048a 7 nbproject/build-impl.xml.script.CRC32= f09a3efb8 nbproject/build-impl.xml.stylesheet.CRC32= f33e10ff@1.38.2.457 nbproject/build-impl.xml.script.CRC32=232b6b6d 8 nbproject/build-impl.xml.stylesheet.CRC32=229523de@1.38.3.45 -
java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.java
r5 r7 50 50 private static final String NASTAVENI_SLOZKA = ".SuperPostak"; 51 51 private static final String DOMACI_ADRESAR = System.getProperty("user.home"); 52 private static Logger log = Logger.getLogger(SuperPostak.class.getName());52 private static final Logger log = Logger.getLogger(SuperPostak.class.getName()); 53 53 private static final long serialVersionUID = -7026850569575604048L; 54 54 private Nastaveni nastaveni = new Nastaveni();