[brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Removed error I introduced in ant build on 2013-01-23 18:35 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Wed, 23 Jan 2013 18:36:02 +0000

Revision: d079bf7f2448
Branch:   default
Author:   Brandon Roller <brandon.r.roller@xxxxxxxxx>
Date:     Wed Jan 23 10:35:17 2013
Log:      Removed error I introduced in ant build
http://code.google.com/p/brailleblaster/source/detail?r=d079bf7f2448&repo=newdesign

Modified:
 /src/main/org/brailleblaster/BBIni.java

=======================================
--- /src/main/org/brailleblaster/BBIni.java     Wed Jan 23 10:32:18 2013
+++ /src/main/org/brailleblaster/BBIni.java     Wed Jan 23 10:35:17 2013
@@ -99,9 +99,8 @@
                long seconds = System.currentTimeMillis() / 1000;
                instanceId = Long.toString(seconds, 32);
                LocaleHandler lh = new LocaleHandler();
-               //Main m = new Main();
-               //brailleblasterPath = getBrailleblasterPath(m);
- brailleblasterPath = "C:\\Users\\broller\\Documents\\LocalTest\\brailleblaster.newdesign\\dist";
+               Main m = new Main();
+               brailleblasterPath = getBrailleblasterPath(m);
                osName = System.getProperty("os.name");
                osVersion = System.getProperty("os.version");
                fileSep = System.getProperty("file.separator");

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Removed error I introduced in ant build on 2013-01-23 18:35 GMT - brailleblaster