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 ch...@apache.org on 2014/02/04 22:27:50 UTC

svn commit: r1564508 - in /db/derby/code/trunk/java/demo: demo.html localcal/ navbar.html

Author: chaase3
Date: Tue Feb  4 21:27:50 2014
New Revision: 1564508

URL: http://svn.apache.org/r1564508
Log:
DERBY-6463  localcal demo seems to be obsolete and should be removed

Removed localcal directory, modified HTML files that referred to it.

Patch: DERBY-6463-2.diff

Removed:
    db/derby/code/trunk/java/demo/localcal/
Modified:
    db/derby/code/trunk/java/demo/demo.html
    db/derby/code/trunk/java/demo/navbar.html

Modified: db/derby/code/trunk/java/demo/demo.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/demo.html?rev=1564508&r1=1564507&r2=1564508&view=diff
==============================================================================
--- db/derby/code/trunk/java/demo/demo.html (original)
+++ db/derby/code/trunk/java/demo/demo.html Tue Feb  4 21:27:50 2014
@@ -53,12 +53,6 @@ The document describes the tables, the n
         <p class="BodyRelative">Programs described and modified as part of the activities documented in 
 the <A href="../../docs/html/getstart/index.html">Getting Started With Derby</A> manual.</p>
 </LI>
-<LI><A href="localcal/README" type="text/plain">LocalCalendar</A>
-<p class="BodyRelative">The LocalCalendar application demonstrates the
-embedded/offline capabilities of Derby through a sample application that
-lets you manage GoogleCalendar events offline and synchronize when
-you come back online.</p>
-</LI>
 <LI><A href="scores/README" type="text/plain">Scores</A>
 <p class="BodyRelative">
 From Apachecon 2006 (Austin), this demo shows how to use user-coded Java

Modified: db/derby/code/trunk/java/demo/navbar.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/navbar.html?rev=1564508&r1=1564507&r2=1564508&view=diff
==============================================================================
--- db/derby/code/trunk/java/demo/navbar.html (original)
+++ db/derby/code/trunk/java/demo/navbar.html Tue Feb  4 21:27:50 2014
@@ -30,7 +30,6 @@
   <p class="NavBar1"><a href="nserverdemo/readme.html" target="mainPage">Network Server Sample Programs</a></p>
   <p class="NavBar1"><a href="toursdb/toursdb_readme.html" target="mainPage">ToursDB sample database schema</a></p>
   <p class="NavBar1"><a href="workingwithderby/readme.html" target="mainPage">Getting Started With Derby Activities Programs</a></p>
-  <p class="NavBar1"><a href="localcal/README" type="text/plain" target="mainPage">LocalCalendar example</a></p>
   <p class="NavBar1"><a href="scores/README" type="text/plain" target="mainPage">Scores example</a></p>
   <p class="NavBar1"><a href="vtis/README" type="text/plain" target="mainPage">VTI samples</a></p>
 </div>