Added Files:
Placeholder.java package.html
Log Message:
* mark old contrib items as deprecated
* import a modified version of cdg into contrib
--- /dev/null
+++ contrib/cdg/src/cdg/com/devclue/grouper/package.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+Copyright (C) 2005 blair christensen.
+All Rights Reserved.
+
+You may use and distribute under the same terms as Grouper itself.
+
+-->
+</head>
+<body bgcolor="white">
+<p>
+<i>com.devclue.grouper</i> (cdg) is a collection of (very
+underdocumented) Java classes (both libraries and applications)
+that use the Grouper API to assist in initializing and maintaining
+a Groups Registry.
+</p>
+<p>
+@version $Id: package.html,v 1.1 2005/12/16 21:48:00 blair Exp $
+</p>
+</body>
+</html>
+
--- /dev/null
+++ contrib/cdg/src/cdg/com/devclue/grouper/Placeholder.java
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2005 blair christensen.
+ * All Rights Reserved.
+ *
+ * You may use and distribute under the same terms as Grouper itself.
+ */
+
+/**
+ * Exists only to enable package.html to be included in javadoc
+ * <p />
+ * @author blair christensen.
+ * @version $Id: Placeholder.java,v 1.1 2005/12/16 21:48:00 blair Exp $
+ */
+class Placeholder { }
+