Changeset 244


Ignore:
Timestamp:
03/17/10 16:21:15 (14 years ago)
Author:
patdui
Message:
  • Made isocatregistry link configurable
Location:
ComponentRegistry/trunk/ComponentRegistry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/pom.xml

    r207 r244  
    154154    <!-- Properties to configure ComponentRegistry override on commandline with -D or change here -->
    155155    <serviceRootUrl>http://localhost:8080/${pom.artifactId}</serviceRootUrl>
     156    <isocatSearchUrl>http://www.isocat.org/rest/user/guest/search</isocatSearchUrl>
    156157    <registryRoot>/tmp/ComponentRegistry</registryRoot> <!-- /Users/patdui/Workspace/Clarin/MyRegistry -->
    157158    <ComponentBrowserGuiVersion>1.1-SNAPSHOT</ComponentBrowserGuiVersion>
  • ComponentRegistry/trunk/ComponentRegistry/src/main/webresources/index.html

    r94 r244  
    9292                        "type", "application/x-shockwave-flash",
    9393                        "pluginspage", "http://www.adobe.com/go/getflashplayer",
    94                         "FlashVars", "serviceRootUrl=${serviceRootUrl}"
     94                        "FlashVars", "serviceRootUrl=${serviceRootUrl}&isocatSearchUrl=${isocatSearchUrl}"
    9595                           
    9696        );
     
    119119                                type="application/x-shockwave-flash"
    120120                                pluginspage="http://www.adobe.com/go/getflashplayer"
    121                                 FlashVars="serviceRootUrl=${serviceRootUrl}" >
     121                                FlashVars="serviceRootUrl=${serviceRootUrl}&isocatSearchUrl=${isocatSearchUrl}" >
    122122                        </embed>
    123123        </object>
Note: See TracChangeset for help on using the changeset viewer.