Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Feb 2nd, 2011  |  syntax: None  |  size: 0.28 KB  |  views: 123  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.         File legacyHome = new File(new File(System.getProperty("user.home")), ".hudson");
  3.         if (legacyHome.exists())
  4.             return legacyHome; // before rename, this is where it was stored
  5.  
  6.         return new File(new File(System.getProperty("user.home")), ".jenkins");
clone this paste RAW Paste Data