hammant 02/03/09 07:21:27
Modified: demo build.xml
demo/src/xdocs book.xml demo-helloworld.xml
demo-soaphelloworld.xml index.xml
Log:
Remove more references to Cornerstone
Revision Changes Path
1.44 +2 -2 jakarta-avalon-apps/demo/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/demo/build.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- build.xml 4 Mar 2002 16:16:58 -0000 1.43
+++ build.xml 9 Mar 2002 15:21:27 -0000 1.44
@@ -76,7 +76,7 @@
<!-- Setup the filters -->
<target name="setup-filters">
- <filter token="Name" value="Avalon Cornerstone - Demos"/>
+ <filter token="Name" value="Avalon Apps - Demos"/>
<filter token="name" value="demos"/>
<filter token="version" value="${version}"/>
<filter token="year" value="${year}"/>
@@ -411,7 +411,7 @@
</classpath>
</java>
- <copy todir="docs/apps/demo">
+ <copy todir="docs">
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
1.4 +4 -4 jakarta-avalon-apps/demo/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/demo/src/xdocs/book.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- book.xml 29 Dec 2001 17:39:17 -0000 1.3
+++ book.xml 9 Mar 2002 15:21:27 -0000 1.4
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
-<book software="Cornerstone"
- title="Cornerstone Documentation - Applications / Demo"
+<book software="Avalon Applications"
+ title="Avalon Applications Documentation - Applications / Demo"
copyright="@year@ The Apache Software Foundation">
<project label="Back to Avalon" href="@AVALON_BASE@" />
<menu label="About">
<menu-item label="Overview" href="index.html"/>
- <menu-item type="external" id="CornerstoneHome" label="Cornerstone Home"
href="http://jakarta.apache.org/avalon/cornerstone/index.html"/>
- <menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon/cornerstone"/>
+ <menu-item type="external" id="AppsHome" label="Apps Home"
href="http://jakarta.apache.org/avalon/apps/index.html"/>
+ <menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon/apps"/>
<menu-item type="external" id="api-docs" label="API Docs"
href="api/index.html"/>
</menu>
<menu label="Demo Components">
1.6 +2 -2 jakarta-avalon-apps/demo/src/xdocs/demo-helloworld.xml
Index: demo-helloworld.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/demo/src/xdocs/demo-helloworld.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- demo-helloworld.xml 4 Mar 2002 13:17:37 -0000 1.5
+++ demo-helloworld.xml 9 Mar 2002 15:21:27 -0000 1.6
@@ -4,7 +4,7 @@
<document>
<header>
- <title>Cornerstone Developer Documentation - Applications / Demo</title>
+ <title>Avalon Applications / Demo</title>
<subtitle>The 'Hello World' Example Application</subtitle>
<authors>
<person name="Paul Hammant" email="[EMAIL PROTECTED]"/>
@@ -125,7 +125,7 @@
<footer>
<legal>
Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
- $Revision: 1.5 $ $Date: 2002/03/04 13:17:37 $
+ $Revision: 1.6 $ $Date: 2002/03/09 15:21:27 $
</legal>
</footer>
</document>
1.6 +2 -2
jakarta-avalon-apps/demo/src/xdocs/demo-soaphelloworld.xml
Index: demo-soaphelloworld.xml
===================================================================
RCS file:
/home/cvs/jakarta-avalon-apps/demo/src/xdocs/demo-soaphelloworld.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- demo-soaphelloworld.xml 4 Mar 2002 13:17:37 -0000 1.5
+++ demo-soaphelloworld.xml 9 Mar 2002 15:21:27 -0000 1.6
@@ -4,7 +4,7 @@
<document>
<header>
- <title>Cornerstone Developer Documentation - Applications / Demo</title>
+ <title>Avalon Applications / Demo</title>
<subtitle>The 'Hello World' Example Application</subtitle>
<authors>
<person name="Paul Hammant" email="[EMAIL PROTECTED]"/>
@@ -150,7 +150,7 @@
<footer>
<legal>
Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
- $Revision: 1.5 $ $Date: 2002/03/04 13:17:37 $
+ $Revision: 1.6 $ $Date: 2002/03/09 15:21:27 $
</legal>
</footer>
</document>
1.3 +3 -5 jakarta-avalon-apps/demo/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/demo/src/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 29 Dec 2001 17:39:17 -0000 1.2
+++ index.xml 9 Mar 2002 15:21:27 -0000 1.3
@@ -4,7 +4,7 @@
<document>
<header>
- <title>Cornerstone Developer Documentation - Applications / Demo</title>
+ <title>Avalon Applications / Demo</title>
<subtitle>Introduction</subtitle>
<authors>
<person name="Avalon Documentation Team"
email="[email protected]"/>
@@ -13,16 +13,14 @@
<body>
<s1 title="Introduction">
<p>
- Cornerstone is a set of services for the Phoenix kernel. It contains
"blocks"
- that plug into Phoenix. Example blocks include ConnectionManager,
SocketManager,
- Scheduler etc.
+ Demos are a few very simple blocks for phoenix.
</p>
</s1>
</body>
<footer>
<legal>
Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
- $Revision: 1.2 $ $Date: 2001/12/29 17:39:17 $
+ $Revision: 1.3 $ $Date: 2002/03/09 15:21:27 $
</legal>
</footer>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>