/[classpath]/gjdoc/src/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTranslet.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTranslet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by julian, Tue Nov 23 13:33:58 2004 UTC revision 1.10 by julian, Tue Nov 23 15:19:33 2004 UTC
# Line 155  public class DocTranslet implements Erro Line 155  public class DocTranslet implements Erro
155           parameters.put("gjdoc.option.windowtitle", options.windowtitle);           parameters.put("gjdoc.option.windowtitle", options.windowtitle);
156           parameters.put("gjdoc.option.helpfile", options.helpfile);           parameters.put("gjdoc.option.helpfile", options.helpfile);
157           parameters.put("gjdoc.option.stylesheetfile", options.stylesheetfile);           parameters.put("gjdoc.option.stylesheetfile", options.stylesheetfile);
158             parameters.put("gjdoc.option.header", options.header);
159             parameters.put("gjdoc.option.footer", options.footer);
160             parameters.put("gjdoc.option.bottom", options.bottom);
161    
162           List outputFileList = getOutputFileList(mainResourceURL,           List outputFileList = getOutputFileList(mainResourceURL,
163                                                   xmlSourceDirectory,                                                   xmlSourceDirectory,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26