| OLD | NEW |
| 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*--> |
| 2 <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | 2 <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> |
| 3 | 3 |
| 4 <!-- | 4 <!-- |
| 5 Service definition for the fletch-agent service, which is part of the | 5 Service definition for the fletch-agent service, which is part of the |
| 6 Fletch SDK (http://dart-lang.github.io/fletch/). | 6 Fletch SDK (http://dart-lang.github.io/fletch/). |
| 7 | 7 |
| 8 Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 8 Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
| 9 for details. All rights reserved. Use of this source code is governed by a | 9 for details. All rights reserved. Use of this source code is governed by a |
| 10 BSD-style license that can be found in the LICENSE.md file. | 10 BSD-style license that can be found in the LICENSE.md file. |
| 11 --> | 11 --> |
| 12 | 12 |
| 13 <service-group> | 13 <service-group> |
| 14 <name replace-wildcards="no">fletch-agent</name> | 14 <name replace-wildcards="no">fletch-agent</name> |
| 15 <service> | 15 <service> |
| 16 <type>_fletch_agent._tcp</type> | 16 <type>_fletch_agent._tcp</type> |
| 17 <port>12121</port> | 17 <port>12121</port> |
| 18 </service> | 18 </service> |
| 19 </service-group> | 19 </service-group> |
| OLD | NEW |