donaldp 2002/06/22 09:35:04
Modified: all build.xml
baxter build.xml
baxter/src/xdocs index.xml
bzip2 build.xml
cache README.txt
cli README.txt
collections build.xml
component build.xml
concurrent build.xml
containerkit README.txt
converter README.txt
datasource build.xml
event README.txt
extension README.txt
fortress README.txt
instrument build.xml
instrument-client build.xml
instrument-manager build.xml
io README.txt build.xml
logger build.xml
monitor build.xml
naming README.txt
pool build.xml
sourceresolve build.xml
store build.xml
tar README.txt
template-product build.xml
testcase build.xml
thread build.xml
threadcontext build.xml
util build.xml
xmlbundle build.xml
zip build.xml
Removed: baxter BUILDING.txt README.txt
bzip2 BUILDING.txt README.txt
cache BUILDING.txt
cli BUILDING.txt
collections BUILDING.txt README.txt
component BUILDING.txt README.txt
concurrent BUILDING.txt README.txt
configuration BUILDING.txt
containerkit BUILDING.txt
converter BUILDING.txt
datasource BUILDING.txt
event BUILDING.txt
extension BUILDING.txt
fortress BUILDING.txt
instrument BUILDING.txt README.txt
instrument-client BUILDING.txt README.txt
instrument-manager BUILDING.txt README.txt
io BUILDING.txt
logger BUILDING.txt README.txt
merlin BUILDING.txt
monitor BUILDING.txt
monitor/examples README.txt
naming BUILDING.txt
pool BUILDING.txt README.txt
sourceresolve BUILDING.txt
sourceresolve/examples README.txt
store BUILDING.txt
store/examples README.txt
tar BUILDING.txt
template-product BUILDING.txt
testcase BUILDING.txt README.txt
thread BUILDING.txt README.txt
threadcontext BUILDING.txt README.txt
tweety BUILDING.txt
util BUILDING.txt README.txt
xmlbundle BUILDING.txt
zip BUILDING.txt README.txt
Log:
Remove "empty" READMEs and all the BUILDING.txt (they weren't uptodate in
most cases anyways).
Revision Changes Path
1.151 +0 -76 jakarta-avalon-excalibur/all/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- build.xml 11 May 2002 09:43:08 -0000 1.150
+++ build.xml 22 Jun 2002 16:34:59 -0000 1.151
@@ -157,15 +157,6 @@
<mkdir dir="${build.classes}"/>
<mkdir dir="${build.scratchpad}"/>
- <!--
- <copy todir="${build.scratchpad}">
- <fileset dir="${scratchpad.dir}">
- <include name="**/test/**"/>
- <exclude name="**/test/*.java"/>
- </fileset>
- </copy>
- -->
-
<javac srcdir="${scratchpad.dir}"
destdir="${build.scratchpad}"
debug="${build.debug}"
@@ -342,16 +333,6 @@
<!-- Create the API documentation in doc/api directory -->
<target name="local-javadocs" depends="javadocs">
- <!-- Copy the main javadocs -->
- <!--
- Commented out as no more main javadocs to copy (JT)
- <delete dir="${javadocs.dir}"/>
- <mkdir dir="${javadocs.dir}"/>
-
- <copy todir="${javadocs.dir}">
- <fileset dir="${build.javadocs}" />
- </copy>
- -->
<!-- Copy the scratchpad javadocs -->
<delete dir="${javadocs-scratchpad.dir}"/>
@@ -493,36 +474,6 @@
<mkdir dir="${dist.docs}"/>
<mkdir dir="${dist.javadocs}"/>
- <!--
- <mkdir dir="${dist.docs}/test"/>
-
- No more tests (JT)
- <copy todir="${dist.docs}/test">
- <fileset dir="${build.testdocs}"/>
- </copy>
- -->
-
- <!--
- No more docs (JT)
- <copy todir="${dist.docs}">
- <fileset dir="${build.docs}"/>
- </copy>
- -->
-
- <!--
- No more main javadocs (JT)
- <copy todir="${dist.javadocs}">
- <fileset dir="${build.javadocs}"/>
- </copy>
- -->
-
- <copy todir="${dist.dir}">
- <fileset dir=".">
- <include name="README.txt"/>
- <include name="LICENSE.txt"/>
- <include name="KEYS"/>
- </fileset>
- </copy>
<chmod dir="${dist.dir}" perm="go-rwx" />
@@ -553,33 +504,6 @@
<copy todir="${src.dist.src}">
<fileset dir="${src.dir}"/>
</copy>
-
- <!--
- No more main docs (JT)
- <copy todir="${src.dist.docs}">
- <fileset dir="${build.docs}"/>
- </copy>
- -->
-
- <!--
- No more main javadocs (JT)
- <copy todir="${src.dist.javadocs}">
- <fileset dir="${build.javadocs}"/>
- </copy>
- -->
-
- <copy todir="${src.dist.dir}">
- <fileset dir=".">
- <include name="README.txt"/>
- <include name="LICENSE.txt"/>
- <include name="build.xml"/>
- </fileset>
- </copy>
-
- <!--
- No more main code (JT)
- <fixcrlf srcdir="${src.dist.src}/java" includes="**/*.java"
eol="lf"/>
- -->
<chmod dir="${src.dist.dir}" perm="go-rwx" />
1.22 +14 -16 jakarta-avalon-excalibur/baxter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 22 Jun 2002 14:39:05 -0000 1.21
+++ build.xml 22 Jun 2002 16:34:59 -0000 1.22
@@ -269,7 +269,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -309,8 +308,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -319,7 +318,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -348,8 +346,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -358,7 +356,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -367,7 +365,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -396,22 +394,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.4 +0 -15 jakarta-avalon-excalibur/baxter/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/src/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 5 Apr 2002 08:21:03 -0000 1.3
+++ index.xml 22 Jun 2002 16:35:00 -0000 1.4
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
-<!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
-
<document>
<header>
<title>Excalibur Baxter JMX Utilities - Overview</title>
@@ -12,13 +10,6 @@
</header>
<body>
<s1 title="Introduction">
- <warn>
- This package is under development, and the API is not
- guaranteed to be the same when it is ready for release.
- You can find this in the Scratchpad.jar file if you want
- to play with it. Do not blame us if the next release of
- Excalibur breaks your code if you use this package.
- </warn>
<p>
Baxter is a set of base classes and utility classes that are enable
rapid creation of MBeans via delegation and inheritance. These were
@@ -26,10 +17,4 @@
</p>
</s1>
</body>
- <footer>
- <legal>
- Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
- $Revision$ $Date$
- </legal>
- </footer>
</document>
1.25 +8 -10 jakarta-avalon-excalibur/bzip2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 22 Jun 2002 14:39:05 -0000 1.24
+++ build.xml 22 Jun 2002 16:35:00 -0000 1.25
@@ -264,7 +264,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -312,8 +311,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -322,7 +321,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -370,16 +368,16 @@
</fileset>
</copy>
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.3 +0 -13 jakarta-avalon-excalibur/cache/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cache/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 19 Mar 2002 21:23:00 -0000 1.2
+++ README.txt 22 Jun 2002 16:35:00 -0000 1.3
@@ -6,16 +6,3 @@
The Cache component is a set of classes that allow you to cache
objects to memory. It gives you a flexible and plugable API
to allow you to specify the exact policies you want.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.2 +0 -13 jakarta-avalon-excalibur/cli/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/cli/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 18 Mar 2002 11:25:38 -0000 1.1
+++ README.txt 22 Jun 2002 16:35:00 -0000 1.2
@@ -4,16 +4,3 @@
The CLI component is a set of classes that allow you to parse
command line arguments. It parses command line arguments that
conform to the GNU "standard" for command line arguments.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.20 +14 -16 jakarta-avalon-excalibur/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 22 Jun 2002 14:39:05 -0000 1.19
+++ build.xml 22 Jun 2002 16:35:00 -0000 1.20
@@ -265,7 +265,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -305,8 +304,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -315,7 +314,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -344,8 +342,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -354,7 +352,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -363,7 +361,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -392,22 +390,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/collections"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/collections"/>
<copy todir="../site/dist/docs/collections">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.19 +14 -16 jakarta-avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 22 Jun 2002 14:39:05 -0000 1.18
+++ build.xml 22 Jun 2002 16:35:00 -0000 1.19
@@ -282,7 +282,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -322,8 +321,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -332,7 +331,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -361,8 +359,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -371,7 +369,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -380,7 +378,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -409,22 +407,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.20 +14 -16 jakarta-avalon-excalibur/concurrent/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 22 Jun 2002 14:39:05 -0000 1.19
+++ build.xml 22 Jun 2002 16:35:00 -0000 1.20
@@ -264,7 +264,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -304,8 +303,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -314,7 +313,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -343,8 +341,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -353,7 +351,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -362,7 +360,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -391,22 +389,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.2 +0 -12 jakarta-avalon-excalibur/containerkit/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 4 Jun 2002 06:03:45 -0000 1.1
+++ README.txt 22 Jun 2002 16:35:00 -0000 1.2
@@ -4,15 +4,3 @@
The ContainerKit is a set of utilities aimed at helping developers
create containers of various types.
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.2 +0 -12 jakarta-avalon-excalibur/converter/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/converter/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 27 Apr 2002 05:23:00 -0000 1.1
+++ README.txt 22 Jun 2002 16:35:00 -0000 1.2
@@ -4,15 +4,3 @@
The converter package is a set of classes that can be used to
convert a java object from one type to another type.
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.24 +7 -9 jakarta-avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 22 Jun 2002 14:39:06 -0000 1.23
+++ build.xml 22 Jun 2002 16:35:00 -0000 1.24
@@ -188,7 +188,7 @@
<classpath refid="test.class.path" />
<include name="**/*.java"/>
</javac>
-
+
<!-- Copy all test resources -->
<copy todir="${build.testclasses}">
<fileset dir="${build.testsrc}">
@@ -435,7 +435,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -475,8 +474,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -485,7 +484,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -562,21 +560,21 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
</target>
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
</target>
1.4 +0 -12 jakarta-avalon-excalibur/event/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.txt 2 May 2002 16:02:40 -0000 1.3
+++ README.txt 22 Jun 2002 16:35:01 -0000 1.4
@@ -9,15 +9,3 @@
things need to be done to make this an officially released
package.
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.3 +0 -13 jakarta-avalon-excalibur/extension/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/extension/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 19 Mar 2002 21:34:35 -0000 1.2
+++ README.txt 22 Jun 2002 16:35:01 -0000 1.3
@@ -8,16 +8,3 @@
be used to mark classes as components and interfaces as roles,
along with lifestyle handling. Again, they can be used for
anything you want.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.2 +0 -13 jakarta-avalon-excalibur/fortress/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 3 Apr 2002 22:51:34 -0000 1.1
+++ README.txt 22 Jun 2002 16:35:01 -0000 1.2
@@ -4,16 +4,3 @@
Fortress is a replacement for Excalibur's component package. It
makes it easier to build your own scalable containers. It does
separate the Container logic from the component accessor logic.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.23 +16 -18 jakarta-avalon-excalibur/instrument/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 22 Jun 2002 14:39:06 -0000 1.22
+++ build.xml 22 Jun 2002 16:35:01 -0000 1.23
@@ -13,7 +13,7 @@
<path id="project.class.path">
<pathelement location="${build.classes}"/>
<pathelement location="${checkstyle.jar}"/>
-
+
<!-- Optional jars -->
<pathelement location="${avalon-framework.jar}"/>
<pathelement path="${java.class.path}"/>
@@ -42,7 +42,7 @@
<classpath refid="project.class.path"/>
</available>
</target>
-
+
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
</target>
@@ -274,7 +274,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -314,8 +313,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -324,7 +323,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -353,8 +351,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -363,7 +361,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -372,7 +370,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -401,22 +399,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.28 +20 -22 jakarta-avalon-excalibur/instrument-client/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 22 Jun 2002 14:39:07 -0000 1.27
+++ build.xml 22 Jun 2002 16:35:01 -0000 1.28
@@ -21,14 +21,14 @@
<pathelement location="${checkstyle.jar}"/>
<pathelement path="${java.class.path}"/>
</path>
-
+
<path id="tools.class.path">
<pathelement location="${junit.jar}"/>
<pathelement location="${tools.jar}"/>
<fileset dir="${tools.dir}/lib"/>
<fileset dir="${tools.dir}/ext"/>
- </path>
-
+ </path>
+
<path id="test.class.path">
<pathelement location="${build.testclasses}"/>
<pathelement location="${junit.jar}"/>
@@ -127,11 +127,11 @@
</copy>
</target>
-
-
+
+
<!-- Generates the altrmi proxies used by the client. -->
<target name="altrmiproxies" depends="compile">
- <ant antfile="altrmiproxies.xml" target="altrmiproxies"/>
+ <ant antfile="altrmiproxies.xml" target="altrmiproxies"/>
</target>
<!-- Creates all the .jar file -->
@@ -283,7 +283,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -323,8 +322,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -333,7 +332,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -362,8 +360,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -372,7 +370,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -381,7 +379,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -410,22 +408,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.29 +15 -17 jakarta-avalon-excalibur/instrument-manager/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xml 22 Jun 2002 14:39:07 -0000 1.28
+++ build.xml 22 Jun 2002 16:35:01 -0000 1.29
@@ -154,7 +154,7 @@
<include name="LICENSE.txt"/>
</zipfileset>
</jar>
-
+
<jar jarfile="${build.lib}/${dist-interfaces.name}.jar"
basedir="${build.classes}"
compress="${build.compress}">
@@ -294,7 +294,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="${build.lib}/${dist-interfaces.name}.jar"
todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -334,8 +333,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -344,7 +343,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -373,8 +371,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -383,7 +381,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -392,7 +390,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -421,22 +419,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.2 +0 -13 jakarta-avalon-excalibur/io/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 19 Mar 2002 21:36:40 -0000 1.1
+++ README.txt 22 Jun 2002 16:35:01 -0000 1.2
@@ -3,16 +3,3 @@
The io package is a set of classes that make it easier to
manage files and streams in your projects.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.50 +15 -17 jakarta-avalon-excalibur/io/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- build.xml 22 Jun 2002 14:39:07 -0000 1.49
+++ build.xml 22 Jun 2002 16:35:01 -0000 1.50
@@ -271,7 +271,7 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
+ </copy>
<!-- Copy docs -->
<copy todir="${dist.docs}">
@@ -292,7 +292,6 @@
</copy>
<copy todir="${dist.dir}">
<fileset dir=".">
- <include name="README.txt"/>
<include name="LICENSE.txt"/>
</fileset>
</copy>
@@ -377,8 +376,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -387,7 +386,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -416,8 +414,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -426,7 +424,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -435,7 +433,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -464,22 +462,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.18 +16 -18 jakarta-avalon-excalibur/logger/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 22 Jun 2002 14:39:07 -0000 1.17
+++ build.xml 22 Jun 2002 16:35:02 -0000 1.18
@@ -59,7 +59,7 @@
<classpath refid="project.class.path"/>
</available>
</target>
-
+
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkCommon"/>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkFramework"/>
@@ -101,7 +101,7 @@
unless="datasource.present"/>
<exclude
name="org/apache/avalon/excalibur/logger/factory/SMTPTargetFactory.java"
unless="javamail.present"/>
-
+
</javac>
<!-- copy resources to same location as .class files -->
@@ -308,7 +308,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -348,8 +347,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -358,7 +357,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -387,8 +385,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -397,7 +395,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -406,7 +404,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -435,22 +433,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.18 +14 -16 jakarta-avalon-excalibur/monitor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 22 Jun 2002 14:39:07 -0000 1.17
+++ build.xml 22 Jun 2002 16:35:02 -0000 1.18
@@ -281,7 +281,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -321,8 +320,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -331,7 +330,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -360,8 +358,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -370,7 +368,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -379,7 +377,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -408,22 +406,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.2 +0 -13 jakarta-avalon-excalibur/naming/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/naming/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 19 Mar 2002 21:38:16 -0000 1.1
+++ README.txt 22 Jun 2002 16:35:02 -0000 1.2
@@ -3,16 +3,3 @@
The naming package is a set of classes that make it easier to
create and manage JNDI context in your projects.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.21 +15 -17 jakarta-avalon-excalibur/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 22 Jun 2002 14:39:08 -0000 1.20
+++ build.xml 22 Jun 2002 16:35:02 -0000 1.21
@@ -72,7 +72,7 @@
target="1.2">
<classpath refid="project.class.path" />
<include name="**/*.java"/>
-
+
<!-- Exclude the tests until their cyclical dependencies can be
worked out. -->
<exclude name="**/test/**"/>
</javac>
@@ -280,7 +280,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -320,8 +319,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -330,7 +329,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -359,8 +357,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -369,7 +367,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -378,7 +376,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -407,22 +405,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.18 +14 -16 jakarta-avalon-excalibur/sourceresolve/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 22 Jun 2002 14:39:08 -0000 1.17
+++ build.xml 22 Jun 2002 16:35:02 -0000 1.18
@@ -269,7 +269,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -309,8 +308,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -319,7 +318,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -348,8 +346,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -358,7 +356,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -367,7 +365,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -396,22 +394,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.5 +14 -16 jakarta-avalon-excalibur/store/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 22 Jun 2002 14:39:08 -0000 1.4
+++ build.xml 22 Jun 2002 16:35:02 -0000 1.5
@@ -268,7 +268,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -308,8 +307,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -318,7 +317,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -347,8 +345,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -357,7 +355,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -366,7 +364,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -395,22 +393,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.3 +0 -13 jakarta-avalon-excalibur/tar/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/tar/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 24 Mar 2002 03:00:57 -0000 1.2
+++ README.txt 22 Jun 2002 16:35:02 -0000 1.3
@@ -6,16 +6,3 @@
tar formats and writes POSIX and GNU format tar archives.
Originally derived from the ant project and before that the
GJT.
-
-Getting Started:
-----------------
-
-If you downloaded a source release of the component then you
-will need to build the component. Directions for building the
-component are located in BUILDING.txt
-
-If you downloaded a binary release, or a release with both binary
-and source then it is recomended you look over the documentation
-in docs/index.html - and then look into the examples/ directory
-for examples of the component in action.
-
1.23 +14 -16 jakarta-avalon-excalibur/template-product/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 22 Jun 2002 14:39:08 -0000 1.22
+++ build.xml 22 Jun 2002 16:35:03 -0000 1.23
@@ -264,7 +264,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -304,8 +303,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -314,7 +313,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -343,8 +341,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -353,7 +351,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -362,7 +360,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -391,22 +389,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.18 +14 -16 jakarta-avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build.xml 22 Jun 2002 14:39:08 -0000 1.17
+++ build.xml 22 Jun 2002 16:35:03 -0000 1.18
@@ -274,7 +274,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -314,8 +313,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -324,7 +323,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -353,8 +351,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -363,7 +361,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -372,7 +370,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -401,22 +399,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.21 +14 -16 jakarta-avalon-excalibur/thread/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 22 Jun 2002 14:39:08 -0000 1.20
+++ build.xml 22 Jun 2002 16:35:03 -0000 1.21
@@ -280,7 +280,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -320,8 +319,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -330,7 +329,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -359,8 +357,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -369,7 +367,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -378,7 +376,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -407,22 +405,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.17 +14 -16 jakarta-avalon-excalibur/threadcontext/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 22 Jun 2002 14:39:09 -0000 1.16
+++ build.xml 22 Jun 2002 16:35:03 -0000 1.17
@@ -265,7 +265,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -305,8 +304,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -315,7 +314,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -344,8 +342,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -354,7 +352,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -363,7 +361,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -392,22 +390,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.16 +14 -16 jakarta-avalon-excalibur/util/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 22 Jun 2002 14:39:09 -0000 1.15
+++ build.xml 22 Jun 2002 16:35:03 -0000 1.16
@@ -266,7 +266,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -306,8 +305,8 @@
<fileset dir="${build.lib}">
<include name="*.jar"/>
</fileset>
- </copy>
- </target>
+ </copy>
+ </target>
<!-- Creates a minimal distribution -->
<target name="dist.lite"
@@ -316,7 +315,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
@@ -345,8 +343,8 @@
<filter token="LOGKIT_BASE" value="${logkit.base}"/>
<filter token="TESTLET_BASE" value="${testlet.base}"/>
</target>
-
-
+
+
<!-- Prepares the documentation directory -->
<target name="docs" depends="setup-filters"> <!-- depends="javadocs"
description="Generates the Docs" -->
<mkdir dir="${docs.dir}"/>
@@ -355,7 +353,7 @@
<mkdir dir="${build.xdocs}"/>
<mkdir dir="${build.docs}"/>
<mkdir dir="${build.dir}/work"/>
-
+
<!-- Base pointers for non-xdocs documentation. Override these in
.ant.properties to link to local docs -->
<copy todir="${build.context}" filtering="on">
<fileset dir="${context.dir}">
@@ -364,7 +362,7 @@
<exclude name="xdocs"/>
</fileset>
</copy>
-
+
<copy todir="${build.context}/xdocs" filtering="on" overwrite="yes">
<fileset dir="${xdocs.dir}"/>
</copy>
@@ -393,22 +391,22 @@
<fileset dir="${build.docs}">
<include name="**"/>
</fileset>
- </copy>
+ </copy>
<!-- hack for stupid transport on api link -->
<replace file="${docs.dir}/index.html" token="index.html.xml"
value="index.html"/>
-
+
</target>
-
- <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
-
- <mkdir dir="../site/dist/docs/${dir-name}"/>
+
+ <target name="site" depends="javadocs, docs" description=" Places Docs
ready for hosting on website">
+
+ <mkdir dir="../site/dist/docs/${dir-name}"/>
<copy todir="../site/dist/docs/${dir-name}">
<fileset dir="${docs.dir}">
<include name="**"/>
</fileset>
- </copy>
-
+ </copy>
+
</target>
<!-- Cleans up build and distribution directories -->
1.21 +0 -2 jakarta-avalon-excalibur/xmlbundle/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 22 Jun 2002 14:39:09 -0000 1.20
+++ build.xml 22 Jun 2002 16:35:03 -0000 1.21
@@ -317,7 +317,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -367,7 +366,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
1.25 +0 -2 jakarta-avalon-excalibur/zip/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 22 Jun 2002 14:39:09 -0000 1.24
+++ build.xml 22 Jun 2002 16:35:04 -0000 1.25
@@ -265,7 +265,6 @@
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
<mkdir dir="${dist.base}"/>
@@ -315,7 +314,6 @@
<copy file="../LICENSE.txt" todir="${dist.dir}"/>
<copy file="../KEYS" todir="${dist.dir}"/>
- <copy file="README.txt" todir="${dist.dir}"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>