mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
* GSWeb.framework/GSWBundle.m:
o renamed GSWComponentDefinition* to GSWComponentDeclarations* git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18901 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5c7c012c6
commit
23b3bc23ca
1 changed files with 4 additions and 4 deletions
|
@ -606,7 +606,7 @@ objectForReference:(NSString*)keyPath
|
|||
{
|
||||
NSString* absoluteDefinitionPath=nil;
|
||||
pageDefString=[self lockedResourceNamed:aName
|
||||
ofType:GSWComponentDefinitionSuffix[GSWebNamingConv]
|
||||
ofType:GSWComponentDeclarationsSuffix[GSWebNamingConv]
|
||||
withLanguages:someLanguages
|
||||
usingCache:nil
|
||||
relativePath:NULL
|
||||
|
@ -616,7 +616,7 @@ objectForReference:(NSString*)keyPath
|
|||
if (!pageDefString && !absoluteDefinitionPath)
|
||||
{
|
||||
pageDefString=[self lockedResourceNamed:aName
|
||||
ofType:GSWComponentDefinitionSuffix[GSWebNamingConvInversed]
|
||||
ofType:GSWComponentDeclarationsSuffix[GSWebNamingConvInversed]
|
||||
withLanguages:someLanguages
|
||||
usingCache:nil
|
||||
relativePath:NULL
|
||||
|
@ -645,9 +645,9 @@ objectForReference:(NSString*)keyPath
|
|||
withString:htmlString
|
||||
encoding:encoding
|
||||
fromPath:absoluteTemplatePath
|
||||
definitionsString:pageDefString
|
||||
declarationsString:pageDefString
|
||||
languages:someLanguages
|
||||
definitionPath:absoluteDefinitionPath];
|
||||
declarationsPath:absoluteDefinitionPath];
|
||||
}
|
||||
#ifndef NDEBUG
|
||||
NS_HANDLER
|
||||
|
|
Loading…
Reference in a new issue