colus 02/03/02 22:55:11
Modified: . build.xml
Log:
Added project name property.
Revision Changes Path
1.120 +3 -3 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- build.xml 31 Jan 2002 17:12:53 -0000 1.119
+++ build.xml 3 Mar 2002 06:55:11 -0000 1.120
@@ -19,7 +19,7 @@
==============================================================================
-->
-<project default="main" basedir=".">
+<project name="Avalon Framework" default="main" basedir=".">
<!--
Give user a chance to override without editing this file
@@ -428,7 +428,7 @@
<copy todir="${build.xdocs}" overwrite="true" filtering="on">
<fileset dir="${xdocs.dir}"/>
</copy>
-
+
<style style="${announce2txt}"
in="${build.xdocs}/framework/announcement.xml"
out="Announcement.txt"/>
<style style="${announce2header}"
in="${build.xdocs}/framework/announcement.xml"
@@ -597,7 +597,7 @@
<delete dir="${src.dist.dir}"/>
</target>
-
+
<target name="sitebook2docbook" description="goes through all the xdocs
and transforms them to docbook">
<style style="${document2docbook}"
basedir="${context.dir}/xdocs"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>