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.

Location:
gs3-extensions/fedora/trunk/src/fedoragsearch-files
Files:
2 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'"/>
  • gs3-extensions/fedora/trunk/src/fedoragsearch-files/foxmlToLuceneGenerated.xslt

    r26375 r26432  
    55<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
    66<xsl:param name="REPOSITORYNAME" select="'FgsRepos'"/>
    7 <xsl:param name="REPOSBASEURL" select="'http://localhost:8080/fedora'"/>
    8 <xsl:param name="FEDORASOAP" select="'http://localhost:8080/fedora/services'"/>
     7<xsl:param name="REPOSBASEURL" select="'http://@tomcatserver@:@tomcatport@/fedora'"/>
     8<xsl:param name="FEDORASOAP" select="'http://@tomcatserver@:@tomcatport@/fedora/services'"/>
    99<xsl:param name="FEDORAUSER" select="'fedoraAdmin'"/>
    10 <xsl:param name="FEDORAPASS" select="'fedoraAdmin'"/>
     10<xsl:param name="FEDORAPASS" select="'@fedorapassw@'"/>
    1111<xsl:param name="TRUSTSTOREPATH" select="'trustStorePath'"/>
    1212<xsl:param name="TRUSTSTOREPASS" select="'trustStorePass'"/>
Note: See TracChangeset for help on using the changeset viewer.