From cb0ba60bfcc6a9fa7302ccfbb1a87c5fff7a97ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 22 Aug 2012 21:22:57 +0000 Subject: [PATCH] self_announcement doesn't fit new naming sceme --- .gitattributes | 1 + .../xml/announcement/announcement.xml | 45 ++++++++++++++++++ .../xml/announcement/self_announcement.xml | 46 +------------------ 3 files changed, 47 insertions(+), 45 deletions(-) create mode 100644 application/hub/templates/xml/announcement/announcement.xml diff --git a/.gitattributes b/.gitattributes index 4e96e943b..9ab23682b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -621,6 +621,7 @@ application/hub/templates/.htaccess -text svneol=unset#text/plain application/hub/templates/xml/.htaccess -text svneol=unset#text/plain application/hub/templates/xml/.xml svneol=native#text/plain application/hub/templates/xml/announcement/.htaccess -text svneol=unset#text/plain +application/hub/templates/xml/announcement/announcement.xml svneol=native#text/plain application/hub/templates/xml/announcement/self_announcement.xml svneol=native#text/plain application/hub/templates/xml/answer/.htaccess -text svneol=unset#text/plain application/hub/templates/xml/answer/announcement/.htaccess -text svneol=unset#text/plain diff --git a/application/hub/templates/xml/announcement/announcement.xml b/application/hub/templates/xml/announcement/announcement.xml new file mode 100644 index 000000000..542e60a48 --- /dev/null +++ b/application/hub/templates/xml/announcement/announcement.xml @@ -0,0 +1,45 @@ + + + + + + + {?node_status?} + + {?node_default_mode?} + + {?session_id?} + + + + {?external_ip?} + + {?internal_ip?} + + {?node_tcp_listen_port?} + {?node_udp_listen_port?} + + + diff --git a/application/hub/templates/xml/announcement/self_announcement.xml b/application/hub/templates/xml/announcement/self_announcement.xml index 542e60a48..11f5d85d8 100644 --- a/application/hub/templates/xml/announcement/self_announcement.xml +++ b/application/hub/templates/xml/announcement/self_announcement.xml @@ -1,45 +1 @@ - - - - - - - {?node_status?} - - {?node_default_mode?} - - {?session_id?} - - - - {?external_ip?} - - {?internal_ip?} - - {?node_tcp_listen_port?} - {?node_udp_listen_port?} - - - + -- 2.39.2