Update of /cvsroot/jprojecttimer/jprojecttimer/docs/devel-docs
In directory sc8-pr-cvs1:/tmp/cvs-serv2254
Modified Files:
generating_file_releases.txt
Log Message:
Added section about changing the version number in the properties
file.
Index: generating_file_releases.txt
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/docs/devel-docs/generating_file_releases.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** generating_file_releases.txt 22 Nov 2002 21:49:42 -0000 1.2
--- generating_file_releases.txt 23 Nov 2002 21:36:45 -0000 1.3
***************
*** 32,36 ****
! Step 3: Tag the files.
Use the CVS tag command to tag all files with a version tag. Be sure
--- 32,47 ----
! Step 3: Update version number.
!
! The version number is only saved once in the whole project (at least
! ist should be). Edit JProjectTimer.properties and commit your change.
!
! When step 4 is done (tagging the files), you should edit
! JProjectTimer.properties again and set the version number to
! "$NEXT_VERSION-pre" or something like that, so that a development
! build inbetween two releases can be recognized as such.
!
!
! Step 4: Tag the files.
Use the CVS tag command to tag all files with a version tag. Be sure
***************
*** 45,49 ****
! Step 4: Run buildPackages.sh
Run the script "buildPackages.sh" (it's in the main directory of the
--- 56,60 ----
! Step 5: Run buildPackages.sh
Run the script "buildPackages.sh" (it's in the main directory of the
|