(no commit message)
authorErik Brakkee <erik@brakkee.org>
Thu, 16 Mar 2006 18:57:48 +0000 (18:57 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 16 Mar 2006 18:57:48 +0000 (18:57 +0000)
support/src/org/wamblee/cache/package.html [new file with mode: 0644]
support/src/org/wamblee/concurrency/package.html [new file with mode: 0644]
support/src/org/wamblee/conditions/package.html [new file with mode: 0644]
support/src/org/wamblee/general/package.html [new file with mode: 0644]
support/src/org/wamblee/io/package.html [new file with mode: 0644]
support/src/org/wamblee/observer/package.html [new file with mode: 0644]
support/src/org/wamblee/persistence/hibernate/package.html [new file with mode: 0644]
support/src/org/wamblee/persistence/package.html [new file with mode: 0644]
support/src/org/wamblee/xml/package.html [new file with mode: 0644]

diff --git a/support/src/org/wamblee/cache/package.html b/support/src/org/wamblee/cache/package.html
new file mode 100644 (file)
index 0000000..4a63034
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides an interface for a cache together with several 
+implementations. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/concurrency/package.html b/support/src/org/wamblee/concurrency/package.html
new file mode 100644 (file)
index 0000000..b979a20
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides utilities for dealing with concurrency. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/conditions/package.html b/support/src/org/wamblee/conditions/package.html
new file mode 100644 (file)
index 0000000..e6d60ee
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides some basic support classes for checking boolean conditions
+on objects. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/general/package.html b/support/src/org/wamblee/general/package.html
new file mode 100644 (file)
index 0000000..3c26e02
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides several general purpose support classes. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/io/package.html b/support/src/org/wamblee/io/package.html
new file mode 100644 (file)
index 0000000..da99ab9
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides several support utilities for IO related functionality.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/observer/package.html b/support/src/org/wamblee/observer/package.html
new file mode 100644 (file)
index 0000000..955f7e0
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides support for the observer pattern. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/persistence/hibernate/package.html b/support/src/org/wamblee/persistence/hibernate/package.html
new file mode 100644 (file)
index 0000000..c3ed16c
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides support utilities for persistence with hibernate.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/persistence/package.html b/support/src/org/wamblee/persistence/package.html
new file mode 100644 (file)
index 0000000..c73209d
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides support for persistence. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/support/src/org/wamblee/xml/package.html b/support/src/org/wamblee/xml/package.html
new file mode 100644 (file)
index 0000000..47a99d5
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides support utilities for XML processing. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>