aboutsummaryrefslogtreecommitdiff
path: root/doc/package-list
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/package-list
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/package-list')
-rw-r--r--doc/package-list38
1 files changed, 21 insertions, 17 deletions
diff --git a/doc/package-list b/doc/package-list
index 1d2873c..86294f9 100644
--- a/doc/package-list
+++ b/doc/package-list
@@ -1,19 +1,23 @@
-uk.org.ury.client
-uk.org.ury.client.test
-uk.org.ury.config
-uk.org.ury.database
-uk.org.ury.database.exceptions
+uk.org.ury.backend.config
+uk.org.ury.backend.database
+uk.org.ury.backend.database.exceptions
+uk.org.ury.backend.handlers
+uk.org.ury.backend.server
+uk.org.ury.backend.server.exceptions
+uk.org.ury.common.library
+uk.org.ury.common.library.exceptions
+uk.org.ury.common.library.item
+uk.org.ury.common.protocol
+uk.org.ury.common.protocol.exceptions
+uk.org.ury.common.show
+uk.org.ury.common.show.item
uk.org.ury.frontend
+uk.org.ury.frontend.client
+uk.org.ury.frontend.client.test
+uk.org.ury.frontend.cpanels.menu
+uk.org.ury.frontend.cpanels.show
uk.org.ury.frontend.exceptions
-uk.org.ury.library
-uk.org.ury.library.exceptions
-uk.org.ury.library.item
-uk.org.ury.library.viewer
-uk.org.ury.protocol
-uk.org.ury.protocol.exceptions
-uk.org.ury.server
-uk.org.ury.server.exceptions
-uk.org.ury.show
-uk.org.ury.show.item
-uk.org.ury.show.viewer
-uk.org.ury.testrig
+uk.org.ury.frontend.modules.library
+uk.org.ury.frontend.modules.menu
+uk.org.ury.frontend.modules.show
+uk.org.ury.frontend.testrig