Ignore:
Timestamp:
Mar 5, 2010, 6:03:21 PM (14 years ago)
Author:
tobias
Message:

views and data objects of the resource types added.
basic logging with log4j for the beanUtil class.
Configuration and JobSchedule class renamed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/BeanUtil.java

    r830 r832  
    11package de.dass_it.vanhelsing.gui;
     2
     3
     4//import org.apache.log4j.Logger;
    25
    36/*
     
    710 */
    811public class BeanUtil {
    9 
    10        
     12        //Logging
     13   
     14        //protected final Logger logger = Logger.getLogger(this.getClass());
     15   
     16        //Messagebundles
     17   
     18        //Linkout to Bacula documentation
     19        //ListItemsConfigView
     20        //ListItemsTopologyView
     21        //ListItemsJobSchedule
    1122}
Note: See TracChangeset for help on using the changeset viewer.