import source from 0.5.10 1.0_post 2.0alpha master 2.0_alpha accepted/trunk/20120905.182723 submit/trunk/20120831.083347
authorGui Chen <gui.chen@intel.com>
Thu, 16 Aug 2012 13:20:18 +0000 (21:20 +0800)
committerGui Chen <gui.chen@intel.com>
Thu, 16 Aug 2012 13:20:18 +0000 (21:20 +0800)
commit3fbed28be806ffd390adaffe6a049f3dbd55b5aa
treed40b3cacac28f8814142edf60f062cf72a3401ea
parent857e712e5928c179e9da121e903b7df68029225e
import source from 0.5.10

Signed-off-by: Gui Chen <gui.chen@intel.com>
104 files changed:
CMakeLists.txt [new file with mode: 0644]
README [new file with mode: 0644]
VERSION.cmake [new file with mode: 0644]
examples/perl/list_target_resolvables.pl [new file with mode: 0644]
examples/perl/test.pl [new file with mode: 0644]
examples/python/bytecount.py [new file with mode: 0755]
examples/python/date.py [new file with mode: 0755]
examples/python/exception.py [new file with mode: 0755]
examples/python/install_updates_dryrun.py [new file with mode: 0755]
examples/python/keyring.py [new file with mode: 0755]
examples/python/list_resolvables.py [new file with mode: 0755]
examples/python/loading.py [new file with mode: 0644]
examples/python/url.py [new file with mode: 0755]
examples/ruby/bytecount.rb [new file with mode: 0755]
examples/ruby/exception.rb [new file with mode: 0755]
examples/ruby/keyring.rb [new file with mode: 0755]
examples/ruby/list_target_resolvables.rb [new file with mode: 0755]
examples/ruby/mediasetaccess_example.rb [new file with mode: 0755]
examples/ruby/parse1.rb [new file with mode: 0755]
examples/ruby/parse2.rb [new file with mode: 0755]
examples/ruby/play_with_pool_and_target.rb [new file with mode: 0755]
examples/ruby/play_with_repos.rb [new file with mode: 0755]
examples/ruby/test.rb [new file with mode: 0755]
examples/ruby/test2.rb [new file with mode: 0755]
examples/ruby/url.rb [new file with mode: 0755]
examples/testImports.sh [new file with mode: 0755]
libzypp-bindings.spec.cmake [new file with mode: 0644]
packaging/libzypp-bindings.changes [new file with mode: 0644]
packaging/libzypp-bindings.spec [new file with mode: 0644]
packaging/meego-add-more-class.patch [new file with mode: 0644]
packaging/remove-perl-binding.patch [new file with mode: 0644]
packaging/support-armv7-architectures.patch [new file with mode: 0644]
swig/Arch.i [new file with mode: 0644]
swig/ByteCount.i [new file with mode: 0644]
swig/CMakeLists.txt [new file with mode: 0644]
swig/Callbacks.i [new file with mode: 0644]
swig/CapMatch.i [new file with mode: 0644]
swig/Capabilities.i [new file with mode: 0644]
swig/Capability.i [new file with mode: 0644]
swig/CheckSum.i [new file with mode: 0644]
swig/CommitCallbacks.h [new file with mode: 0644]
swig/Date.i [new file with mode: 0644]
swig/Dep.i [new file with mode: 0644]
swig/Edition.i [new file with mode: 0644]
swig/IdStringType.i [new file with mode: 0644]
swig/KeyRing.i [new file with mode: 0644]
swig/Kind.i [new file with mode: 0644]
swig/MediaSetAccess.i [new file with mode: 0644]
swig/NeedAType.i [new file with mode: 0644]
swig/OnMediaLocation.i [new file with mode: 0644]
swig/Package.i [new file with mode: 0644]
swig/Patch.i [new file with mode: 0644]
swig/Pathname.i [new file with mode: 0644]
swig/Pattern.i [new file with mode: 0644]
swig/PoolItem.i [new file with mode: 0644]
swig/Product.i [new file with mode: 0644]
swig/PublicKey.i [new file with mode: 0644]
swig/RepoInfo.i [new file with mode: 0644]
swig/RepoManager.i [new file with mode: 0644]
swig/RepoStatus.i [new file with mode: 0644]
swig/RepoType.i [new file with mode: 0644]
swig/Repository.i [new file with mode: 0644]
swig/ResObject.i [new file with mode: 0644]
swig/ResPool.i [new file with mode: 0644]
swig/ResStatus.i [new file with mode: 0644]
swig/ResTraits.i [new file with mode: 0644]
swig/Resolvable.i [new file with mode: 0644]
swig/Resolver.i [new file with mode: 0644]
swig/ServiceInfo.i [new file with mode: 0644]
swig/SrcPackage.i [new file with mode: 0644]
swig/Target.i [new file with mode: 0644]
swig/TmpPath.i [new file with mode: 0644]
swig/Url.i [new file with mode: 0644]
swig/ZConfig.i [new file with mode: 0644]
swig/ZYppCommitPolicy.i [new file with mode: 0644]
swig/ZYppCommitResult.i [new file with mode: 0644]
swig/ZYppFactory.i [new file with mode: 0644]
swig/perl5/CMakeLists.txt [new file with mode: 0644]
swig/perl5/perl.i [new file with mode: 0644]
swig/perl5/tests/CMakeLists.txt [new file with mode: 0644]
swig/perl5/tests/loading.pl [new file with mode: 0644]
swig/perl5/tests/starting.pl [new file with mode: 0644]
swig/python/CMakeLists.txt [new file with mode: 0644]
swig/python/python.i [new file with mode: 0644]
swig/python/tests/CMakeLists.txt [new file with mode: 0644]
swig/python/tests/arch.py [new file with mode: 0644]
swig/python/tests/commit_callbacks.py [new file with mode: 0644]
swig/python/tests/installed_path.py [new file with mode: 0644]
swig/python/tests/loading.py [new file with mode: 0644]
swig/python/tests/problems.py [new file with mode: 0644]
swig/python/tests/repoinfo.py [new file with mode: 0644]
swig/python/tests/starting.py [new file with mode: 0644]
swig/ruby/CMakeLists.txt [new file with mode: 0644]
swig/ruby/ruby.i [new file with mode: 0644]
swig/ruby/std_list.i [new file with mode: 0644]
swig/ruby/std_set.i [new file with mode: 0644]
swig/ruby/tests/CMakeLists.txt [new file with mode: 0644]
swig/ruby/tests/arch.rb [new file with mode: 0644]
swig/ruby/tests/bytecount.rb [new file with mode: 0644]
swig/ruby/tests/commit_callbacks.rb [new file with mode: 0644]
swig/ruby/tests/loading.rb [new file with mode: 0644]
swig/ruby/tests/starting.rb [new file with mode: 0644]
swig/ruby/tests/target.rb [new file with mode: 0644]
swig/zypp.i [new file with mode: 0644]