Ignore:
Timestamp:
2012-10-31T17:32:43+13:00 (11 years ago)
Author:
ak19
Message:

Committing before renaming: references to port, server name and fedora password are replaced by placeholder strings. In the next commit these files will become placeholder files that build.xml will generate the active files from.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/fedora/trunk/src/fedoragsearch-files/foxmlToLucene.xslt

    r26375 r26432  
    1515       
    1616    <xsl:param name="REPOSITORYNAME" select="'FgsRepos'"/>
    17     <xsl:param name="REPOSBASEURL" select="'http://localhost:8080/fedora'"/>
    18     <xsl:param name="FEDORASOAP" select="'http://localhost:8080/fedora/services'"/>
     17    <xsl:param name="REPOSBASEURL" select="'http://@tomcatserver@:@tomcatport@/fedora'"/>
     18    <xsl:param name="FEDORASOAP" select="'http://@tomcatserver@:@tomcatport@/fedora/services'"/>
    1919    <xsl:param name="FEDORAUSER" select="'fedoraAdmin'"/>
    20     <xsl:param name="FEDORAPASS" select="'fedoraAdmin'"/>
     20    <xsl:param name="FEDORAPASS" select="'@fedorapassw@'"/>
    2121    <xsl:param name="TRUSTSTOREPATH" select="'trustStorePath'"/>
    2222    <xsl:param name="TRUSTSTOREPASS" select="'trustStorePass'"/>
Note: See TracChangeset for help on using the changeset viewer.