stefano 00/10/28 15:36:10
Modified: . Tag: xml-cocoon2 build.xml build.sh build.bat
Log:
cleaning up
Revision Changes Path
No revision
No revision
1.6.2.44 +0 -1 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.43
retrieving revision 1.6.2.44
diff -u -r1.6.2.43 -r1.6.2.44
--- build.xml 2000/10/28 14:24:58 1.6.2.43
+++ build.xml 2000/10/28 22:36:09 1.6.2.44
@@ -438,7 +438,6 @@
<fixcrlf srcdir="${dist.dir}" includes="run.bat" cr="add"/>
<fixcrlf srcdir="${dist.dir}" includes="build.sh" cr="remove"/>
<fixcrlf srcdir="${dist.dir}" includes="build.bat" cr="add"/>
- <fixcrlf srcdir="${dist.dir}" includes="appendcp.bat" cr="add"/>
</target>
<!-- ===================================================================
-->
1.10.2.17 +2 -2 xml-cocoon/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/xml-cocoon/build.sh,v
retrieving revision 1.10.2.16
retrieving revision 1.10.2.17
diff -u -r1.10.2.16 -r1.10.2.17
--- build.sh 2000/10/28 14:14:06 1.10.2.16
+++ build.sh 2000/10/28 22:36:09 1.10.2.17
@@ -2,7 +2,7 @@
#
-----------------------------------------------------------------------------
# build.sh - Unix Build Script for Apache Cocoon
#
-# $Id: build.sh,v 1.10.2.16 2000/10/28 14:14:06 stefano Exp $
+# $Id: build.sh,v 1.10.2.17 2000/10/28 22:36:09 stefano Exp $
#
-----------------------------------------------------------------------------
# ----- Verify and Set Required Environment Variables
-------------------------
@@ -18,7 +18,7 @@
# ----- Set Up The Runtime Classpath
------------------------------------------
-CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant_1_2.jar:./lib/xerces_1_2.jar:./lib/stylebook-1.0-b3_xalan-2.jar:./lib/xalan.jar
+CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant_1_2.jar:./lib/xerces_1_2.jar
# ----- Make sure Ant script is executable
------------------------------------
1.10.2.17 +2 -2 xml-cocoon/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon/build.bat,v
retrieving revision 1.10.2.16
retrieving revision 1.10.2.17
diff -u -r1.10.2.16 -r1.10.2.17
--- build.bat 2000/10/28 14:14:06 1.10.2.16
+++ build.bat 2000/10/28 22:36:09 1.10.2.17
@@ -2,7 +2,7 @@
::
-----------------------------------------------------------------------------
:: build.bat - Win32 Build Script for Apache Cocoon
::
-:: $Id: build.bat,v 1.10.2.16 2000/10/28 14:14:06 stefano Exp $
+:: $Id: build.bat,v 1.10.2.17 2000/10/28 22:36:09 stefano Exp $
::
-----------------------------------------------------------------------------
:: ----- Verify and Set Required Environment Variables
-------------------------
@@ -18,7 +18,7 @@
:: ----- Set Up The Runtime Classpath
------------------------------------------
-set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_2.jar;.\lib\xerces_1_2.jar;.\lib\stylebook-1.0-b3_xalan-2.jar;.\lib\xalan.jar
+set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant_1_2.jar;.\lib\xerces_1_2.jar
:: ----- Execute The Requested Build
-------------------------------------------