diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-11-10 14:52:21 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-11-10 14:52:21 +0000 |
commit | 695db9e48b0c804ab85bb63065adc084f64296de (patch) | |
tree | 31cef7584a66c1950120379f3245fb28efe37bf3 /cpp/src/IceGrid/DescriptorParser.cpp | |
parent | removing debug info from release builds (diff) | |
download | ice-695db9e48b0c804ab85bb63065adc084f64296de.tar.bz2 ice-695db9e48b0c804ab85bb63065adc084f64296de.tar.xz ice-695db9e48b0c804ab85bb63065adc084f64296de.zip |
Renamed include descriptor attribute to "file"
Diffstat (limited to 'cpp/src/IceGrid/DescriptorParser.cpp')
-rw-r--r-- | cpp/src/IceGrid/DescriptorParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/DescriptorParser.cpp b/cpp/src/IceGrid/DescriptorParser.cpp index f885789b43c..11711954bc9 100644 --- a/cpp/src/IceGrid/DescriptorParser.cpp +++ b/cpp/src/IceGrid/DescriptorParser.cpp @@ -144,7 +144,7 @@ DescriptorHandler::startElement(const string& name, const IceXML::Attributes& at else if(name == "include") { string targets = attributes("targets", ""); - string file = attributes("descriptor"); + string file = attributes("file"); if(file[0] != '/') { string::size_type end = _filename.find_last_of('/'); |