Changeset 25703 for main


Ignore:
Timestamp:
2012-05-29T13:39:51+12:00 (12 years ago)
Author:
kjdon
Message:

preProcess moved from ui/xslt to interfaces/core/transform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java

    r25644 r25703  
    5151
    5252    /** The preprocess.xsl file is in a fixed location */
    53     static final String preprocess_xsl_filename = GlobalProperties.getGSDL3Home() + File.separatorChar + "ui" + File.separatorChar + "xslt" + File.separatorChar + "preProcess.xsl";
     53  static final String preprocess_xsl_filename = GlobalProperties.getGSDL3Home() + File.separatorChar + "interfaces" + File.separatorChar + "core" + File.separatorChar + "transform" + File.separatorChar + "preProcess.xsl";
    5454
    5555    /** the list of xslt to use for actions */
Note: See TracChangeset for help on using the changeset viewer.