bloritsch 2003/03/04 20:03:24
Modified: component build.xml default.properties
pool build.xml default.properties
testcase build.xml default.properties
instrument default.properties
instrument/src/xdocs book.xml instrumentables.xml
instrument-manager build.xml default.properties
logger build.xml
Log:
udpate the revision numbers for non 1.0 items and make sure the docs build
Revision Changes Path
1.35 +3 -3 avalon-excalibur/component/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 28 Feb 2003 18:10:15 -0000 1.34
+++ build.xml 5 Mar 2003 04:03:23 -0000 1.35
@@ -40,7 +40,6 @@
<path id="test.class.path">
<pathelement location="${build.testclasses}"/>
<pathelement location="${junit.jar}"/>
- <pathelement location="${excalibur-util.jar}"/>
<pathelement location="${excalibur-testcase.jar}"/>
<pathelement location="${excalibur-i18n.jar}"/>
<path refid="project.class.path"/>
@@ -86,7 +85,6 @@
<!-- Need the jar to prevent recursive deps. -->
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkJUnit"/>
- <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkUtil"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkTestcase"/>
</target>
@@ -389,10 +387,12 @@
<mkdir dir="${dist.base}"/>
- <zip zipfile="${dist.base}/${dist.name}-bin.zip" compress="true">
+ <zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
+
+ <checksum file="${dist.base}/${dist.name}.zip"/>
<!--
Not supported by released ant but when it is we should enable this across
1.25 +3 -8 avalon-excalibur/component/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/default.properties,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- default.properties 27 Feb 2003 12:03:31 -0000 1.24
+++ default.properties 5 Mar 2003 04:03:23 -0000 1.25
@@ -52,13 +52,13 @@
# ----- Excalibur instrument -----
excalibur-instrument.home=${basedir}/../instrument/dist
excalibur-instrument.lib=${excalibur-instrument.home}
-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar
# ----- Excalibur instrument-manager -----
excalibur-instrument-manager.home=${basedir}/../instrument-manager/dist
excalibur-instrument-manager.lib=${excalibur-instrument-manager.home}
-excalibur-instrument-manager.jar=${excalibur-instrument-manager.lib}/excalibur-instrument-manager-0.3.jar
-excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.lib}/excalibur-instrument-manager-interfaces-0.3.jar
+excalibur-instrument-manager.jar=${excalibur-instrument-manager.lib}/excalibur-instrument-manager-1.0.jar
+excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.lib}/excalibur-instrument-manager-interfaces-1.0.jar
# --------------------------------------------------
# OPTIONAL LIBRARIES
@@ -78,11 +78,6 @@
altrmi-generator.jar=${altrmi.home}/altrmi-generator-0.9.2.jar
# For unit testing:
-
-# ----- Excalibur util, version 1.0 or later -----
-excalibur-util.home=${basedir}/../util/dist
-excalibur-util.lib=${excalibur-util.home}
-excalibur-util.jar=${excalibur-util.lib}/excalibur-util-1.0.jar
# ----- Excalibur testcase, version 1.0 or later -----
excalibur-testcase.home=${basedir}/../testcase/dist
1.32 +2 -0 avalon-excalibur/pool/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/pool/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 20 Feb 2003 15:38:32 -0000 1.31
+++ build.xml 5 Mar 2003 04:03:24 -0000 1.32
@@ -289,6 +289,8 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
+
+ <checksum file="${dist.base}/${dist.name}.zip"/>
</target>
<!-- Creates a mini jar-only distribution -->
1.18 +1 -1 avalon-excalibur/pool/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/pool/default.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- default.properties 6 Feb 2003 13:38:33 -0000 1.17
+++ default.properties 5 Mar 2003 04:03:24 -0000 1.18
@@ -44,7 +44,7 @@
# ----- Excalibur instrument, version 0.1 or later -----
excalibur-instrument.home=${basedir}/../instrument/dist
excalibur-instrument.lib=${excalibur-instrument.home}
-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar
# --------------------------------------------------
1.27 +2 -0 avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/testcase/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 20 Feb 2003 15:41:47 -0000 1.26
+++ build.xml 5 Mar 2003 04:03:24 -0000 1.27
@@ -286,6 +286,8 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
+
+ <checksum file="${dist.base}/${dist.name}.zip"/>
</target>
<!-- Creates a mini jar-only distribution -->
1.12 +1 -1 avalon-excalibur/testcase/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/testcase/default.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- default.properties 7 Feb 2003 15:46:11 -0000 1.11
+++ default.properties 5 Mar 2003 04:03:24 -0000 1.12
@@ -40,7 +40,7 @@
# ----- Excalibur instrument, version 1.0 or later -----
excalibur-instrument.home=${basedir}/../instrument/dist
excalibur-instrument.lib=${excalibur-instrument.home}
-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-1.0.jar
# ----- JUnit Unit Test Suite, version 3.7 or later. -----
#junit.home=${base.path}/junit3.7
1.18 +3 -3 avalon-excalibur/instrument/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/default.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- default.properties 6 Feb 2003 13:38:31 -0000 1.17
+++ default.properties 5 Mar 2003 04:03:24 -0000 1.18
@@ -8,8 +8,8 @@
name=excalibur-instrument
Name=Excalibur Instrument
dir-name=instrument
-version=0.3
-package-version=0.3
+version=1.0
+package-version=1.0
year=2000-2002
# --------------------------------------------------
@@ -62,7 +62,7 @@
tools.jar = ${java.home}/../lib/tools.jar
xdocs.dir = ${src.dir}/xdocs
docs.dir = ${dist.dir}/docs
-jakarta-site.dir = ../../jakarta-site
+
# Set the properties for distribution directories
dist.dir = dist
1.5 +4 -2 avalon-excalibur/instrument/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- book.xml 28 Feb 2003 16:26:04 -0000 1.4
+++ book.xml 5 Mar 2003 04:03:24 -0000 1.5
@@ -20,10 +20,12 @@
<menu-item label="Instrument Client"
href="http://avalon.apache.org/excalibur/instrument-client/"/>
<menu-item href="http://avalon.apache.org/excalibur/component/"
label="Excalibur Component Manager"/>
<menu-item href="http://avalon.apache.org/excalibur/fortress/"
label="Excalibur Fortress"/>
- </menu>
+ </menu>
+ <!-- Temporarily disable until there is content
<menu label="How To">
<menu-item label="Implement Instrumentable"
href="instrumentable-howto.html"/>
<menu-item label="Extend AbstractInstrumentable"
href="abstract-instrumentable-howto.html"/>
- </menu>
+ </menu>
+ -->
</book>
1.6 +7 -5 avalon-excalibur/instrument/src/xdocs/instrumentables.xml
Index: instrumentables.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/instrumentables.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- instrumentables.xml 28 Feb 2003 16:26:04 -0000 1.5
+++ instrumentables.xml 5 Mar 2003 04:03:24 -0000 1.6
@@ -34,11 +34,13 @@
The third and fourth methods, getInstruments and
getChildInstrumentables, are
each called once by an InstrumentManager to query the
Instrumentable for a list
of the Instruments and child Instrumentables that is making
available.
- </p>
+ </p>
+ <!-- temporarily commented out until there is some content
<p>
- Please see the <link
href="instrumentable-howto.html">Instrumentable How-To</link>
+ Please see the <link
href="instrumentable-howto.html">Instrumentable How-To</link>
for an example.
- </p>
+ </p>
+ -->
<p>
Implementing the Instrumentable interface directly requires a
little bit of work,
but is necessary in cases where the parent class can not be
controlled. In most
@@ -52,9 +54,9 @@
classpath.)
</p>
<p>
- Please see the
+ <!-- Please see the
<link
href="abstract-instrumentable-howto.html">AbstractInstrumentable How-To</link>
- for an example. An example of the AbstractLogEnabledInstrumentable
helper class is
+ for an example. --> An example of the
AbstractLogEnabledInstrumentable helper class is
not included as its usage is identical to AbstractInstrumentable.
</p>
</section>
1.36 +2 -0 avalon-excalibur/instrument-manager/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument-manager/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 28 Feb 2003 16:40:10 -0000 1.35
+++ build.xml 5 Mar 2003 04:03:24 -0000 1.36
@@ -304,6 +304,8 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
</zip>
+
+ <checksum file="${dist.base}/${dist.name}.zip"/>
</target>
<!-- Creates a mini jar-only distribution -->
1.18 +3 -3 avalon-excalibur/instrument-manager/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument-manager/default.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- default.properties 28 Feb 2003 16:40:10 -0000 1.17
+++ default.properties 5 Mar 2003 04:03:24 -0000 1.18
@@ -9,8 +9,8 @@
name.interfaces=excalibur-instrument-manager-interfaces
Name=Excalibur Instrument Manager
dir-name=instrument-manager
-version=0.3
-package-version=0.3
+version=1.0
+package-version=1.0
year=2000-2002
# --------------------------------------------------
@@ -29,7 +29,7 @@
# ----- Excalibur Instrument -----
excalibur-instrument.home=${basedir}/../instrument/dist
-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
+excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-1.0.jar
# --------------------------------------------------
1.37 +2 -0 avalon-excalibur/logger/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/logger/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build.xml 28 Feb 2003 16:16:04 -0000 1.36
+++ build.xml 5 Mar 2003 04:03:24 -0000 1.37
@@ -458,6 +458,8 @@
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
<zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
+
+ <checksum file="${dist.base}/${dist.name}.zip"/>
</target>
<!-- Creates a mini jar-only distribution -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]