ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/core/ConfigurationManagerServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/ConfigurationManagerServant.java (file contents):
Revision 1.8 by ajm, Thu Mar 1 19:18:38 2001 UTC vs.
Revision 1.9 by ajm, Thu Mar 1 19:25:41 2001 UTC

# Line 106 | Line 106 | class ConfigurationManagerServant extends Configuratio
106  
107              // get the file list of includes etc + the system config
108              try {
109 <                fileList += getIncludedFiles(configFile, "");
109 >                fileList += getIncludedFiles(configFile, "") + ";";
110              } catch (Exception e) {
111                  // not sure what to do here
112                  // so we just log the error

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines