Ignore:
Timestamp:
08/14/12 10:37:05 (13 years ago)
Author:
mcichenski
Message:

fixed gannt

Location:
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GanntChart.java

    r24 r391  
    9494 */ 
    9595@BlazeDsDestination(portletEntry = false, locales = {"en_US","pl_PL"}, names = {"GSSim Studio","GSSim Studio"}, descriptions = {"Application for GSSim job description","Aplikacja do generowania zadaᅵ dla symulatora GSSim"}) 
    96 public class GanntChart { 
    97  
    98         /** 
    99          * The location of database source 
    100          */ 
    101         private String dbAddress = "seagrass.man.poznan.pl:3306/gssim_results"; 
    102         /** 
    103          * Username to access database 
    104          */ 
    105         private String dbUser = "gssim"; 
    106         /** 
    107          * Password to database [is it safe?] 
    108          */ 
    109         private String dbPassword = "Ua7Ahs9r"; 
    110          
     96public class GanntChart extends DatabaseHelper { 
     97 
    11198        private Boolean developement = true; 
    11299 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/ResourceChart.java

    r208 r391  
    9494 */ 
    9595@BlazeDsDestination(portletEntry = false, locales = {"en_US","pl_PL"}, names = {"GSSim Studio","GSSim Studio"}, descriptions = {"Application for GSSim job description","Aplikacja do generowania zadaᅵ dla symulatora GSSim"}) 
    96 public class ResourceChart { 
    97  
    98         /** 
    99          * The location of database source 
    100          */ 
    101         private String dbAddress = "localhost:3306/gssim_results"; 
    102         /** 
    103          * Username to access database 
    104          */ 
    105         private String dbUser = "gssim"; 
    106         /** 
    107          * Password to database [is it safe?] 
    108          */ 
    109         private String dbPassword = "gssimstudiodb"; 
     96public class ResourceChart extends DatabaseHelper { 
    11097         
    11198        private Boolean developement = true; 
Note: See TracChangeset for help on using the changeset viewer.