Kaydet (Commit) aafdc1a0 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev27 (1.6.12); FILE MERGED

2006/09/18 12:19:20 lla 1.6.12.1: #138212# cleanups
üst 33401bcd
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: HTMLOutputter.java,v $ * $RCSfile: HTMLOutputter.java,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: obo $ $Date: 2006-01-19 14:19:32 $ * last change: $Author: vg $ $Date: 2006-11-21 14:10:13 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -83,8 +83,8 @@ public class HTMLOutputter ...@@ -83,8 +83,8 @@ public class HTMLOutputter
m_aOut.write( "<html>" + ls); m_aOut.write( "<html>" + ls);
m_aOut.write( "<head>" + ls); m_aOut.write( "<head>" + ls);
m_aOut.write( "<title>" + _sTitle + "</title>" + ls); m_aOut.write( "<title>" + _sTitle + "</title>" + ls);
m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://mahler.germany.sun.com/qadev/css/xmloff.css\" media=\"screen\" />" + ls); m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"screen\" />" + ls);
m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://mahler.germany.sun.com/qadev/css/style.css\" media=\"screen\" />" + ls); m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"screen\" />" + ls);
m_aOut.write( "</head>" + ls); m_aOut.write( "</head>" + ls);
m_aOut.write( "<body bgcolor=white>" + ls); m_aOut.write( "<body bgcolor=white>" + ls);
m_aOut.flush(); m_aOut.flush();
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: PropertyName.java,v $ * $RCSfile: PropertyName.java,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: obo $ $Date: 2006-01-19 14:22:12 $ * last change: $Author: vg $ $Date: 2006-11-21 14:10:25 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -62,4 +62,6 @@ public interface PropertyName ...@@ -62,4 +62,6 @@ public interface PropertyName
final public static String DOC_COMPARATOR_LEAVE_OUT_FILES = "DOC_COMPARATOR_LEAVE_OUT_FILES"; final public static String DOC_COMPARATOR_LEAVE_OUT_FILES = "DOC_COMPARATOR_LEAVE_OUT_FILES";
final public static String DOC_COMPARATOR_DB_INFO_STRING = "DOC_COMPARATOR_DB_INFO_STRING"; final public static String DOC_COMPARATOR_DB_INFO_STRING = "DOC_COMPARATOR_DB_INFO_STRING";
final public static String TEMPPATH = "TEMPPATH";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment