Update of /cvsroot/babeldoc/babeldoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17278
Modified Files:
build.properties build.xml quickstart-en.txt
Log Message:
Updated build so that support directory is excluded from distributions files. Set the build number to 1.3.1. Reversed (kinda) some of the changes that webhiker made to the quick start document. All in preparation for 1.3.1
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** build.xml 9 Aug 2004 09:51:28 -0000 1.21
--- build.xml 25 Aug 2004 01:40:50 -0000 1.22
***************
*** 53,57 ****
<zipfileset dir="." includes="quickstart*.txt" prefix="${bin_zip_file}"/>
<!--<zipfileset dir="readme" prefix="${bin_zip_file}/readme"/>-->
! <zipfileset dir="build" includes="**/*" prefix="${bin_zip_file}"/>
</zip>
</target>
--- 53,57 ----
<zipfileset dir="." includes="quickstart*.txt" prefix="${bin_zip_file}"/>
<!--<zipfileset dir="readme" prefix="${bin_zip_file}/readme"/>-->
! <zipfileset dir="build" includes="bin/**,lib/**,examples/**, readme/**" prefix="${bin_zip_file}"/>
</zip>
</target>
Index: build.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/build.properties,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** build.properties 6 Dec 2003 00:04:55 -0000 1.22
--- build.properties 25 Aug 2004 01:40:50 -0000 1.23
***************
*** 9,13 ****
src = ./src
! babeldoc_version = 1.3.0_DEV
config = ./config
modules = ./modules
--- 9,13 ----
src = ./src
! babeldoc_version = 1.3.1
config = ./config
modules = ./modules
Index: quickstart-en.txt
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/quickstart-en.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** quickstart-en.txt 9 Aug 2004 10:00:58 -0000 1.7
--- quickstart-en.txt 25 Aug 2004 01:40:50 -0000 1.8
***************
*** 1,3 ****
! Babeldoc v1.0 Quickstart Guide
==============================
--- 1,3 ----
! Babeldoc v1.2 Quickstart Guide
==============================
***************
*** 5,9 ****
--------------
a. Java JDK 1.4.1 or later.
! b. Ant 1.6.2 or later
2. Unpacking
--- 5,9 ----
--------------
a. Java JDK 1.4.1 or later.
! b. (optional) Ant 1.5 or later
2. Unpacking
***************
*** 16,20 ****
3. Building (if required)
-----------
! a. Unix, Windows, Linux, from the command prompt type :
ant build
--- 16,27 ----
3. Building (if required)
-----------
! a. Unix & Linux, from the command prompt type:
! ./build.sh
! Windows, from the command prompt type:
! build
! --OR--
!
! b. If you have Jakarta Ant installed and the ant command is in your path,
! from the command prompt type :
ant build
***************
*** 25,31 ****
attempt to find the correct BABELDOC_HOME directory.
! a. Set the BABELDOC_HOME environment variable to the subdirectory
! 'build' in the directory you have installed Babeldoc.
! b. Add %BABELDOC_HOME%\bin (Windows) or ${BABELDOC_HOME}\bin (*nix) to
your path
--- 32,42 ----
attempt to find the correct BABELDOC_HOME directory.
! a. Set the BABELDOC_HOME environment variable:
!
! 1. If you have built from the source, set to the 'build' directory.
! 2. If you have installed the binary, simply set to the directory you
! unpacked Babeldoc into.
!
! b. Add %BABELDOC_HOME%\bin (Windows) or ${BABELDOC_HOME}/bin (*nix) to
your path
|