Initial commit of "simple" example bundle.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@464985 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/simple/doc/index.html b/simple/doc/index.html
new file mode 100644
index 0000000..5015338
--- /dev/null
+++ b/simple/doc/index.html
@@ -0,0 +1,36 @@
+<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+  <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+  <meta name="Author" content="Richard S. Hall">
+  <title>Simple</title>
+</head>
+<body alink="#ff0000" vlink="#551a8b" link="#0000ee" bgcolor="#ffffff"
+ text="#000000">
+<font face="sans-serif">
+<h1><i><font color="#0000aa">Simple<br>
+</font></i></h1>
+<p><b>Description</b><br>
+A very simple bundle that demonstrates four different issues. It
+demonstrates the basics for creating a bundle. It also
+demonstates how to include an embedded JAR file in a bundle. It
+demonstrates how to include a native library in a bundle; currently the
+example only supports Linux on a PC, but other platforms will work
+similarly. Lastly, it demonstrates dynamic imports.<br>
+</p>
+<p><b>Contributor(s)</b><br>
+Richard S. Hall (<a href="mailto:heavy@ungoverned.org">heavy@ungovenred.org</a>)<br>
+</p>
+<p><b>License</b><br>
+BSD<br>
+</p>
+<p><b>Services</b><br>
+None </p>
+<p> <b>Properties</b><br>
+None </p>
+<p><b>Requirements<br>
+</b>None</p>
+</font>
+</body>
+</html>