Changeset 368

Show
Ignore:
Timestamp:
09/16/08 18:35:28 (4 months ago)
Author:
sergey.kol..@gmail.com
Message:

Sergey Kolos:

  • Fixed bug: when swank first starts, it shows Cusp version = 0.0.0
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jasko.tim.lisp/src/jasko/tim/lisp/LispPlugin.java

    r347 r368  
    110110                 
    111111                try { 
    112                         startSwank(); //FIXME: do this with launcher rather on startup 
    113  
    114112                        Properties props = new Properties(); 
    115113                         
     
    120118                        CUSP_VERSION = props.getProperty("cusp.version"); 
    121119                        RELEASE_DATE = props.getProperty("cusp.release_date"); 
     120 
     121                        startSwank(); //FIXME: do this with launcher rather on startup 
    122122                } catch (Exception e) { 
    123123                        e.printStackTrace();