Update of /cvsroot/modeling/NotificationFramework
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27914
Modified Files:
vertoo.data vertoo.config
Log Message:
Update vertoo.* files, added "release" in version parts
Index: vertoo.data
===================================================================
RCS file: /cvsroot/modeling/NotificationFramework/vertoo.data,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** vertoo.data 28 Sep 2003 00:01:14 -0000 1.2
--- vertoo.data 1 Feb 2004 12:38:38 -0000 1.3
***************
*** 1 ****
! notification-framework = major:0; minor:6;
\ No newline at end of file
--- 1 ----
! notification-framework = major:0; minor:6; release:x;
Index: vertoo.config
===================================================================
RCS file: /cvsroot/modeling/NotificationFramework/vertoo.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** vertoo.config 27 Sep 2003 23:37:22 -0000 1.1
--- vertoo.config 1 Feb 2004 12:38:38 -0000 1.2
***************
*** 1,4 ****
! addScheme('normal', '%major.%minor')
! addScheme('cvs', '%major_%minor')
nf=addModule('notification-framework')
--- 1,6 ----
! addScheme('normal', '%major.%minor%[release?.%release:]')
! # addScheme('cvs', '%major_%minor%[release?_%release:]')
!
! setTrait('default', 'novalue', 'x')
nf=addModule('notification-framework')
***************
*** 6,13 ****
arguments(pattern="version=%Q", format='@normal'))
! # # %@. expands to module name
! # scmTool = ScmToolInfo(
! # tool="cvs",
! # commitmsg="release @normal",
! # tagfmt="release-@cvs",
! # )
--- 8,12 ----
arguments(pattern="version=%Q", format='@normal'))
! setSCMInfo(tool="cvs",
! commitmsg="Release @normal",
! tagfmt="release-@normal")
|