Changeset 2462


Ignore:
Timestamp:
01/15/13 10:30:41 (11 years ago)
Author:
teckart
Message:

Added URL of FCS aggregator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/src/main/java/eu/clarin/cmdi/vlo/Configuration.java

    r1938 r2462  
    6161    private String profileSchemaUrl = "http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/" + PROFILE_ID_PLACEHOLDER
    6262            + "/xsd";
     63    private final String federatedContentSearchUrl ="http://weblicht.sfs.uni-tuebingen.de/Aggregator/";
    6364
    6465    private String vloHomeLink = "http://www.clarin.eu/vlo";//default can be overridden in xml
     
    156157        this.profileSchemaUrl = profileSchemaUrl;
    157158    }
     159   
     160    public String getFederatedContentSearchUrl() {
     161        return federatedContentSearchUrl;
     162    }
    158163}
Note: See TracChangeset for help on using the changeset viewer.