Ignore:
Timestamp:
11/17/11 23:07:41 (13 years ago)
Author:
gaba
Message:

new lib hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/action/WorkspaceAction.java

    r1540 r1621  
    160160        public WorkspaceAction () {     
    161161                this.elementtype = WorkspaceAction.SE_WORKSPACE;
    162                 workspacefilename = Utils.getConfig().getProperty("workspaceprofile.path") + Utils.getConfig().getProperty("workspace.file");
     162                //workspacefilename = Utils.getConfig().getProperty("workspaceprofile.path") + Utils.getConfig().getProperty("workspace.file");
     163                workspacefilename = Utils.getConfig("workspaceprofile.path") + Utils.getConfig("workspace.file");
    163164                if (workspace_doc == null){
    164165                        //workspacefilename = Utils.getConfig().getProperty("workspace.path") + Utils.getConfig().getProperty("workspace.file");
     
    224225        public String getBasePath() {           
    225226                if (base_path == null) {
    226                         base_path = Utils.getConfig().getProperty(getProxyKey() + ".path");
     227                        //base_path = Utils.getConfig().getProperty(getProxyKey() + ".path");
     228                        base_path = Utils.getConfig(getProxyKey() + ".path");
    227229                }
    228230                return base_path;
Note: See TracChangeset for help on using the changeset viewer.