proyal 2003/02/06 05:34:32
Modified: . cocoon.properties default.properties
simpleserver build.xml
simpleserver/src/xdocs menu.xml
site build.xml default.properties
site/src/xdocs announcement.xml appsincvs.xml index.xml
menu.xml
Log:
s/jakarta-avalon/avalon/
Revision Changes Path
1.3 +3 -3 avalon-apps/cocoon.properties
Index: cocoon.properties
===================================================================
RCS file: /home/cvs/avalon-apps/cocoon.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cocoon.properties 16 Jul 2002 16:47:19 -0000 1.2
+++ cocoon.properties 6 Feb 2003 13:34:31 -0000 1.3
@@ -1,13 +1,13 @@
# ============================================================================
# Standard Build Properties for documentation generation using cocoon
# ============================================================================
-# We imply that jakarta-avalon module is in the same dir
+# We imply that avalon module is in the same dir
# as the apps module. We assume we are called from a subdirectory of
# the current directory, and that the build.dir and src.dir properties
# are set
-# location of the jakarta-avalon CVS module.
-framework.dir = ../../jakarta-avalon
+# location of the avalon CVS module.
+framework.dir = ../../avalon
# temporary files are stored here
cocoon.work=${build.dir}/work
1.2 +7 -7 avalon-apps/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-apps/default.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default.properties 16 Jul 2002 16:47:19 -0000 1.1
+++ default.properties 6 Feb 2003 13:34:31 -0000 1.2
@@ -1,5 +1,5 @@
# ============================================================================
-# Standard Build Properties for applications in jakarta-avalon-apps
+# Standard Build Properties for applications in avalon-apps
# ============================================================================
# Specifies the default values for properties commonly required in ant build
# scripts
@@ -7,7 +7,7 @@
# ant.properties files. This file is not ment for editing by the average user;
# use ant.properties files instead
#
-# We imply that the jakarta-avalon module is in the same dir
+# We imply that the avalon module is in the same dir
# as the apps module. We assume we are called from a subdirectory of
# the current directory, and that the basedir has been properly set.
@@ -39,11 +39,11 @@
# ----------------------------------------------------------------------------
# ----- other cvs modules -----
-avalon-framework.dir = ${basedir}/../../jakarta-avalon
-avalon-excalibur.dir = ${basedir}/../../jakarta-avalon-excalibur
-avalon-phoenix.dir = ${basedir}/../../jakarta-avalon-phoenix
-avalon-cornerstone.dir = ${basedir}/../../jakarta-avalon-cornerstone
-avalon-logkit.dir = ${basedir}/../../jakarta-avalon-logkit
+avalon-framework.dir = ${basedir}/../../avalon
+avalon-excalibur.dir = ${basedir}/../../avalon-excalibur
+avalon-phoenix.dir = ${basedir}/../../avalon-phoenix
+avalon-cornerstone.dir = ${basedir}/../../avalon-cornerstone
+avalon-logkit.dir = ${basedir}/../../avalon-logkit
# ----- build destinations -----
build.dir = ${basedir}/build
1.21 +3 -3 avalon-apps/simpleserver/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-apps/simpleserver/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 7 Dec 2002 14:07:55 -0000 1.20
+++ build.xml 6 Feb 2003 13:34:31 -0000 1.21
@@ -17,7 +17,7 @@
<!-- Set the installation variables for Cornerstone/Phoenix -->
- <property name="phoenix.home" value="../../jakarta-avalon-phoenix/dist"/>
+ <property name="phoenix.home" value="../../avalon-phoenix/dist"/>
<property name="install.dir" value="${phoenix.home}/apps"/>
<!-- Set the properties for intermediate directory -->
@@ -36,9 +36,9 @@
<property name="java.dir" value="${src.dir}/java"/>
<property name="manifest.dir" value="${src.dir}/manifest"/>
<property name="conf.dir" value="${src.dir}/conf"/>
- <property name="context.dir" value="../../jakarta-avalon/src/documentation"/>
+ <property name="context.dir" value="../../avalon/src/documentation"/>
<property name="xdocs.dir" value="${src.dir}/xdocs"/>
- <property name="tools.dir" location="../../jakarta-avalon/tools"/>
+ <property name="tools.dir" location="../../avalon/tools"/>
<property name="dist.base" value="distributions"/>
1.2 +1 -1 avalon-apps/simpleserver/src/xdocs/menu.xml
Index: menu.xml
===================================================================
RCS file: /home/cvs/avalon-apps/simpleserver/src/xdocs/menu.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu.xml 26 Jul 2002 14:26:56 -0000 1.1
+++ menu.xml 6 Feb 2003 13:34:31 -0000 1.2
@@ -10,7 +10,7 @@
<menu label="About">
<menu-item label="Overview" href="index.html"/>
<menu-item type="external" label="API Docs" href="http://hack.hack"/>
- <menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
+ <menu-item type="external" id="downloads" label="Download"
href="http://jakarta.apache.org/builds/avalon-apps/"/>
</menu>
</book>
1.13 +3 -3 avalon-apps/site/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-apps/site/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 5 Nov 2002 22:44:39 -0000 1.12
+++ build.xml 6 Feb 2003 13:34:31 -0000 1.13
@@ -29,11 +29,11 @@
<property name="java.dir" value="${src.dir}/java"/>
<property name="manifest.dir" value="${src.dir}/manifest"/>
<property name="conf.dir" value="${src.dir}/conf"/>
- <property name="context.dir" value="../../jakarta-avalon/src/documentation"/>
+ <property name="context.dir" value="../../avalon/src/documentation"/>
<property name="xdocs.dir" value="${src.dir}/xdocs"/>
- <property name="tools.dir" location="../../jakarta-avalon/tools"/>
+ <property name="tools.dir" location="../../avalon/tools"/>
- <property name="www.dir" value="../../jakarta-avalon-site/docs"/>
+ <property name="www.dir" value="../../avalon-site/docs"/>
<property name="dist.base" value="distributions"/>
1.2 +1 -1 avalon-apps/site/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-apps/site/default.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default.properties 14 Jul 2002 16:43:31 -0000 1.1
+++ default.properties 6 Feb 2003 13:34:31 -0000 1.2
@@ -23,7 +23,7 @@
# --------------------------------------------------
# ----- Avalon Framework -----
-avalon-framework.home=${basedir}/../../jakarta-avalon
+avalon-framework.home=${basedir}/../../avalon
avalon-framework.lib=${avalon-framework.home}/build/lib
avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
1.2 +1 -1 avalon-apps/site/src/xdocs/announcement.xml
Index: announcement.xml
===================================================================
RCS file: /home/cvs/avalon-apps/site/src/xdocs/announcement.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- announcement.xml 30 Jun 2002 09:08:45 -0000 1.1
+++ announcement.xml 6 Feb 2003 13:34:32 -0000 1.2
@@ -24,7 +24,7 @@
</para>
</description>
<changes version="@version@" file="changes.xml"/>
- <downloads name="Avalon Apps"
base="http://jakarta.apache.org/builds/jakarta-avalon-apps"/>
+ <downloads name="Avalon Apps"
base="http://jakarta.apache.org/builds/avalon-apps"/>
</project>
</announcement>
1.8 +3 -3 avalon-apps/site/src/xdocs/appsincvs.xml
Index: appsincvs.xml
===================================================================
RCS file: /home/cvs/avalon-apps/site/src/xdocs/appsincvs.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- appsincvs.xml 7 Dec 2002 01:41:50 -0000 1.7
+++ appsincvs.xml 6 Feb 2003 13:34:32 -0000 1.8
@@ -10,9 +10,9 @@
</linkuthors>
</header>
<body>
- <s1 title="Applications in the jakarta-avalon-apps project">
+ <s1 title="Applications in the avalon-apps project">
<p>
- All of these applications are in an Avalon CVS depot
<strong>jakarta-avalon-apps</strong>.
+ All of these applications are in an Avalon CVS depot
<strong>avalon-apps</strong>.
</p>
<s2 title="Demos">
<p>
1.10 +2 -2 avalon-apps/site/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon-apps/site/src/xdocs/index.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.xml 6 Jun 2002 20:48:40 -0000 1.9
+++ index.xml 6 Feb 2003 13:34:32 -0000 1.10
@@ -45,7 +45,7 @@
See the <strong>left margin</strong> of this page for the links to
applications in
Avalon's CVS and elsewhere. The applications listed there are
downloadable from
- <link
href="http://jakarta.apache.org/builds/jakarta-avalon/TODO">here</link>
+ <link href="http://jakarta.apache.org/builds/avalon/TODO">here</link>
and can be dropped into the your handy Phoenix server.
</p>
</s1>
1.2 +1 -1 avalon-apps/site/src/xdocs/menu.xml
Index: menu.xml
===================================================================
RCS file: /home/cvs/avalon-apps/site/src/xdocs/menu.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu.xml 26 Jul 2002 14:26:56 -0000 1.1
+++ menu.xml 6 Feb 2003 13:34:32 -0000 1.2
@@ -8,7 +8,7 @@
<menu name="Essentials">
<item name="Overview" href="index.html"/>
- <item name="Download"
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
+ <item name="Download"
href="http://jakarta.apache.org/builds/avalon-apps/"/>
<item name="Wishlist" href="todo.html"/>
</menu>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]