bloritsch 2003/02/07 10:01:05
Modified: i18n build.xml default.properties
Log:
update i18n docs build
Revision Changes Path
1.52 +4 -4 avalon-excalibur/i18n/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/i18n/build.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- build.xml 29 Jan 2003 14:07:39 -0000 1.51
+++ build.xml 7 Feb 2003 18:01:05 -0000 1.52
@@ -18,7 +18,7 @@
<path id="tools.class.path">
<pathelement location="${junit.jar}"/>
- <fileset dir="${jakarta-site.dir}/lib"/>
+ <fileset dir="${avalon-site.dir}/lib"/>
</path>
<path id="test.class.path">
@@ -150,7 +150,7 @@
<param name="-windowtitle" value="${Name} API"/>
<param name="-link" value="http://java.sun.com/j2se/1.4/docs/api/"/>
<param name="-link"
value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
- <param name="-link" value="http://jakarta.apache.org/avalon/api/"/>
+ <param name="-link" value="http://avalon.apache.org/avalon/api/"/>
<param name="-bottom"
value=""Copyright © ${year} Apache Jakarta Project.
All Rights Reserved.""/>
</doclet>
@@ -309,8 +309,8 @@
<echo>
AnakiaTask is not present! Please check to make sure that
velocity.jar is in your classpath. The easiest way to build
- the documentation is to checkout jakarta-site CVS and specify
- jakarta-site.dir property.
+ the documentation is to checkout avalon-site CVS and specify
+ avalon-site.dir property.
</echo>
</target>
1.11 +1 -1 avalon-excalibur/i18n/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/avalon-excalibur/i18n/default.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- default.properties 6 Feb 2003 13:38:31 -0000 1.10
+++ default.properties 7 Feb 2003 18:01:05 -0000 1.11
@@ -49,7 +49,7 @@
tools.jar = ${java.home}/../lib/tools.jar
xdocs.dir = ${src.dir}/xdocs
-jakarta-site.dir = ../../jakarta-site
+avalon-site.dir = ../../avalon-site
# Set the properties for distribution directories
dist.dir = dist
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]