summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml3
-rw-r--r--index.html1
2 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 978f751a..96f3c251 100644
--- a/build.xml
+++ b/build.xml
@@ -94,11 +94,14 @@
<exclude name="**/runtime/*/**"/>
<exclude name="**/assets/*/**"/>
<exclude name="demos/blog/protected/Data/Blog.db" />
+ <include name="demos/address-book/**/*"/>
<include name="demos/blog/**/*"/>
+ <include name="demos/blog-tutorial/**/*"/>
<include name="demos/chat/**/*"/>
<include name="demos/composer/**/*"/>
<include name="demos/currency-converter/**/*"/>
<include name="demos/helloworld/**/*"/>
+ <include name="demos/northwind-db/**/*"/>
<include name="demos/personal/**/*"/>
<include name="demos/quickstart/**/*"/>
<include name="demos/soap/**/*"/>
diff --git a/index.html b/index.html
index 50e13a6e..8b7be244 100644
--- a/index.html
+++ b/index.html
@@ -58,6 +58,7 @@ After downloading the latest PRADO release file, unpack it to a Web-accessible d
<li><a href="demos/currency-converter/index.php">Currency Converter</a></li>
<li><a href="demos/soap/index.php">SOAP</a> (requires php_soap extension)</li>
<li><a href="demos/personal/index.php">Personal Website</a></li>
+ <li><a href="demos/address-book/index.php">Addressbook</a> (requires php_soap extension)</li>
<li><a href="demos/sqlmap/index.php">SqlMap Tutorial</a> (not completed yet)</li>
</ul>