You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by aj...@apache.org on 2005/08/22 04:33:50 UTC

svn commit: r234419 [8/10] - in /gump/branches/Gump3/presentation: ./ META-INF/ WEB-INF/ WEB-INF/class/ WEB-INF/class/org/ WEB-INF/class/org/apache/ WEB-INF/class/org/apache/gump/ WEB-INF/class/org/apache/gump/dynagump/ WEB-INF/class/org/apache/gump/dy...

Added: gump/branches/Gump3/presentation/docs/SQL/Gump3DB.sql
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/docs/SQL/Gump3DB.sql?rev=234419&view=auto
==============================================================================
--- gump/branches/Gump3/presentation/docs/SQL/Gump3DB.sql (added)
+++ gump/branches/Gump3/presentation/docs/SQL/Gump3DB.sql Sun Aug 21 19:31:37 2005
@@ -0,0 +1,161 @@
+-- phpMyAdmin SQL Dump
+-- version 2.6.2
+-- http://www.phpmyadmin.net
+-- 
+-- Värd: localhost
+-- Skapad: 19 augusti 2005 kl 16:05
+-- Serverversion: 4.0.24
+-- PHP-version: 4.3.11
+-- 
+-- Databas: `gump`
+-- 
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `builds`
+-- 
+
+CREATE TABLE `builds` (
+  `id` varchar(255) NOT NULL default '',
+  `run_id` varchar(255) NOT NULL default '',
+  `project_version_id` varchar(255) NOT NULL default '',
+  `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `result` int(2) NOT NULL default '0',
+  `log` text,
+  PRIMARY KEY  (`id`),
+  KEY `run_id` (`run_id`),
+  KEY `project_version_id` (`project_version_id`),
+  KEY `result` (`result`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `causes`
+-- 
+
+CREATE TABLE `causes` (
+  `build_id` varchar(255) NOT NULL default '',
+  `cause_id` varchar(255) NOT NULL default '',
+  `cause_table` varchar(32) NOT NULL default 'project_versions',
+  KEY `build_id` (`build_id`),
+  KEY `cause_id` (`cause_id`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `hosts`
+-- 
+
+CREATE TABLE `hosts` (
+  `address` varchar(255) NOT NULL default '',
+  `description` text,
+  `cpu_arch` varchar(8) NOT NULL default 'x86',
+  `cpu_number` int(2) unsigned NOT NULL default '1',
+  `cpu_speed_Mhz` int(8) unsigned default NULL,
+  `memory_Mb` int(8) unsigned default NULL,
+  `disk_Gb` int(8) unsigned default NULL,
+  `name` varchar(32) NOT NULL default '',
+  PRIMARY KEY  (`address`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `modules`
+-- 
+
+CREATE TABLE `modules` (
+  `id` varchar(255) NOT NULL default '',
+  `name` varchar(32) NOT NULL default '',
+  `description` tinytext,
+  PRIMARY KEY  (`id`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `project_dependencies`
+-- 
+
+CREATE TABLE `project_dependencies` (
+  `dependee` varchar(255) NOT NULL default '',
+  `dependant` varchar(255) NOT NULL default '',
+  KEY `dependee` (`dependee`),
+  KEY `dependant` (`dependant`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `project_versions`
+-- 
+
+CREATE TABLE `project_versions` (
+  `id` varchar(255) NOT NULL default '',
+  `project_id` varchar(255) NOT NULL default '',
+  PRIMARY KEY  (`id`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `projects`
+-- 
+
+CREATE TABLE `projects` (
+  `id` varchar(255) NOT NULL default '',
+  `name` varchar(255) NOT NULL default '',
+  `description` tinytext,
+  `module_id` varchar(255) NOT NULL default '',
+  PRIMARY KEY  (`id`),
+  KEY `name` (`name`),
+  KEY `module_id` (`module_id`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `results`
+-- 
+
+CREATE TABLE `results` (
+  `id` int(2) NOT NULL default '0',
+  `name` varchar(32) NOT NULL default '',
+  `description` text,
+  PRIMARY KEY  (`id`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `runs`
+-- 
+
+CREATE TABLE `runs` (
+  `id` varchar(255) NOT NULL default '',
+  `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `workspace_id` varchar(255) NOT NULL default '',
+  `name` varchar(12) NOT NULL default '',
+  PRIMARY KEY  (`id`),
+  KEY `workspace_id` (`workspace_id`)
+) TYPE=MyISAM;
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `workspaces`
+-- 
+
+CREATE TABLE `workspaces` (
+  `id` varchar(255) NOT NULL default '0',
+  `name` varchar(32) NOT NULL default '',
+  `host` varchar(255) NOT NULL default '',
+  `description` tinytext,
+  PRIMARY KEY  (`id`),
+  KEY `host` (`host`)
+) TYPE=MyISAM;

