Changeset 1651 for MDService2


Ignore:
Timestamp:
12/09/11 20:43:50 (12 years ago)
Author:
vronk
Message:

minor

Location:
MDService2/branches/MDService_simple3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/build.xml

    r1613 r1651  
    9494                        <fileset dir="${source.home}" excludes="SVN,**/*.java" />
    9595                </copy>
     96                <copy todir="${build.home}/WEB-INF/lib">
     97                                        <fileset dir="${smc.home}" />
     98                                </copy>
    9699        </target>
    97100       
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/action/GenericAction.java

    r1642 r1651  
    1616
    1717import com.opensymphony.xwork2.ActionSupport;
    18 import com.sun.xml.internal.ws.util.StringUtils;
     18// import com.sun.xml.internal.ws.util.StringUtils;
    1919
    2020import eu.clarin.cmdi.mdservice.internal.CQLParseException;
     
    322322     * resultSetTTL
    323323     * sortKeys
     324     * queryType (SRU 2.0 draft)
    324325     * stylesheet
    325326     * x-cmd-repository
     
    604605                        }else {
    605606                                MDTransformer transformer = new MDTransformer();
     607                                // this is necessary for the transformer (in MDUTILS-library) to search for the resources (config and xsls) in the correct context)
    606608                                transformer.configure(Utils.getConfig(), this.getClass().getClassLoader());
    607609                                // set URL as srcFile (for MDTransformer to pass to xsl-scripts)
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/proxy/RepoProxy.java

    r1629 r1651  
    5757        @Override
    5858        public void setSourceAction(GenericAction action) {             
    59                 source_action = action;
    60                
     59                source_action = action;
    6160        }
    6261       
  • MDService2/branches/MDService_simple3/src/xsl/cmd_commons.xsl

    r1574 r1651  
    1818
    1919<xsl:param name="src_file" />   
    20 <!--  FIXME: he? -->   
    2120<xsl:param name="root_uri" select="$src_file" />               
    2221
Note: See TracChangeset for help on using the changeset viewer.