diff options
author | Michael Andres <ma@suse.de> | 2008-08-08 11:44:12 +0000 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2008-08-08 11:44:12 +0000 |
commit | 4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea (patch) | |
tree | 389937cfae324fc1ed2f81a4929a9a299405bad5 | |
parent | a3c00b1dee1f99c26fb50f4749f07584500fc6ff (diff) | |
download | libzypp-bindings-4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea.tar.gz libzypp-bindings-4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea.tar.bz2 libzypp-bindings-4ea7d1e27b30b0d6b5131d268e08256f7f4f0fea.zip |
- Remove ProductInfo. We dont replace Product.
-rw-r--r-- | package/libzypp-bindings.changes | 6 | ||||
-rw-r--r-- | swig/ProductInfo.i | 1 | ||||
-rw-r--r-- | swig/zypp.i | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/package/libzypp-bindings.changes b/package/libzypp-bindings.changes index 4879b9e..ed3eba0 100644 --- a/package/libzypp-bindings.changes +++ b/package/libzypp-bindings.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Aug 8 13:42:43 CEST 2008 - ma@suse.de + +- Remove ProductInfo. We don't replace Product. +- revision 10799 + +------------------------------------------------------------------- Fri Aug 1 10:23:55 CEST 2008 ma@suse.de - Remove obsolete TranslatedText diff --git a/swig/ProductInfo.i b/swig/ProductInfo.i deleted file mode 100644 index 9953b21..0000000 --- a/swig/ProductInfo.i +++ /dev/null @@ -1 +0,0 @@ -%include <zypp/ProductInfo.h>
\ No newline at end of file diff --git a/swig/zypp.i b/swig/zypp.i index 0a7b7fb..e35f342 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -42,7 +42,6 @@ #include "zypp/Resolver.h" #include "zypp/Product.h" -#include "zypp/ProductInfo.h" using namespace boost; using namespace zypp; |