Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 1 → Редакция 2

/docs/ant.sql
Новый файл
0,0 → 1,560
-- phpMyAdmin SQL Dump
-- version 3.0.0-alpha
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Фев 16 2009 г., 18:19
-- Версия сервера: 5.0.51
-- Версия PHP: 5.2.6-1+lenny2
 
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
 
 
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
 
--
-- База данных: `ant`
--
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `arch`
--
 
CREATE TABLE IF NOT EXISTS `arch` (
`arch_id` int(2) NOT NULL auto_increment,
`arch` varchar(10) default NULL,
PRIMARY KEY (`arch_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
 
--
-- Дамп данных таблицы `arch`
--
 
INSERT INTO `arch` (`arch_id`, `arch`) VALUES
(1, 'i386'),
(2, 'amd64');
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `arch2rep`
--
 
CREATE TABLE IF NOT EXISTS `arch2rep` (
`id` int(11) NOT NULL auto_increment,
`arch_id` int(2) default NULL,
`rep_id` int(5) default NULL,
PRIMARY KEY (`id`),
KEY `arch_id` (`arch_id`),
KEY `rep_id` (`rep_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
 
--
-- Дамп данных таблицы `arch2rep`
--
 
INSERT INTO `arch2rep` (`id`, `arch_id`, `rep_id`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 2, 2);
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `distribution`
--
 
CREATE TABLE IF NOT EXISTS `distribution` (
`dist_id` int(5) NOT NULL auto_increment,
`distname` varchar(25) default NULL,
`disttype` int(1) NOT NULL,
PRIMARY KEY (`dist_id`),
KEY `disttype` (`disttype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
 
--
-- Дамп данных таблицы `distribution`
--
 
INSERT INTO `distribution` (`dist_id`, `distname`, `disttype`) VALUES
(1, 'Debian GNU/Linux', 1),
(2, 'Ubuntu Linux', 1),
(3, 'InfraLinux', 1);
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `dtype`
--
 
CREATE TABLE IF NOT EXISTS `dtype` (
`type_id` int(1) NOT NULL auto_increment,
`type` char(3) character set utf8 NOT NULL,
PRIMARY KEY (`type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
 
--
-- Дамп данных таблицы `dtype`
--
 
INSERT INTO `dtype` (`type_id`, `type`) VALUES
(1, 'deb'),
(2, 'rpm');
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `owner`
--
 
CREATE TABLE IF NOT EXISTS `owner` (
`id` int(11) NOT NULL auto_increment,
`login` char(32) default NULL,
`passwd` char(32) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
 
--
-- Дамп данных таблицы `owner`
--
 
INSERT INTO `owner` (`id`, `login`, `passwd`) VALUES
(1, 'admin', 'b167f5e9e5794a7e1eaca776fed7afb9');
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `repository`
--
 
CREATE TABLE IF NOT EXISTS `repository` (
`rep_id` int(5) NOT NULL auto_increment,
`repname` varchar(20) default NULL,
`repdescribe` text,
`reptype` int(2) NOT NULL,
PRIMARY KEY (`rep_id`),
KEY `reptype` (`reptype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=43 ;
 
--
-- Дамп данных таблицы `repository`
--
 
INSERT INTO `repository` (`rep_id`, `repname`, `repdescribe`, `reptype`) VALUES
(1, 'sarge', 'Базовый репозиторий', 1),
(2, 'debian-backports', 'Бэкпорты для Sarge', 4),
(3, 'etch', 'Базовый репозиторий', 1),
(4, 'debian-updates', 'Обновления безопасности', 2),
(5, 'debian-backports', 'Бэкпорты для Etch', 4),
(6, 'debian-opera', 'Репозиторий с браузером Opera', 5),
(7, 'debian-virtualbox', 'Репозиторий с VirtualBox', 5),
(8, 'debian-winehq', 'Репозиторий с wine', 5),
(9, 'lenny', 'Базовый репозиторий', 1),
(10, 'debian-2gis', 'Репозиторий с 2GIS', 5),
(11, 'debian-opera', 'Репозиторий с браузером Opera', 5),
(12, 'debian-updates', 'Обновления безопасности', 2),
(13, 'debian-virtualbox', 'Репозиторий с VirtualBox', 5),
(14, 'hardy', 'Базовый репозиторий', 1),
(15, 'hardy-commercial', 'Репозиторий с коммерческим ПО', 5),
(16, 'hardy', 'Обновления безопасности', 2),
(17, 'hardy', 'Обновления', 3),
(18, 'ubuntu-2gis', 'Репозиторий с 2GIS', 5),
(19, 'ubuntu-freenx', 'Репозиторий с FreeNX', 5),
(20, 'ubuntu-playonlinux', 'Репозиторий с играми', 5),
(35, 'intrepid', 'Обновления безопасности', 2),
(21, 'ubuntu-virtualbox', 'Репозиторий с VirtualBox', 5),
(22, 'ubuntu-winehq', 'Репозиторий с Wine', 5),
(23, 'intrepid', 'Бэкпорты для Intrepid Ibex', 4),
(24, 'hardy', 'Бэкпорты для Hardy Heron', 4),
(25, 'intrepid', 'Базовый репозиторий', 1),
(26, 'intrepid', 'Обновления безопасности', 2),
(27, 'intrepid', 'Обновления', 3),
(28, 'intrepid-commercial', 'Репозиторий с коммерческим ПО', 5),
(34, 'intrepid', 'Базовый репозиторий Ubuntu', 1),
(29, 'kubuntu-experimental', 'Экспериментальный репозиторий с KDE 4', 5),
(30, 'ubuntu-playonlinux', 'Репозиторий с играми', 5),
(33, 'infralinux', 'Базовый репозиторий', 1),
(31, 'ubuntu-virtualbox', 'Репозиторий с VirtualBox', 5),
(32, 'ubuntu-winehq', 'Репозиторий с Wine', 5),
(36, 'intrepid', 'Обновления', 3),
(37, 'intrepid', 'Бэкпорты для Intrepid Ibex', 4),
(38, 'intrepid-commercial', 'Коммерческое ПО', 5),
(39, 'kubuntu-experimental', 'Экспериментальный репозиторий с KDE 4', 5),
(40, 'ubuntu-playonlinux', 'Репозиторий с играми', 5),
(41, 'ubuntu-virtualbox', 'Репозиторий с VirtualBox', 5),
(42, 'ubuntu-winehq', 'Репозиторий с wine', 5);
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `rtype`
--
 
CREATE TABLE IF NOT EXISTS `rtype` (
`rtype_id` int(2) NOT NULL auto_increment,
`rtype` varchar(25) NOT NULL,
PRIMARY KEY (`rtype_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;
 
--
-- Дамп данных таблицы `rtype`
--
 
INSERT INTO `rtype` (`rtype_id`, `rtype`) VALUES
(1, 'Base'),
(2, 'Security updates'),
(3, 'Proposed updates'),
(4, 'Backports'),
(5, 'Extra');
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `sect2dist`
--
 
CREATE TABLE IF NOT EXISTS `sect2dist` (
`id` int(10) NOT NULL auto_increment,
`sect_id` int(3) NOT NULL,
`dist_id` int(5) NOT NULL,
PRIMARY KEY (`id`),
KEY `sect_id` (`sect_id`,`dist_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=27 ;
 
--
-- Дамп данных таблицы `sect2dist`
--
 
INSERT INTO `sect2dist` (`id`, `sect_id`, `dist_id`) VALUES
(11, 0, 2),
(2, 2, 1),
(25, 3, 2),
(10, 0, 1),
(16, 4, 2),
(18, 5, 2),
(20, 6, 2),
(22, 7, 2),
(24, 3, 1),
(12, 0, 3),
(13, 1, 1),
(14, 1, 2),
(15, 1, 3),
(17, 4, 3),
(19, 5, 3),
(21, 6, 3),
(23, 7, 3),
(26, 3, 3);
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `sect2rep`
--
 
CREATE TABLE IF NOT EXISTS `sect2rep` (
`id` int(10) NOT NULL auto_increment,
`sect_id` int(3) NOT NULL,
`rep_id` int(5) NOT NULL,
PRIMARY KEY (`id`),
KEY `sect_id` (`sect_id`,`rep_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=243 ;
 
--
-- Дамп данных таблицы `sect2rep`
--
 
INSERT INTO `sect2rep` (`id`, `sect_id`, `rep_id`) VALUES
(74, 3, 0),
(73, 2, 0),
(72, 1, 0),
(77, 3, 0),
(76, 2, 0),
(75, 1, 0),
(80, 3, 0),
(79, 2, 0),
(78, 1, 0),
(83, 3, 0),
(82, 2, 0),
(81, 1, 0),
(86, 3, 0),
(85, 2, 0),
(84, 1, 0),
(87, 3, 0),
(88, 3, 0),
(89, 1, 0),
(92, 3, 0),
(91, 2, 0),
(90, 1, 0),
(93, 3, 0),
(94, 3, 0),
(97, 3, 0),
(96, 2, 0),
(95, 1, 0),
(98, 3, 0),
(102, 6, 0),
(101, 5, 0),
(100, 4, 0),
(99, 1, 0),
(103, 7, 0),
(107, 6, 0),
(106, 5, 0),
(105, 4, 0),
(104, 1, 0),
(111, 6, 0),
(110, 5, 0),
(109, 4, 0),
(108, 1, 0),
(112, 3, 0),
(113, 1, 0),
(114, 1, 0),
(115, 3, 0),
(116, 1, 0),
(124, 6, 0),
(123, 5, 0),
(122, 4, 0),
(121, 1, 0),
(120, 6, 0),
(119, 5, 0),
(118, 4, 0),
(117, 1, 0),
(128, 6, 0),
(127, 5, 0),
(126, 4, 0),
(125, 1, 0),
(132, 6, 0),
(131, 5, 0),
(130, 4, 0),
(129, 1, 0),
(136, 6, 0),
(135, 5, 0),
(134, 4, 0),
(133, 1, 0),
(137, 7, 0),
(138, 1, 0),
(139, 1, 0),
(140, 3, 0),
(71, 1, 0),
(141, 1, 33),
(142, 4, 33),
(143, 5, 33),
(144, 6, 33),
(145, 1, 34),
(146, 4, 34),
(147, 5, 34),
(148, 6, 34),
(149, 1, 35),
(150, 4, 35),
(151, 5, 35),
(152, 6, 35),
(153, 1, 36),
(154, 4, 36),
(155, 5, 36),
(156, 6, 36),
(157, 1, 37),
(158, 4, 37),
(159, 5, 37),
(160, 6, 37),
(161, 1, 0),
(162, 4, 0),
(163, 5, 0),
(164, 6, 0),
(165, 1, 0),
(166, 2, 0),
(167, 3, 0),
(168, 1, 1),
(169, 2, 1),
(170, 3, 1),
(171, 1, 2),
(172, 2, 2),
(173, 3, 2),
(174, 1, 3),
(175, 2, 3),
(176, 3, 3),
(177, 1, 4),
(178, 2, 4),
(179, 3, 4),
(180, 1, 5),
(181, 2, 5),
(182, 3, 5),
(183, 3, 6),
(184, 3, 7),
(185, 1, 8),
(186, 1, 9),
(187, 2, 9),
(188, 3, 9),
(189, 3, 10),
(190, 3, 11),
(191, 1, 12),
(192, 2, 12),
(193, 3, 12),
(194, 3, 13),
(195, 1, 14),
(196, 4, 14),
(197, 5, 14),
(198, 6, 14),
(199, 7, 15),
(200, 1, 16),
(201, 4, 16),
(202, 5, 16),
(203, 6, 16),
(204, 1, 17),
(205, 4, 17),
(206, 5, 17),
(207, 6, 17),
(208, 3, 18),
(209, 1, 19),
(210, 1, 20),
(211, 3, 21),
(212, 1, 22),
(213, 1, 24),
(214, 4, 24),
(215, 5, 24),
(216, 6, 24),
(217, 1, 23),
(218, 4, 23),
(219, 5, 23),
(220, 6, 23),
(221, 1, 25),
(222, 4, 25),
(223, 5, 25),
(224, 6, 25),
(225, 1, 26),
(226, 4, 26),
(227, 5, 26),
(228, 6, 26),
(229, 1, 27),
(230, 4, 27),
(231, 5, 27),
(232, 6, 27),
(233, 7, 28),
(234, 1, 29),
(235, 1, 30),
(236, 3, 31),
(237, 1, 32),
(238, 7, 38),
(239, 1, 39),
(240, 1, 40),
(241, 3, 41),
(242, 1, 42);
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `section`
--
 
CREATE TABLE IF NOT EXISTS `section` (
`sect_id` int(3) NOT NULL auto_increment,
`sectname` varchar(25) NOT NULL,
`sectinfo` text NOT NULL,
PRIMARY KEY (`sect_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
 
--
-- Дамп данных таблицы `section`
--
 
INSERT INTO `section` (`sect_id`, `sectname`, `sectinfo`) VALUES
(1, 'main', 'Основной раздел, в котором собраны пакеты ПО только под свободными лицензиями.'),
(4, 'restricted', ''),
(5, 'universe', ''),
(2, 'contrib', 'Пакеты в этой части распространяются владельцем авторских прав на условиях свободной лицензии, но зависят от несвободного программного обеспечения.'),
(6, 'multiverse', ''),
(3, 'non-free', 'Лицензии пакетов в этой части содержат условия, ограничивающие использование или распространение ПО'),
(7, 'partner', '');
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `ver2rep`
--
 
CREATE TABLE IF NOT EXISTS `ver2rep` (
`id` int(11) NOT NULL auto_increment,
`ver_id` int(5) default NULL,
`rep_id` int(5) default NULL,
PRIMARY KEY (`id`),
KEY `ver_id` (`ver_id`),
KEY `rep_id` (`rep_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=43 ;
 
--
-- Дамп данных таблицы `ver2rep`
--
 
INSERT INTO `ver2rep` (`id`, `ver_id`, `rep_id`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 2, 3),
(4, 2, 4),
(5, 2, 5),
(6, 2, 6),
(7, 2, 7),
(8, 2, 8),
(9, 3, 9),
(10, 3, 10),
(11, 3, 11),
(12, 3, 12),
(13, 3, 13),
(14, 4, 14),
(15, 4, 15),
(16, 4, 16),
(17, 4, 17),
(18, 4, 18),
(19, 4, 19),
(20, 4, 20),
(21, 4, 21),
(22, 4, 22),
(23, 5, 23),
(24, 4, 24),
(25, 5, 25),
(26, 5, 26),
(27, 5, 27),
(28, 5, 28),
(29, 5, 29),
(30, 5, 30),
(31, 5, 31),
(32, 5, 32),
(33, 6, 33),
(34, 6, 34),
(35, 6, 35),
(36, 6, 36),
(37, 6, 37),
(38, 6, 38),
(39, 6, 39),
(40, 6, 40),
(41, 6, 41),
(42, 6, 42);
 
-- --------------------------------------------------------
 
--
-- Структура таблицы `version`
--
 
CREATE TABLE IF NOT EXISTS `version` (
`version_id` int(5) NOT NULL auto_increment,
`dist_id` int(5) default NULL,
`vname` varchar(25) default NULL,
`version` varchar(10) NOT NULL,
`vcodename` varchar(10) default NULL,
PRIMARY KEY (`version_id`),
KEY `dist_id` (`dist_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
 
--
-- Дамп данных таблицы `version`
--
 
INSERT INTO `version` (`version_id`, `dist_id`, `vname`, `version`, `vcodename`) VALUES
(1, 1, 'Sarge', '3.1', 'sarge'),
(2, 1, 'Etch', '4.0', 'etch'),
(3, 1, 'Lenny', '5.0', 'lenny'),
(4, 2, 'Hardy Heron', '8.04', 'hardy'),
(5, 2, 'Intrepid Ibex', '8.10', 'intrepid'),
(6, 3, 'Intrepid Ibex', '8.10', 'intrepid');
/docs/ant.xmi
Новый файл
0,0 → 1,235
<?xml version="1.0" encoding="UTF-8"?>
<XMI verified="false" xmi.version="1.2" timestamp="2009-02-02T23:29:35" xmlns:UML="http://schema.omg.org/spec/UML/1.3" >
<XMI.header>
<XMI.documentation>
<XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
<XMI.exporterVersion>1.5.8</XMI.exporterVersion>
<XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
</XMI.documentation>
<XMI.metamodel xmi.version="1.3" href="UML.xml" xmi.name="UML" />
</XMI.header>
<XMI.content>
<UML:Model isSpecification="false" isAbstract="false" isLeaf="false" xmi.id="m1" isRoot="false" name="UML Model" >
<UML:Namespace.ownedElement>
<UML:Stereotype visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="folder" name="folder" />
<UML:Stereotype visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="datatype" name="datatype" />
<UML:Model stereotype="folder" visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="Logical View" name="Logical View" >
<UML:Namespace.ownedElement>
<UML:Package stereotype="folder" visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="Datatypes" name="Datatypes" >
<UML:Namespace.ownedElement>
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="eBMWPg2OhyIt" name="int" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="pjwO26zAuvz3" name="char" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="AcUBlB7wvtyD" name="bool" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="DIjBSmxPUdXm" name="float" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="WAKsjW0QqefY" name="double" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="JciZii2O9VOA" name="short" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="WXFnA0dmIj3y" name="long" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="AWtOepBzuyoq" name="unsigned int" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="J7mZt4vQZLZW" name="unsigned short" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="2C2Bmv75dVRJ" name="unsigned long" />
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false" namespace="Datatypes" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="EQ5XV5eukrLj" name="string" />
</UML:Namespace.ownedElement>
</UML:Package>
<UML:Class visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="rV8XbOSwTwth" name="distribution" >
<UML:Classifier.feature>
<UML:Attribute visibility="public" isSpecification="false" xmi.id="djcJsVSqLye0" type="eBMWPg2OhyIt" name="dist_id" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="SUCFMtLUF7HD" type="pjwO26zAuvz3" name="distname" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="14CFkz2sXq5P" name="version" >
<UML:Classifier.feature>
<UML:Attribute visibility="public" isSpecification="false" xmi.id="wh0ydyLPDqMG" type="eBMWPg2OhyIt" name="version_id" />
<UML:Attribute visibility="public" isSpecification="false" xmi.id="KPzCHrdgjQQS" type="eBMWPg2OhyIt" name="dist_id" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="G6aT80aWgOWU" type="pjwO26zAuvz3" name="vname" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="SquDtMjbqTW0" type="DIjBSmxPUdXm" name="version" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="gQz9EBZrdTqV" type="pjwO26zAuvz3" name="vdcodename" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="xRE6waNN4hUn" name="repository" >
<UML:Classifier.feature>
<UML:Attribute visibility="public" isSpecification="false" xmi.id="uwO1mm5whYVs" type="eBMWPg2OhyIt" name="rep_id" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="sCPu0xzlcBrm" type="pjwO26zAuvz3" name="rep_name" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="Djkptus9XQW7" type="EQ5XV5eukrLj" name="rep_describe" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="o8QO5x1D8H7F" name="arch" >
<UML:Classifier.feature>
<UML:Attribute visibility="public" isSpecification="false" xmi.id="qdOi43NHDp9c" type="eBMWPg2OhyIt" name="arch_id" />
<UML:Attribute visibility="private" isSpecification="false" xmi.id="DJ3rHnKNO4HB" type="pjwO26zAuvz3" name="arch" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="gQ5msKTKLlAe" name="arch2rep" >
<UML:Classifier.feature>
<UML:Attribute visibility="private" isSpecification="false" xmi.id="nH1WsAmnE2ya" type="eBMWPg2OhyIt" name="id" />
<UML:Attribute visibility="public" isSpecification="false" xmi.id="NggMiLdWPtMg" type="eBMWPg2OhyIt" name="rep_id" />
<UML:Attribute visibility="public" isSpecification="false" xmi.id="vih7Pxn5Vh3r" type="eBMWPg2OhyIt" name="arch_id" />
</UML:Classifier.feature>
</UML:Class>
<UML:Dependency visibility="public" isSpecification="false" namespace="Logical View" supplier="14CFkz2sXq5P" xmi.id="NhybTJlc3v2W" client="rV8XbOSwTwth" name="" />
<UML:Dependency visibility="public" isSpecification="false" namespace="Logical View" supplier="gQ5msKTKLlAe" xmi.id="jvqYryAaW21f" client="o8QO5x1D8H7F" name="" />
<UML:Dependency visibility="public" isSpecification="false" namespace="Logical View" supplier="xRE6waNN4hUn" xmi.id="ZXV27lwylQJo" client="gQ5msKTKLlAe" name="" />
<UML:Class visibility="public" isSpecification="false" namespace="Logical View" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="1PydNa9j6irr" name="ver2rep" >
<UML:Classifier.feature>
<UML:Attribute visibility="public" isSpecification="false" xmi.id="UmXGUZRvctnY" type="eBMWPg2OhyIt" name="id" />
<UML:Attribute visibility="public" isSpecification="false" xmi.id="VCkxj6jFdJZN" type="eBMWPg2OhyIt" name="ver_id" />
<UML:Attribute visibility="public" isSpecification="false" xmi.id="D2GXWRDgW819" type="eBMWPg2OhyIt" name="rep_id" />
</UML:Classifier.feature>
</UML:Class>
<UML:Dependency visibility="public" isSpecification="false" namespace="Logical View" supplier="gQ5msKTKLlAe" xmi.id="LLJ9Fda3cUlN" client="xRE6waNN4hUn" name="" />
<UML:Dependency visibility="public" isSpecification="false" namespace="Logical View" supplier="1PydNa9j6irr" xmi.id="o2dtPRpFeeSR" client="14CFkz2sXq5P" name="" />
<UML:Dependency visibility="public" isSpecification="false" namespace="Logical View" supplier="1PydNa9j6irr" xmi.id="cHfowxOKwE7E" client="xRE6waNN4hUn" name="" />
</UML:Namespace.ownedElement>
<XMI.extension xmi.extender="umbrello" >
<diagrams>
<diagram showopsig="1" linecolor="#ff0000" snapx="10" showattribassocs="1" snapy="10" linewidth="0" showattsig="1" showpackage="1" showstereotype="1" name="class diagram" font="Lucida Grande,13,-1,0,50,0,0,0,0,0" canvasheight="698" canvaswidth="1168" localid="" snapcsgrid="0" showgrid="0" showops="1" usefillcolor="1" fillcolor="#ffff00" zoom="100" xmi.id="Cz4boy8U08l0" documentation="" showscope="1" snapgrid="0" showatts="1" type="1" >
<widgets>
<classwidget linecolor="none" usesdiagramfillcolor="1" linewidth="none" showoperations="1" usesdiagramusefillcolor="1" showpubliconly="0" showpackage="1" x="111" showattsigs="601" showstereotype="1" y="55" showattributes="1" font="Lucida Grande,13,-1,0,75,0,0,0,0,0" width="119" isinstance="0" usefillcolor="1" fillcolor="none" xmi.id="rV8XbOSwTwth" showscope="1" height="59" showopsigs="601" />
<classwidget linecolor="none" usesdiagramfillcolor="1" linewidth="none" showoperations="1" usesdiagramusefillcolor="1" showpubliconly="0" showpackage="1" x="543" showattsigs="601" showstereotype="1" y="35" showattributes="1" font="Lucida Grande,13,-1,0,75,0,0,0,0,0" width="140" isinstance="0" usefillcolor="1" fillcolor="none" xmi.id="14CFkz2sXq5P" showscope="1" height="110" showopsigs="601" />
<classwidget linecolor="#ff0000" usesdiagramfillcolor="0" linewidth="none" showoperations="1" usesdiagramusefillcolor="0" showpubliconly="0" showpackage="1" x="485" showattsigs="601" showstereotype="1" y="397" showattributes="1" font="Lucida Grande,13,-1,5,75,0,0,0,0,0" width="151" isinstance="0" usefillcolor="1" fillcolor="#ffff00" xmi.id="xRE6waNN4hUn" showscope="1" height="76" showopsigs="601" />
<classwidget linecolor="none" usesdiagramfillcolor="1" linewidth="none" showoperations="1" usesdiagramusefillcolor="1" showpubliconly="0" showpackage="1" x="17" showattsigs="601" showstereotype="1" y="182" showattributes="1" font="Lucida Grande,13,-1,0,75,0,0,0,0,0" width="99" isinstance="0" usefillcolor="1" fillcolor="none" xmi.id="o8QO5x1D8H7F" showscope="1" height="59" showopsigs="601" />
<classwidget linecolor="none" usesdiagramfillcolor="1" linewidth="none" showoperations="1" usesdiagramusefillcolor="1" showpubliconly="0" showpackage="1" x="182" showattsigs="601" showstereotype="1" y="445" showattributes="1" font="Lucida Grande,13,-1,0,75,0,0,0,0,0" width="99" isinstance="0" usefillcolor="1" fillcolor="none" xmi.id="gQ5msKTKLlAe" showscope="1" height="76" showopsigs="601" />
<classwidget linecolor="#ff0000" usesdiagramfillcolor="0" linewidth="none" showoperations="1" usesdiagramusefillcolor="0" showpubliconly="0" showpackage="1" x="429" showattsigs="601" showstereotype="1" y="183" showattributes="1" font="Lucida Grande,13,-1,5,75,0,0,0,0,0" width="92" isinstance="0" usefillcolor="1" fillcolor="#ffff00" xmi.id="1PydNa9j6irr" showscope="1" height="76" showopsigs="601" />
</widgets>
<messages/>
<associations>
<assocwidget indexa="1" indexb="1" widgetaid="rV8XbOSwTwth" linecolor="none" totalcounta="2" xmi.id="NhybTJlc3v2W" widgetbid="14CFkz2sXq5P" totalcountb="2" type="502" linewidth="none" >
<linepath>
<startpoint startx="230" starty="79" />
<endpoint endx="543" endy="79" />
</linepath>
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="232" showstereotype="1" y="56" text="1" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="701" width="16" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="3oPcIE2NqkHs" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="511" showstereotype="1" y="56" text="1..*" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="702" width="30" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="qqmrGjkIDWgD" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="232" showstereotype="1" y="81" text="dist_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="709" width="61" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="cILsf0DiAfGc" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="479" showstereotype="1" y="80" text="dist_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="710" width="61" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="hRoEXlv858Gm" height="21" />
</assocwidget>
<assocwidget indexa="1" indexb="1" widgetaid="o8QO5x1D8H7F" linecolor="none" totalcounta="2" xmi.id="jvqYryAaW21f" widgetbid="gQ5msKTKLlAe" totalcountb="2" type="502" linewidth="none" >
<linepath>
<startpoint startx="116" starty="207" />
<endpoint endx="182" endy="506" />
<point x="140" y="207" />
<point x="141" y="506" />
</linepath>
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="138" showstereotype="1" y="184" text="1" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="701" width="16" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="tpYH6rTpWCMa" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="150" showstereotype="1" y="483" text="1..*" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="702" width="30" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="J6Ot3SYpxbYT" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="50" showstereotype="1" y="209" text="arch_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="709" width="64" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="xvTUY34r4jAk" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="126" showstereotype="1" y="508" text="arch_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="710" width="64" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="4l8199b5lDiC" height="21" />
</assocwidget>
<assocwidget indexa="1" indexb="1" widgetaid="xRE6waNN4hUn" linecolor="none" totalcounta="2" xmi.id="LLJ9Fda3cUlN" widgetbid="gQ5msKTKLlAe" totalcountb="2" type="502" linewidth="none" >
<linepath>
<startpoint startx="485" starty="423" />
<endpoint endx="281" endy="489" />
<point x="373" y="423" />
<point x="373" y="489" />
</linepath>
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="467" showstereotype="1" y="400" text="1" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="701" width="16" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="23xzHgThGl1P" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="283" showstereotype="1" y="466" text="1..*" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="702" width="30" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="0uCzj3L6eJKm" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="421" showstereotype="1" y="426" text="rep_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="709" width="57" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="rKFGOHvJ7lL8" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="283" showstereotype="1" y="491" text="rep_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="710" width="57" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="sC8yKotUgzeu" height="21" />
</assocwidget>
<assocwidget indexa="1" indexb="1" widgetaid="14CFkz2sXq5P" linecolor="none" totalcounta="2" xmi.id="o2dtPRpFeeSR" widgetbid="1PydNa9j6irr" totalcountb="2" type="502" linewidth="none" >
<linepath>
<startpoint startx="683" starty="61" />
<endpoint endx="521" endy="225" />
<point x="802" y="61" />
<point x="799" y="225" />
</linepath>
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="687" showstereotype="1" y="37" text="1" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="701" width="16" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="XbNXzoBQ4C7A" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="522" showstereotype="1" y="202" text="1..*" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="702" width="30" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="mXZEwssdDEXM" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="695" showstereotype="1" y="63" text="version_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="709" width="83" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="d4zvslhLkfV6" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="523" showstereotype="1" y="227" text="ver_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="710" width="56" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="ViB5Hs667N7R" height="21" />
</assocwidget>
<assocwidget indexa="1" indexb="1" widgetaid="xRE6waNN4hUn" linecolor="none" totalcounta="2" xmi.id="cHfowxOKwE7E" widgetbid="1PydNa9j6irr" totalcountb="2" type="502" linewidth="none" >
<linepath>
<startpoint startx="636" starty="424" />
<endpoint endx="429" endy="243" />
<point x="683" y="424" />
<point x="682" y="332" />
<point x="362" y="332" />
<point x="362" y="243" />
</linepath>
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="678" showstereotype="1" y="401" text="1" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="701" width="16" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="pr3bqNlV0BYJ" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="411" showstereotype="1" y="245" text="1" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="" role="702" width="16" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="WvDHFXILADJV" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="526" showstereotype="1" y="426" text="rep_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="709" width="57" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="5iDbeiRUFkUw" height="21" />
<floatingtext linecolor="none" usesdiagramfillcolor="1" linewidth="none" usesdiagramusefillcolor="1" x="319" showstereotype="1" y="245" text="rep_id" font="Lucida Grande,13,-1,5,50,0,0,0,0,0" pretext="+" role="710" width="57" isinstance="0" posttext="" usefillcolor="1" fillcolor="none" xmi.id="RnKQ7MMpgnwJ" height="21" />
</assocwidget>
</associations>
</diagram>
</diagrams>
</XMI.extension>
</UML:Model>
<UML:Model stereotype="folder" visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="Use Case View" name="Use Case View" >
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model stereotype="folder" visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="Component View" name="Component View" >
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model stereotype="folder" visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="Deployment View" name="Deployment View" >
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model stereotype="folder" visibility="public" isSpecification="false" namespace="m1" isAbstract="false" isLeaf="false" isRoot="false" xmi.id="Entity Relationship Model" name="Entity Relationship Model" >
<UML:Namespace.ownedElement/>
</UML:Model>
</UML:Namespace.ownedElement>
</UML:Model>
</XMI.content>
<XMI.extensions xmi.extender="umbrello" >
<docsettings viewid="Cz4boy8U08l0" uniqueid="WvDHFXILADJV" documentation="" />
<listview>
<listitem open="1" type="800" label="Views" >
<listitem open="1" type="801" id="Logical View" >
<listitem open="0" type="807" id="Cz4boy8U08l0" label="class diagram" />
<listitem open="1" type="813" id="o8QO5x1D8H7F" >
<listitem open="0" type="814" id="qdOi43NHDp9c" />
<listitem open="0" type="814" id="DJ3rHnKNO4HB" />
</listitem>
<listitem open="1" type="813" id="gQ5msKTKLlAe" >
<listitem open="0" type="814" id="nH1WsAmnE2ya" />
<listitem open="0" type="814" id="NggMiLdWPtMg" />
<listitem open="0" type="814" id="vih7Pxn5Vh3r" />
</listitem>
<listitem open="1" type="813" id="rV8XbOSwTwth" >
<listitem open="0" type="814" id="djcJsVSqLye0" />
<listitem open="0" type="814" id="SUCFMtLUF7HD" />
</listitem>
<listitem open="1" type="813" id="1PydNa9j6irr" >
<listitem open="0" type="814" id="UmXGUZRvctnY" />
<listitem open="0" type="814" id="VCkxj6jFdJZN" />
<listitem open="0" type="814" id="D2GXWRDgW819" />
</listitem>
<listitem open="1" type="813" id="xRE6waNN4hUn" >
<listitem open="0" type="814" id="uwO1mm5whYVs" />
<listitem open="0" type="814" id="sCPu0xzlcBrm" />
<listitem open="0" type="814" id="Djkptus9XQW7" />
</listitem>
<listitem open="1" type="813" id="14CFkz2sXq5P" >
<listitem open="0" type="814" id="wh0ydyLPDqMG" />
<listitem open="0" type="814" id="KPzCHrdgjQQS" />
<listitem open="0" type="814" id="G6aT80aWgOWU" />
<listitem open="0" type="814" id="SquDtMjbqTW0" />
<listitem open="0" type="814" id="gQz9EBZrdTqV" />
</listitem>
<listitem open="0" type="830" id="Datatypes" >
<listitem open="1" type="829" id="AcUBlB7wvtyD" />
<listitem open="1" type="829" id="pjwO26zAuvz3" />
<listitem open="1" type="829" id="WAKsjW0QqefY" />
<listitem open="1" type="829" id="DIjBSmxPUdXm" />
<listitem open="1" type="829" id="eBMWPg2OhyIt" />
<listitem open="1" type="829" id="WXFnA0dmIj3y" />
<listitem open="1" type="829" id="JciZii2O9VOA" />
<listitem open="1" type="829" id="EQ5XV5eukrLj" />
<listitem open="1" type="829" id="AWtOepBzuyoq" />
<listitem open="1" type="829" id="2C2Bmv75dVRJ" />
<listitem open="1" type="829" id="J7mZt4vQZLZW" />
</listitem>
</listitem>
<listitem open="1" type="802" id="Use Case View" />
<listitem open="1" type="821" id="Component View" />
<listitem open="1" type="827" id="Deployment View" />
<listitem open="1" type="836" id="Entity Relationship Model" />
</listitem>
</listview>
<codegeneration>
<codegenerator language="C++" />
</codegeneration>
</XMI.extensions>
</XMI>