[brailleblaster] 3 new revisions pushed by rezyllem...@xxxxxxxxx on 2014-12-01 18:07 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Mon, 01 Dec 2014 18:07:57 +0000

3 new revisions:

Revision: 6bfbdf7c97e5
Branch:   rt1508-useUTD
Author:   Rezylle Milallos <rezyllemilallos@xxxxxxxxx>
Date:     Wed Nov 26 17:59:15 2014 UTC
Log:      Use the new UTDML library for testing
https://code.google.com/p/brailleblaster/source/detail?r=6bfbdf7c97e5

Revision: ecdaf8f5bbcb
Branch:   default
Author:   Rezylle Milallos <rezyllemilallos@xxxxxxxxx>
Date:     Mon Dec  1 17:44:27 2014 UTC
Log: Updated BBIni.java so that the about.properties file follows the Progr...
https://code.google.com/p/brailleblaster/source/detail?r=ecdaf8f5bbcb

Revision: 40e31eba2394
Branch:   default
Author:   Rezylle Milallos <rezyllemilallos@xxxxxxxxx>
Date:     Mon Dec  1 18:02:20 2014 UTC
Log:      Merged heads
https://code.google.com/p/brailleblaster/source/detail?r=40e31eba2394

==============================================================================
Revision: 6bfbdf7c97e5
Branch:   rt1508-useUTD
Author:   Rezylle Milallos <rezyllemilallos@xxxxxxxxx>
Date:     Wed Nov 26 17:59:15 2014 UTC
Log:      Use the new UTDML library for testing
https://code.google.com/p/brailleblaster/source/detail?r=6bfbdf7c97e5



==============================================================================
Revision: ecdaf8f5bbcb
Branch:   default
Author:   Rezylle Milallos <rezyllemilallos@xxxxxxxxx>
Date:     Mon Dec  1 17:44:27 2014 UTC
Log: Updated BBIni.java so that the about.properties file follows the ProgramFiles path
https://code.google.com/p/brailleblaster/source/detail?r=ecdaf8f5bbcb

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

=======================================
--- /src/main/org/brailleblaster/BBIni.java     Fri Nov  7 16:51:38 2014 UTC
+++ /src/main/org/brailleblaster/BBIni.java     Mon Dec  1 17:44:27 2014 UTC
@@ -164,8 +164,11 @@
                propManager = new PropertyFileManager(userSettings);

                // Receive about.properties
-               aboutProject = userProgramDataPath + fileSep + "settings" + 
fileSep
-                               + "about.properties";
+ aboutProject = System.getenv("ProgramFiles") + fileSep + "brailleblaster" + fileSep +
+                               "programData" + fileSep + "settings" + fileSep + 
"about.properties" ;
+ //"C:\Program Files\brailleblaster\programData\settings\about.properties";
+                               //userProgramDataPath + fileSep + "settings" + 
fileSep
+                               //+ "about.properties";
                if (!fu.exists(aboutProject)) {
                        fu.copyFile(programDataPath + fileSep + "settings" + 
fileSep
                                        + "about.properties", aboutProject);

==============================================================================
Revision: 40e31eba2394
Branch:   default
Author:   Rezylle Milallos <rezyllemilallos@xxxxxxxxx>
Date:     Mon Dec  1 18:02:20 2014 UTC
Log:      Merged heads
https://code.google.com/p/brailleblaster/source/detail?r=40e31eba2394



Other related posts:

  • » [brailleblaster] 3 new revisions pushed by rezyllem...@xxxxxxxxx on 2014-12-01 18:07 GMT - brailleblaster