You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2014/02/20 04:17:59 UTC

svn commit: r1570065 - in /db/derby/code/trunk: java/demo/demo.html tools/release/build.xml

Author: rhillegas
Date: Thu Feb 20 03:17:59 2014
New Revision: 1570065

URL: http://svn.apache.org/r1570065
Log:
DERBY-6482: Copy built VTI demo classes into the demo directory of Derby distributions; commit derby-6482-02-aa-copyClasses.diff.

Modified:
    db/derby/code/trunk/java/demo/demo.html
    db/derby/code/trunk/tools/release/build.xml

Modified: db/derby/code/trunk/java/demo/demo.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/demo.html?rev=1570065&r1=1570064&r2=1570065&view=diff
==============================================================================
--- db/derby/code/trunk/java/demo/demo.html (original)
+++ db/derby/code/trunk/java/demo/demo.html Thu Feb 20 03:17:59 2014
@@ -60,7 +60,7 @@ This demo shows how to use user-coded Ja
 functions and procedures inside the Derby engine.
 </p>
 </LI>
-<LI><A href="vtis/README" type="text/plain">VTIs</A>
+<LI><A href="vtis/README.html">VTIs</A>
 <p class="BodyRelative">This set of demos contains sample table functions for
 <ul>
 <li>Making a table out of a property file</li>

Modified: db/derby/code/trunk/tools/release/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/release/build.xml?rev=1570065&r1=1570064&r2=1570065&view=diff
==============================================================================
--- db/derby/code/trunk/tools/release/build.xml (original)
+++ db/derby/code/trunk/tools/release/build.xml Thu Feb 20 03:17:59 2014
@@ -243,6 +243,8 @@
                   prefix="${derby.bin}/demo/databases"/>
       <zipfileset dir="${basedir}/classes" includes="Wwd*.class"
                   prefix="${derby.bin}/demo/programs/workingwithderby"/>
+      <zipfileset dir="${basedir}/classes/org/apache/derbyDemo" includes="vtis/**"
+                  prefix="${derby.bin}/demo/programs/vtis/org/apache/derbyDemo"/>
 
       <!-- docs -->
       <zipfileset dir="${docs.root}/out" includes="**/*.html,**/*.jpg,**/*.gif,**/*.css"