mcconnell 2002/11/11 02:45:45
Modified: meta build.xml
meta/src/java/org/apache/excalibur/meta/info/builder
package.html
Log:
Build and over minor updates.
Revision Changes Path
1.7 +7 -2 jakarta-avalon-excalibur/meta/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 23 Oct 2002 16:34:46 -0000 1.6
+++ build.xml 11 Nov 2002 10:45:44 -0000 1.7
@@ -332,8 +332,13 @@
<target name="patch">
<replace dir="src/java" summary="true"
- token="(c) 1997-2002 "
- value="(c) 2002 " >
+ token="CategoriesDescriptor"
+ value="LoggingDirective" >
+ <include name="**/*.*"/>
+ </replace>
+ <replace dir="src/java" summary="true"
+ token="IncludeDescriptor"
+ value="IncludeDirective" >
<include name="**/*.*"/>
</replace>
</target>
1.4 +1 -1
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.html 13 Sep 2002 15:01:52 -0000 1.3
+++ package.html 11 Nov 2002 10:45:45 -0000 1.4
@@ -3,7 +3,7 @@
<p>
Resources supporting the creation of a {@link org.apache.excalibur.meta.info.Type}
instance from a serialized form.
<a name="external"><h3>External Form (XML)</h3></a>
-<p>Configuration instances supplied to the builder shall correspond to the <a
href="http://home.osm.net/componentinfo.dtd">component-info DTD</a>.
+<p>Configuration instances supplied to the builder shall correspond to the <a
href="http://jakarta.apche.org/avalon/dts/meta/type.dtd">Type DTD</a>.
The structure of a component-info XML document is is described below:</p>
<pre>
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>