Index: /trunk/README
===================================================================
--- /trunk/README	(revision 137)
+++ /trunk/README	(revision 138)
@@ -1,4 +1,5 @@
     GnuMims - A web application providing a Maintenance and Inventory Management Solution.
-    Copyright (C) <2009>  <Gavin Kromhout>
+    Copyright (C) 2008-2009 Gavin Kromhout
+    Copyright (C) 2008-2009 Steven Tucker
  
     This program is free software: you can redistribute it and/or modify
Index: /trunk/application.properties
===================================================================
--- /trunk/application.properties	(revision 137)
+++ /trunk/application.properties	(revision 138)
@@ -1,6 +1,7 @@
 #utf-8
-#Tue May 19 13:36:38 EST 2009
+#Thu Sep 17 12:53:38 EST 2009
 plugins.acegi=0.5.1
 app.version=
+plugins.class-diagram=0.3
 plugins.help-balloons=1.2
 plugins.quartz=0.4.1-SNAPSHOT
Index: /trunk/doc/DatabaseDesign.tex
===================================================================
--- /trunk/doc/DatabaseDesign.tex	(revision 137)
+++ /trunk/doc/DatabaseDesign.tex	(revision 138)
@@ -4,5 +4,5 @@
 \usepackage{graphicx}
 \author{Gavin Kromhout and Steven Tucker}
-\title{OpenMim Database Design}
+\title{GnuMims Database Design}
 \date{09 November 2008}
 %\date{\today{}}
@@ -19,5 +19,5 @@
  Maintenace departments often buy very expensive and customised software to monitor and improve their maintenace activities.
  There are many advantages to using a database.
- This is our attempt to create openMim, for open source Maintenace and Inventory Management.
+ This is our attempt to create GnuMims, for open source Maintenace and Inventory Management.
 
 
@@ -48,5 +48,5 @@
 \section{Entity Relationship Diagram}
 \begin{center}
- \includegraphics[scale=0.25]{openMimEr.png}
+ \includegraphics[scale=0.25]{gnuMimsErd.png}
 \end{center}
 
@@ -59,9 +59,4 @@
 }
 
-\section{Database Schema}
-\begin{center}
- \includegraphics[scale=1]{dataModel.png}
-\end{center}
-
 \begin{center}
 The end.
Index: /trunk/grails-app/conf/SecurityConfig.groovy
===================================================================
--- /trunk/grails-app/conf/SecurityConfig.groovy	(revision 137)
+++ /trunk/grails-app/conf/SecurityConfig.groovy	(revision 138)
@@ -41,4 +41,6 @@
     '/plugins/help-balloons-1.2/**': ['IS_AUTHENTICATED_FULLY'],
      '/plugins/richui-0.6/**': ['IS_AUTHENTICATED_FULLY'],
+     '/plugins/class-diagram-0.3/**': ['IS_AUTHENTICATED_FULLY'],
+    '/classDiagram/**': ['IS_AUTHENTICATED_FULLY'],
     '/login*': ['IS_AUTHENTICATED_ANONYMOUSLY'],
     '/login/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
