User: jung
Date: 01/02/19 07:45:43
Modified: bin make.bat
Log:
moved junit and inforUtil immediately to dist.
remaining api doc
Revision Changes Path
1.7 +2 -31 zoap/bin/make.bat
Index: make.bat
===================================================================
RCS file: /products/cvs/ejboss/zoap/bin/make.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.bat 2001/02/16 13:03:34 1.6
+++ make.bat 2001/02/19 15:45:43 1.7
@@ -24,7 +24,7 @@
:output
-echo %0 (c) 2000 infor:business solutions AG. All rights reserved.
+echo %0 (c) 2000-2001 infor business solutions AG. All rights reserved.
echo %0 comes with ABSOLUTELY NO WARRANTY.
echo This is free software, and you are welcome
echo to redistribute it under certain conditions.
@@ -63,35 +63,3 @@
pause
@endlocal
-
-REM $Log: make.bat,v $
-REM Revision 1.6 2001/02/16 13:03:34 jung
-REM thrown out old xml.jar
-REM
-REM Revision 1.5 2001/02/08 09:05:30 jung
-REM do not completely overwrite the classpath for jdk-freaks
-REM
-REM Revision 1.4 2001/01/08 10:48:58 jung
-REM newer ant version.
-REM
-REM jaxp for ant.
-REM
-REM Revision 1.3 2000/12/04 12:35:25 jung
-REM adopted to latest jboss container,
-REM
-REM added decimal and date
-REM
-REM removed some problems due to forward-referencing in meta-data
-REM
-REM added serialisation policy
-REM
-REM Revision 1.2 2000/08/11 14:43:45 jung
-REM added comments how to run the testsuite with jboss.
-REM an scl file was wrongly named and had to be moved.
-REM added a special urn resolver that uses the bean-context
-REM classloader to find the meta-data.
-REM
-REM Revision 1.1.1.1 2000/08/10 21:04:50 jung
-REM Initial import.
-REM
-REM