Tizen 2.1 base tizen_2.1 2.1b_release 2.2_release accepted/tizen_2.1/20130425.040359 submit/tizen_2.1/20130424.225705 submit/tizen_2.2/20130714.151744
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:44:06 +0000 (01:44 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:44:06 +0000 (01:44 +0900)
commit1886482c77eb334fc32f1ff8ecce3aebd3e868c6
treed40b3cacac28f8814142edf60f062cf72a3401ea
parent857e712e5928c179e9da121e903b7df68029225e
Tizen 2.1 base
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]