Added: gump/branches/Gump3/presentation/docs/SQL/Gump3TempDB.sql
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/docs/SQL/Gump3TempDB.sql?rev=234419&view=auto
==============================================================================
--- gump/branches/Gump3/presentation/docs/SQL/Gump3TempDB.sql (added)
+++ gump/branches/Gump3/presentation/docs/SQL/Gump3TempDB.sql Sun Aug 21 19:31:37 2005
@@ -0,0 +1,323 @@
+-- phpMyAdmin SQL Dump
+-- version 2.6.2
+-- http://www.phpmyadmin.net
+-- 
+-- Värd: localhost
+-- Skapad: 19 augusti 2005 kl 16:01
+-- Serverversion: 4.0.24
+-- PHP-version: 4.3.11
+-- 
+-- Databas: `gump`
+-- 
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `builds`
+-- 
+
+CREATE TABLE `builds` (
+  `id` varchar(255) NOT NULL default '',
+  `run_id` varchar(255) NOT NULL default '',
+  `project_version_id` varchar(255) NOT NULL default '',
+  `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `result` int(2) NOT NULL default '0',
+  `log` text,
+  PRIMARY KEY  (`id`),
+  KEY `run_id` (`run_id`),
+  KEY `project_version_id` (`project_version_id`),
+  KEY `result` (`result`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `builds`
+-- 
+
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:0', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xjavac', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:1', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/jaxp', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:2', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/bootstrap-ant', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:3', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xml-apis', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 1, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:4', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xml-resolver', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:5', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xml-commons-resolver', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:6', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xml-xerces', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:7', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xml-commons-which', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:8', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/ant', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:9', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/dist-xerces', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:10', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/xml-xercesImpl', '2005-07-05 13:51:54', '2005-07-05 12:51:54', 2, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:11', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/jaxr', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:12', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/jaxm', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/generic@200507051351:13', 'giraffe/generic@200507051351', 'giraffe/generic@200507051351/jaxrpc', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:0', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-1', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:1', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-2', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:2', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-3', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:3', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-dir-management-1', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:4', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-ant-based-1', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:5', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-failure-1', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+INSERT INTO `builds` VALUES ('giraffe/gump3-test-fixture@200507051352:6', 'giraffe/gump3-test-fixture@200507051352', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-prereq-failure-1', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 0, 'Log saving still a TODO!');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `causes`
+-- 
+
+CREATE TABLE `causes` (
+  `build_id` varchar(255) NOT NULL default '',
+  `cause_id` varchar(255) NOT NULL default '',
+  `cause_table` varchar(32) NOT NULL default 'project_versions',
+  KEY `build_id` (`build_id`),
+  KEY `cause_id` (`cause_id`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `causes`
+-- 
+
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:4', 'giraffe/generic@200507051351/xml-apis', 'project_versions');
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:5', 'giraffe/generic@200507051351/xml-resolver', 'project_versions');
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:6', 'giraffe/generic@200507051351/xml-commons-resolver', 'project_versions');
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:7', 'giraffe/generic@200507051351/xml-xerces', 'project_versions');
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:8', 'giraffe/generic@200507051351/xml-xerces', 'project_versions');
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:9', 'giraffe/generic@200507051351/ant', 'project_versions');
+INSERT INTO `causes` VALUES ('giraffe/generic@200507051351:10', 'giraffe/generic@200507051351/xml-xerces', 'project_versions');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `hosts`
+-- 
+
+CREATE TABLE `hosts` (
+  `address` varchar(255) NOT NULL default '',
+  `description` text,
+  `cpu_arch` varchar(8) NOT NULL default 'x86',
+  `cpu_number` int(2) unsigned NOT NULL default '1',
+  `cpu_speed_Mhz` int(8) unsigned default NULL,
+  `memory_Mb` int(8) unsigned default NULL,
+  `disk_Gb` int(8) unsigned default NULL,
+  `name` varchar(32) NOT NULL default '',
+  PRIMARY KEY  (`address`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `hosts`
+-- 
+
+INSERT INTO `hosts` VALUES ('giraffe', 'giraffe (Linux,2.6.10-5-386,#1 Fri May 20 13:52:48 UTC 2005,i686,)', '', 0, 0, 0, 0, 'giraffe');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `modules`
+-- 
+
+CREATE TABLE `modules` (
+  `id` varchar(255) NOT NULL default '',
+  `name` varchar(32) NOT NULL default '',
+  `description` tinytext,
+  PRIMARY KEY  (`id`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `modules`
+-- 
+
+INSERT INTO `modules` VALUES ('giraffe/generic/xml-xerces2', 'xml-xerces2', '\n    Java XML Parser - the sequel with no equal\n  ');
+INSERT INTO `modules` VALUES ('giraffe/generic/java-xml-pack', 'java-xml-pack', '\n    Java XML Pack\n  ');
+INSERT INTO `modules` VALUES ('giraffe/generic/ant', 'ant', '\n    Java based build tool\n  ');
+INSERT INTO `modules` VALUES ('giraffe/generic/xml-commons', 'xml-commons', '\n    XML commons($Revision: 1.24 $) externally defined standards - DOM,SAX,JAXP; plus xml utilities\n  ');
+INSERT INTO `modules` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn', 'gump-fixture-svn', 'None');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `project_dependencies`
+-- 
+
+CREATE TABLE `project_dependencies` (
+  `dependee` varchar(255) NOT NULL default '',
+  `dependant` varchar(255) NOT NULL default '',
+  KEY `dependee` (`dependee`),
+  KEY `dependant` (`dependant`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `project_dependencies`
+-- 
+
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/bootstrap-ant', 'giraffe/generic@200507051351/jaxp');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-apis', 'giraffe/generic@200507051351/bootstrap-ant');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-apis', 'giraffe/generic@200507051351/jaxp');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-resolver', 'giraffe/generic@200507051351/jaxp');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-resolver', 'giraffe/generic@200507051351/xml-apis');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-resolver', 'giraffe/generic@200507051351/bootstrap-ant');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-commons-resolver', 'giraffe/generic@200507051351/xml-resolver');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-xerces', 'giraffe/generic@200507051351/bootstrap-ant');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-xerces', 'giraffe/generic@200507051351/xjavac');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-xerces', 'giraffe/generic@200507051351/xml-commons-resolver');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-xerces', 'giraffe/generic@200507051351/jaxp');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-commons-which', 'giraffe/generic@200507051351/xml-xerces');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-commons-which', 'giraffe/generic@200507051351/bootstrap-ant');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/ant', 'giraffe/generic@200507051351/bootstrap-ant');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/ant', 'giraffe/generic@200507051351/xml-xerces');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/ant', 'giraffe/generic@200507051351/xml-apis');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/dist-xerces', 'giraffe/generic@200507051351/ant');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/dist-xerces', 'giraffe/generic@200507051351/xjavac');
+INSERT INTO `project_dependencies` VALUES ('giraffe/generic@200507051351/xml-xercesImpl', 'giraffe/generic@200507051351/xml-xerces');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-2', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-1');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-3', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-1');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-3', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-2');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-dir-management-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-2');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-ant-based-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-3');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-ant-based-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-dir-management-1');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-prereq-failure-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-1');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-prereq-failure-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-3');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-prereq-failure-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-ant-based-1');
+INSERT INTO `project_dependencies` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-prereq-failure-1', 'giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-failure-1');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `project_versions`
+-- 
+
+CREATE TABLE `project_versions` (
+  `id` varchar(255) NOT NULL default '',
+  `project_id` varchar(255) NOT NULL default '',
+  PRIMARY KEY  (`id`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `project_versions`
+-- 
+
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xjavac', 'giraffe/generic/xml-xerces2/xjavac');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/jaxp', 'giraffe/generic/java-xml-pack/jaxp');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/bootstrap-ant', 'giraffe/generic/ant/bootstrap-ant');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xml-apis', 'giraffe/generic/xml-commons/xml-apis');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xml-resolver', 'giraffe/generic/xml-commons/xml-resolver');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xml-commons-resolver', 'giraffe/generic/xml-commons/xml-commons-resolver');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xml-xerces', 'giraffe/generic/xml-xerces2/xml-xerces');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xml-commons-which', 'giraffe/generic/xml-commons/xml-commons-which');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/ant', 'giraffe/generic/ant/ant');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/dist-xerces', 'giraffe/generic/xml-xerces2/dist-xerces');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/xml-xercesImpl', 'giraffe/generic/xml-xerces2/xml-xercesImpl');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/jaxr', 'giraffe/generic/java-xml-pack/jaxr');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/jaxm', 'giraffe/generic/java-xml-pack/jaxm');
+INSERT INTO `project_versions` VALUES ('giraffe/generic@200507051351/jaxrpc', 'giraffe/generic/java-xml-pack/jaxrpc');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-1', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-1');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-2', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-2');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-3', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-3');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-dir-management-1', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-dir-management-1');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-ant-based-1', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-ant-based-1');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-failure-1', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-failure-1');
+INSERT INTO `project_versions` VALUES ('giraffe/gump3-test-fixture@200507051352/gump-fixture-svn-project-prereq-failure-1', 'giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-prereq-failure-1');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `projects`
+-- 
+
+CREATE TABLE `projects` (
+  `id` varchar(255) NOT NULL default '',
+  `name` varchar(255) NOT NULL default '',
+  `description` tinytext,
+  `module_id` varchar(255) NOT NULL default '',
+  PRIMARY KEY  (`id`),
+  KEY `name` (`name`),
+  KEY `module_id` (`module_id`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `projects`
+-- 
+
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-xerces2/xjavac', 'xjavac', 'None', 'giraffe/generic/xml-xerces2');
+INSERT INTO `projects` VALUES ('giraffe/generic/java-xml-pack/jaxp', 'jaxp', 'None', 'giraffe/generic/java-xml-pack');
+INSERT INTO `projects` VALUES ('giraffe/generic/ant/bootstrap-ant', 'bootstrap-ant', 'None', 'giraffe/generic/ant');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-commons/xml-apis', 'xml-apis', 'None', 'giraffe/generic/xml-commons');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-commons/xml-resolver', 'xml-resolver', 'None', 'giraffe/generic/xml-commons');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-commons/xml-commons-resolver', 'xml-commons-resolver', 'None', 'giraffe/generic/xml-commons');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-xerces2/xml-xerces', 'xml-xerces', 'None', 'giraffe/generic/xml-xerces2');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-commons/xml-commons-which', 'xml-commons-which', 'None', 'giraffe/generic/xml-commons');
+INSERT INTO `projects` VALUES ('giraffe/generic/ant/ant', 'ant', 'None', 'giraffe/generic/ant');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-xerces2/dist-xerces', 'dist-xerces', 'None', 'giraffe/generic/xml-xerces2');
+INSERT INTO `projects` VALUES ('giraffe/generic/xml-xerces2/xml-xercesImpl', 'xml-xercesImpl', 'None', 'giraffe/generic/xml-xerces2');
+INSERT INTO `projects` VALUES ('giraffe/generic/java-xml-pack/jaxr', 'jaxr', 'None', 'giraffe/generic/java-xml-pack');
+INSERT INTO `projects` VALUES ('giraffe/generic/java-xml-pack/jaxm', 'jaxm', 'None', 'giraffe/generic/java-xml-pack');
+INSERT INTO `projects` VALUES ('giraffe/generic/java-xml-pack/jaxrpc', 'jaxrpc', 'None', 'giraffe/generic/java-xml-pack');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-1', 'gump-fixture-svn-project-1', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-2', 'gump-fixture-svn-project-2', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-3', 'gump-fixture-svn-project-3', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-dir-management-1', 'gump-fixture-svn-project-dir-management-1', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-ant-based-1', 'gump-fixture-svn-project-ant-based-1', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-failure-1', 'gump-fixture-svn-project-failure-1', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+INSERT INTO `projects` VALUES ('giraffe/gump3-test-fixture/gump-fixture-svn/gump-fixture-svn-project-prereq-failure-1', 'gump-fixture-svn-project-prereq-failure-1', 'None', 'giraffe/gump3-test-fixture/gump-fixture-svn');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `results`
+-- 
+
+CREATE TABLE `results` (
+  `id` int(2) NOT NULL default '0',
+  `name` varchar(32) NOT NULL default '',
+  `description` text,
+  PRIMARY KEY  (`id`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `results`
+-- 
+
+INSERT INTO `results` VALUES (0, 'success', 'This is the status of a successful project build');
+INSERT INTO `results` VALUES (1, 'failure', 'This is the status of a failed project build');
+INSERT INTO `results` VALUES (2, 'stalled', 'This is the status of a project that cannot build due to unsatisfied dependencies');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `runs`
+-- 
+
+CREATE TABLE `runs` (
+  `id` varchar(255) NOT NULL default '',
+  `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end_time` datetime NOT NULL default '0000-00-00 00:00:00',
+  `workspace_id` varchar(255) NOT NULL default '',
+  `name` varchar(12) NOT NULL default '',
+  PRIMARY KEY  (`id`),
+  KEY `workspace_id` (`workspace_id`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `runs`
+-- 
+
+INSERT INTO `runs` VALUES ('giraffe/generic@200507051351', '2005-07-05 13:51:54', '2005-07-05 13:51:54', 'giraffe/generic', '200507051351');
+INSERT INTO `runs` VALUES ('giraffe/gump3-test-fixture@200507051352', '2005-07-05 13:52:11', '2005-07-05 13:52:11', 'giraffe/gump3-test-fixture', '200507051352');
+
+-- --------------------------------------------------------
+
+-- 
+-- Struktur för tabell `workspaces`
+-- 
+
+CREATE TABLE `workspaces` (
+  `id` varchar(255) NOT NULL default '0',
+  `name` varchar(32) NOT NULL default '',
+  `host` varchar(255) NOT NULL default '',
+  `description` tinytext,
+  PRIMARY KEY  (`id`),
+  KEY `host` (`host`)
+) TYPE=MyISAM;
+
+-- 
+-- Data i tabell `workspaces`
+-- 
+
+INSERT INTO `workspaces` VALUES ('giraffe/generic', 'generic', 'giraffe', 'None');
+INSERT INTO `workspaces` VALUES ('giraffe/gump3-test-fixture', 'gump3-test-fixture', 'giraffe', 'None');

Added: gump/branches/Gump3/presentation/packaging-build.xml
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/packaging-build.xml?rev=234419&view=auto
==============================================================================
--- gump/branches/Gump3/presentation/packaging-build.xml (added)
+++ gump/branches/Gump3/presentation/packaging-build.xml Sun Aug 21 19:31:37 2005
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Packaging Generator" default="_packaging_generation_">
+<property name="sourcedir" value="${basedir}/WEB-INF/src"/>
+<property name="targetdir" value="${basedir}/WEB-INF/class"/>
+<property name="librarydir" value="${basedir}/WEB-INF/lib"/>
+
+ <path id="libraries">
+        <fileset dir="${librarydir}">
+            <include name="*.jar"/>
+        </fileset>
+        <pathelement location="/opt/JBoss/server/default/lib/javax.servlet.jar"/>
+        <pathelement location="/opt/JBoss/server/default/lib/jboss-j2ee.jar"/>
+    </path>
+    <target name="clean">
+        <delete dir="${targetdir}"/>
+        <mkdir dir="${targetdir}"/>
+    </target>
+
+   <target name="compile" depends="clean, copy-resources">
+      <javac srcdir="${sourcedir}"
+             destdir="${targetdir}"
+             classpathref="libraries"/>
+    </target>
+
+    <target name="copy-resources">
+        <copy todir="${targetdir}">
+            <fileset dir="${sourcedir}">
+                <exclude name="**/*.xml"/>
+            </fileset>
+        </copy>
+    </target>
+
+<target name="_packaging_generation_" depends="N65540"/>
+<target name="N65540" description="Gump3Present.war" depends="compile">
+<jar destfile="Gump3Present.war">
+<zipfileset dir="WEB-INF/classes" prefix="WEB-INF/classes" includes="**/*.class"/>
+<zipfileset dir="WEB-INF/lib" prefix="WEB-INF/lib"/>
+<zipfileset dir="WEB-INF" prefix="WEB-INF" includes="*.xml, *.tld"/>
+<zipfileset dir="pages" excludes="restricted/*.*"/>
+<zipfileset dir="pages/restricted" prefix="WEB-INF" includes="**"/>
+<zipfileset dir="WEB-INF/src" prefix="WEB-INF/classes" includes="**/*.xml"/>
+</jar>
+</target>
+</project>

Added: gump/branches/Gump3/presentation/pages/index.jsp
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/index.jsp?rev=234419&view=auto
==============================================================================
--- gump/branches/Gump3/presentation/pages/index.jsp (added)
+++ gump/branches/Gump3/presentation/pages/index.jsp Sun Aug 21 19:31:37 2005
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+<html>
+<head>
+ <title>Gump3</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <link rel="stylesheet" type="text/css" href="resources/styles/print.css" media="print"/>
+ <link rel="stylesheet" type="text/css" href="resources/styles/base/content.css" media="all"/>
+ <link rel="stylesheet" type="text/css" href="resources/styles/cavendish/content.css" title="Cavendish" media="all"/>
+ <link rel="stylesheet" type="text/css" href="resources/styles/base/template.css" media="screen"/>
+ <link rel="stylesheet" type="text/css" href="resources/styles/cavendish/template.css" title="Cavendish" media="screen"/>
+ <link rel="icon" href="resources/images/icon.png" type="image/png"/>
+<!--  <xsl:apply-templates select="style"/> -->
+ <script src="/gump3/scripts/search.js" type="text/javascript">//</script>
+</head>
+
+<body>
+
+<div id="top">
+ <ul class="path">
+   Home
+  </ul>
+</div>
+
+<div id="center">
+
+<div id="header">
+ <h1><a href="/gump3/" title="Apache Gump" accesskey="1">Apache Gump</a></h1>
+ <ul>
+
+  <li><a href="./results/" title="Results">Results</a></li>
+    <li><a href="" title="Documentation">Documentation</a></li>
+  <li><a href="http://wiki.apache.org/gump/" title="Wiki">Wiki</a></li>
+  <li><a href="./" title="Home">Home</a></li>
+
+
+ </ul>
+ <div class="searchbox">
+   <label> </label>
+   <!--input type="text" width="10" onkeyup="act(event)"/-->
+ </div>
+</div>
+
+
+
+
+
+<div id="body">
+
+         <h1>Welcome to Apache Gump!</h1>
+<p>Gump is Apache's continuous integration tool. It is written in
+python
+and fully supports Apache Ant, Apache Maven and other build tools. Gump
+is unique in that it builds and compiles software against the latest
+development versions of those projects. This allows gump to detect
+potentially incompatible changes to that software just a few hours
+after those changes are checked into the version control system.
+Notifications are sent to the project team as soon as such a change is
+detected, referencing more detailed reports available online.</p>
+<p>You can set up and run Gump on your own machine and run it on your
+own
+projects, however it is currently most famous for building most of
+Apache's java-based projects and their dependencies (which constitutes
+several million lines of code split up into hundreds of projects). For
+this purpose, the gump project maintains its own dedicated server.
+</p>
+
+<h1>Build results</h1>
+<p>Apache dedicates a complete machine to running gump. The
+<a href="results/">Build results</a> page provides a view of the data
+gump generates for apache.</p>
+
+<h1>Documentation</h1>
+<p>We're working on a <a href="docs/">new set of documentation</a>. A
+lot of material is still available on
+<a href="http://gump.apache.org/">our main website</a> only. Also make
+sure to take a look at the <a href="http://wiki.apache.org/gump">wiki</a>.</p>
+</div>
+
+</div>
+
+<div id="bottom">
+  <div id="footer">
+    <p>Copyright (c) 2000-2004 The Apache Software Foundation and its licensors. Some rights reserved.</p>
+  </div>
+</div>
+
+</body>
+</html>  
+
+
+
+
+
+
+

Added: gump/branches/Gump3/presentation/pages/leftBar.inc
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/leftBar.inc?rev=234419&view=auto
==============================================================================
--- gump/branches/Gump3/presentation/pages/leftBar.inc (added)
+++ gump/branches/Gump3/presentation/pages/leftBar.inc Sun Aug 21 19:31:37 2005
@@ -0,0 +1,18 @@
+<div id="side" class="left">	
+  <div id="menubar">
+    <ul id="nav">
+	
+	<li>
+    <a href="Builds.gump"><strong>Browse by Build</strong>
+     <br/><span class="description">Here is where you browse the data generated by gump given most importance to the various types of builds</span>
+    </a>
+    </li>
+	
+	<li>
+    <a href="ListProjects.gump"><strong>Browse by Project</strong>
+     <br/><span class="description">Here is where you browse the data generated by gump when you are interested in a particular project</span>
+    </a>
+    </li>
+	</ul>
+  </div>
+</div>
\ No newline at end of file

Added: gump/branches/Gump3/presentation/pages/resources/icons/cocoon.ico
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/icons/cocoon.ico?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/icons/cocoon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/arrow.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/arrow.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/body_back.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/body_back.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/body_back.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/cocoon.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/cocoon.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/cocoon.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/header_bl.png
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/header_bl.png?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/header_bl.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/header_br.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/header_br.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/header_br.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/header_tab.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/header_tab.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/header_tab.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/header_tl.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/header_tl.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/header_tl.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/header_tr.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/header_tr.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/header_tr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/icon.png
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/icon.png?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/key-point_bl.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/key-point_bl.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/key-point_bl.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/key-point_br.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/key-point_br.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/key-point_br.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/key-point_tl.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/key-point_tl.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/key-point_tl.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/key-point_tr.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/key-point_tr.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/key-point_tr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/logo.png
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/logo.png?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/menu_back.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/menu_back.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/menu_back.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/menu_br.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/menu_br.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/menu_br.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/menu_tr.gif
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/menu_tr.gif?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/menu_tr.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: gump/branches/Gump3/presentation/pages/resources/images/originals/gump-logo-original.psd
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/presentation/pages/resources/images/originals/gump-logo-original.psd?rev=234419&view=auto
==============================================================================
Binary file - no diff available.

Propchange: gump/branches/Gump3/presentation/pages/resources/images/originals/gump-logo-original.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream