Module: nagvis Branch: master Commit: cde16a6f83360a7aa720709f2a1dbf5f318d2842 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=cde16a6f83360a7aa720709f2a1dbf5f318d2842
Author: Roman Kyrylych <[email protected]> Date: Wed Aug 5 11:15:26 2009 +0300 gmap: Converted line endings in services-config.xml to Unix style Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/services-config.xml | 48 +++++++++++++++++++++--------------------- 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/uifx/src/services-config.xml b/uifx/src/services-config.xml index ffe927d..530532d 100644 --- a/uifx/src/services-config.xml +++ b/uifx/src/services-config.xml @@ -1,24 +1,24 @@ -<?xml version="1.0" encoding="UTF-8"?> -<services-config> - <services> - <service id="zend-service" - class="flex.messaging.services.RemotingService" - messageTypes="flex.messaging.messages.RemotingMessage"> - <destination id="zend"> - <channels> - <channel ref="zend-endpoint"/> - </channels> - <properties> - <source>*</source> - </properties> - </destination> - </service> - </services> - <channels> - <channel-definition id="zend-endpoint" - class="mx.messaging.channels.SecureAMFChannel"> - <endpoint uri="https://{server.name}:{server.port}/nagvis/netmap/amf-server.php" - class="flex.messaging.endpoints.SecureAMFEndpoint"/> - </channel-definition> - </channels> -</services-config> +<?xml version="1.0" encoding="UTF-8"?> +<services-config> + <services> + <service id="zend-service" + class="flex.messaging.services.RemotingService" + messageTypes="flex.messaging.messages.RemotingMessage"> + <destination id="zend"> + <channels> + <channel ref="zend-endpoint"/> + </channels> + <properties> + <source>*</source> + </properties> + </destination> + </service> + </services> + <channels> + <channel-definition id="zend-endpoint" + class="mx.messaging.channels.SecureAMFChannel"> + <endpoint uri="https://{server.name}:{server.port}/nagvis/netmap/amf-server.php" + class="flex.messaging.endpoints.SecureAMFEndpoint"/> + </channel-definition> + </channels> +</services-config> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
