xsddoc/src/net/sf/xframe/xsddoc Processor.java,1.41,1.42

Kurt Riede <[email protected]> Tue, 25 Apr 2006 20:17:59 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4696/src/net/sf/xframe/xsddoc

Modified Files:
	Processor.java 
Log Message:
minor fix for empty css argument

Index: Processor.java
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/Processor.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** Processor.java	9 May 2005 22:48:26 -0000	1.41
--- Processor.java	25 Apr 2006 20:17:57 -0000	1.42
***************
*** 667,671 ****
          }
          FileUtil.copyFile(getResource("/" + this.resourcePrefix + "/css/stylesheet.css"), out + FILE_SEP + "stylesheet.css");
!         if (css != null) {
              try {
                  FileUtil.copyFile(css, out + FILE_SEP + "stylesheet.css");
--- 667,671 ----
          }
          FileUtil.copyFile(getResource("/" + this.resourcePrefix + "/css/stylesheet.css"), out + FILE_SEP + "stylesheet.css");
!         if (css != null && !"".equals(css)) {
              try {
                  FileUtil.copyFile(css, out + FILE_SEP + "stylesheet.css");



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642