Mailinglist Archive: zypp-commit (731 mails)
| < Previous | Next > |
[zypp-commit] r6433 - /trunk/zypper/src/zypper-misc.cc
- From: tgoettlicher@xxxxxxxxxxxxxxxx
- Date: Fri, 03 Aug 2007 11:54:25 -0000
- Message-id: <20070803115426.1830EB59BF@xxxxxxxxxxxxxxxx>
Author: tgoettlicher
Date: Fri Aug 3 13:54:25 2007
New Revision: 6433
URL: http://svn.opensuse.org/viewcvs/zypp?rev=6433&view=rev
Log:
removed installnotify from xml output
Modified:
trunk/zypper/src/zypper-misc.cc
Modified: trunk/zypper/src/zypper-misc.cc
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/zypper/src/zypper-misc.cc?rev=6433&r1=6432&r2=6433&view=diff
==============================================================================
--- trunk/zypper/src/zypper-misc.cc (original)
+++ trunk/zypper/src/zypper-misc.cc Fri Aug 3 13:54:25 2007
@@ -704,8 +704,6 @@
cout << " <summary>" << xml_escape(patch->summary()) << " </summary>" << endl;
cout << " <description>" << xml_escape(patch->description()) << "</description>" << endl;
cout << " <license>" << xml_escape(patch->licenseToConfirm()) << "</license>" << endl;
- cout << " <installnotify>" << xml_escape(patch->insnotify()) << "</installnotify>" << endl;
-
if ( patch->repository() != Repository::noRepository )
{
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri Aug 3 13:54:25 2007
New Revision: 6433
URL: http://svn.opensuse.org/viewcvs/zypp?rev=6433&view=rev
Log:
removed installnotify from xml output
Modified:
trunk/zypper/src/zypper-misc.cc
Modified: trunk/zypper/src/zypper-misc.cc
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/zypper/src/zypper-misc.cc?rev=6433&r1=6432&r2=6433&view=diff
==============================================================================
--- trunk/zypper/src/zypper-misc.cc (original)
+++ trunk/zypper/src/zypper-misc.cc Fri Aug 3 13:54:25 2007
@@ -704,8 +704,6 @@
cout << " <summary>" << xml_escape(patch->summary()) << " </summary>" << endl;
cout << " <description>" << xml_escape(patch->description()) << "</description>" << endl;
cout << " <license>" << xml_escape(patch->licenseToConfirm()) << "</license>" << endl;
- cout << " <installnotify>" << xml_escape(patch->insnotify()) << "</installnotify>" << endl;
-
if ( patch->repository() != Repository::noRepository )
{
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |