Package update for logger.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa 2014-04-18 14:47:54 +00:00
parent 2ba7ee7cd2
commit d5c37afd8d
3 changed files with 19 additions and 10 deletions

View File

@ -5,15 +5,16 @@
<Name Value="wst_core"/>
<Author Value="Inoussa Ouedraogo"/>
<CompilerOptions>
<Version Value="8"/>
<Version Value="9"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\..\"/>
<OtherUnitFiles Value="..\.."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
@ -26,7 +27,7 @@ Protocols are not included.
<License Value="Modified LGPL
"/>
<Version Minor="6"/>
<Files Count="40">
<Files Count="42">
<Item1>
<Filename Value="..\..\xmlrpc_formatter.pas"/>
<UnitName Value="xmlrpc_formatter"/>
@ -187,6 +188,14 @@ Protocols are not included.
<Filename Value="..\..\wst_types.pas"/>
<UnitName Value="wst_types"/>
</Item40>
<Item41>
<Filename Value="..\..\file_logger_extension.pas"/>
<UnitName Value="file_logger_extension"/>
</Item41>
<Item42>
<Filename Value="..\..\server_filter_extension.pas"/>
<UnitName Value="server_filter_extension"/>
</Item42>
</Files>
<RequiredPkgs Count="1">
<Item1>

View File

@ -1,4 +1,4 @@
{ This file was automatically created by Lazarus. do not edit!
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
@ -7,7 +7,7 @@ unit wst_core;
interface
uses
xmlrpc_formatter, base_binary_formatter, base_json_formatter,
xmlrpc_formatter, base_binary_formatter, base_json_formatter,
base_service_intf, base_soap_formatter, base_xmlrpc_formatter, basex_encode,
binary_formatter, binary_streamer, config_objects, imp_utils,
json_formatter, library_base_intf, library_imp_utils, library_protocol,
@ -17,7 +17,7 @@ uses
server_listener, server_service_imputils, server_service_intf,
server_service_json, server_service_soap, server_service_xmlrpc,
service_intf, soap_formatter, wst_fpc_xml, wst_initialization,
wst_resources_imp, wst_types;
wst_resources_imp, wst_types, file_logger_extension, server_filter_extension;
implementation

View File

@ -5,20 +5,20 @@
<Name Value="wst_indy"/>
<Author Value="Inoussa Ouedraogo"/>
<CompilerOptions>
<Version Value="8"/>
<Version Value="9"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\..\;$(LazarusDir)\others_package\indy-10.2.0.3\fpc\"/>
<OtherUnitFiles Value="..\..;$(LazarusDir)\others_package\indy-10.2.0.3\fpc"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CustomOptions Value="-dINDY_10
"/>
<CustomOptions Value="-dINDY_10"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>