commit f65d1fc030efaf8d46c495fde64f7c8153e394d2 Author: Jonathan Bernard Date: Mon Aug 22 15:54:38 2011 -0500 Initial commit. diff --git a/README.md b/README.md new file mode 100644 index 0000000..80cb69b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Jonathan's Literate Programming +=============================== + +This project grew out of a desire for a documentation system that: + +* diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..f627992 --- /dev/null +++ b/build.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/jdb-build-1.6.xml b/jdb-build-1.6.xml new file mode 100644 index 0000000..3a43212 --- /dev/null +++ b/jdb-build-1.6.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/compile/jar/parboiled-core-1.0.1.jar b/lib/compile/jar/parboiled-core-1.0.1.jar new file mode 100644 index 0000000..b2dbb89 Binary files /dev/null and b/lib/compile/jar/parboiled-core-1.0.1.jar differ diff --git a/lib/compile/jar/pegdown-1.0.2.jar b/lib/compile/jar/pegdown-1.0.2.jar new file mode 100644 index 0000000..9482360 Binary files /dev/null and b/lib/compile/jar/pegdown-1.0.2.jar differ diff --git a/lib/runtime/jar/parboiled-core-1.0.1.jar b/lib/runtime/jar/parboiled-core-1.0.1.jar new file mode 100644 index 0000000..b2dbb89 Binary files /dev/null and b/lib/runtime/jar/parboiled-core-1.0.1.jar differ diff --git a/lib/runtime/jar/pegdown-1.0.2.jar b/lib/runtime/jar/pegdown-1.0.2.jar new file mode 100644 index 0000000..9482360 Binary files /dev/null and b/lib/runtime/jar/pegdown-1.0.2.jar differ diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..7500dab --- /dev/null +++ b/project.properties @@ -0,0 +1,4 @@ +name=jlp +version=alpha1 +build.number=0 +lib.local=true