From 7813044a880647e36dde397f13c6a4df3a4e7a6a Mon Sep 17 00:00:00 2001 From: Will Duquette Date: Tue, 28 Oct 2014 18:33:41 -0700 Subject: [PATCH] Final Notebook 2.2.0 Changes --- .gitignore | 3 ++- lib/quillinfo/quillinfo.tcl | 10 +++++++++- test/app_notebook/app_notebook.test | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d90feff..c2eadf3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ bin/*linux* bin/*.kit *~ *.bak -Testing.nbk \ No newline at end of file +Testing.nbk +*.zip \ No newline at end of file diff --git a/lib/quillinfo/quillinfo.tcl b/lib/quillinfo/quillinfo.tcl index cd6d675..da811a9 100644 --- a/lib/quillinfo/quillinfo.tcl +++ b/lib/quillinfo/quillinfo.tcl @@ -17,7 +17,15 @@ namespace eval ::quillinfo { variable meta - array set meta {local-textutil::adjust 0 url http://my.home.page description {Notebook Personal Wiki} provides {} local-BWidget 0 homepage http://home.page.url requires {Tcl snit BWidget textutil::expander textutil::adjust} version-textutil::expander 1.3.1 version-BWidget 1.9 version-snit 2.3 exetype-notebook exe local-Tcl 0 gui-notebook 1 apps notebook version-textutil::adjust 0.7.1 local-textutil::expander 0 local-snit 0 version 2.2.0 version-Tcl 8.6.1 project notebook dists {}} + array set meta {local-textutil::adjust 0 url http://my.home.page description {Notebook Personal Wiki} provides {} local-BWidget 0 homepage http://home.page.url requires {Tcl snit BWidget textutil::expander textutil::adjust} version-textutil::expander 1.3.1 version-BWidget 1.9 version-snit 2.3 exetype-notebook exe local-Tcl 0 gui-notebook 1 distpat-install-%platform { + %apps + docs/*.html + docs/*/*.html + docs/*.md + LICENSE + README.md + +} apps notebook version-textutil::adjust 0.7.1 local-textutil::expander 0 local-snit 0 version 2.2.0 version-Tcl 8.6.1 project notebook dists install-%platform} namespace export \ project \ diff --git a/test/app_notebook/app_notebook.test b/test/app_notebook/app_notebook.test index 3d2c93c..ee0c204 100644 --- a/test/app_notebook/app_notebook.test +++ b/test/app_notebook/app_notebook.test @@ -35,7 +35,7 @@ namespace import ::app_notebook::* test dummy-1.1 {dummy test} -body { set a false -} -result {true} +} -result {false} #------------------------------------------------------------------------- # Cleanup