Update of /cvsroot/mocklib/mocklib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31590
Modified Files:
build build.bat
Log Message:
change refs to mocklib, and mocklib project numbers to mocklib project number instead of mockobject project number.
Index: build
===================================================================
RCS file: /cvsroot/mocklib/mocklib/build,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build 7 May 2005 18:26:17 -0000 1.1
--- build 5 Aug 2005 19:26:10 -0000 1.2
***************
*** 1,11 ****
!
! #************************************
! # Generated file. Do not modify
! #
! # TODO: check for JAVA_HOME. if not set show error as this is
! # the one and only thing that has to be set!!!!
! #************************************
!
! export ANT_HOME=$PWD/conf/ant
!
! java -jar tools/buildtemplate.jar -installed $@
--- 1,11 ----
!
! #************************************
! # Generated file. Do not modify
! #
! # TODO: check for JAVA_HOME. if not set show error as this is
! # the one and only thing that has to be set!!!!
! #************************************
!
! export ANT_HOME=$PWD/conf/ant
!
! java -jar tools/buildtemplate.jar -installed $@
Index: build.bat
===================================================================
RCS file: /cvsroot/mocklib/mocklib/build.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.bat 7 May 2005 18:26:17 -0000 1.1
--- build.bat 5 Aug 2005 19:26:10 -0000 1.2
***************
*** 1,25 ****
!
!
! rem **************************************
! rem Generated file, do not modify!!!!
! rem
! rem
! rem **************************************
!
! @echo off
! if "%JAVA_HOME%" == "" goto noJavaHome
!
! set ANT_HOME=%CD%\conf\ant
! java -jar tools\buildtemplate.jar -installed %1 %2 %3 %4 %5 %6 %7 %8 %9
!
! goto end
!
! :noJavaHome
! if "%_JAVACMD%" == "" set _JAVACMD=java
! echo.
! echo Error: JAVA_HOME environment variable is not set.
! echo It must be set to the jdk1.4 directory
! echo.
!
! :end
pause
\ No newline at end of file
--- 1,25 ----
!
!
! rem **************************************
! rem Generated file, do not modify!!!!
! rem
! rem
! rem **************************************
!
! @echo off
! if "%JAVA_HOME%" == "" goto noJavaHome
!
! set ANT_HOME=%CD%\conf\ant
! java -jar tools\buildtemplate.jar -installed %1 %2 %3 %4 %5 %6 %7 %8 %9
!
! goto end
!
! :noJavaHome
! if "%_JAVACMD%" == "" set _JAVACMD=java
! echo.
! echo Error: JAVA_HOME environment variable is not set.
! echo It must be set to the jdk1.4 directory
! echo.
!
! :end
pause
\ No newline at end of file
|