[api, webui] move the parts we need from shared-resources into
authorStephan Kulow <coolo@suse.de>
Fri, 22 Jul 2011 12:01:24 +0000 (14:01 +0200)
committerStephan Kulow <coolo@suse.de>
Fri, 22 Jul 2011 12:36:06 +0000 (14:36 +0200)
commit08d11f90ab5a4798586216657079c8d3d25cf4be
treeb10e52378e5a211647986e1b191f71413d2d021e
parentabc74d1d0f33013c0a71dde0a340a08183f83039
[api, webui] move the parts we need from shared-resources into
src/activexml
16 files changed:
.gitmodules
shared [deleted submodule]
src/activexml/activexml.rb [new file with mode: 0644]
src/activexml/base.rb [new file with mode: 0644]
src/activexml/config.rb [new file with mode: 0644]
src/activexml/node.rb [new file with mode: 0644]
src/activexml/transport.rb [new file with mode: 0644]
src/api/config/environment.rb
src/api/db/migrate/001_initial_database.rb
src/api/lib/activexml [new symlink]
src/api/lib/common [deleted symlink]
src/api/script/import
src/webui/app/controllers/application_controller.rb
src/webui/config/environment.rb
src/webui/lib/activexml [new symlink]
src/webui/lib/common [deleted symlink]