[Cmfcollectorng-cvs] CMFCollectorNG/config issue_config.py,1.4,1.4.2.1
Status: Alpha
Brought to you by:
ajung
|
From: <aj...@us...> - 2003-04-01 07:11:34
|
Update of /cvsroot/cmfcollectorng/CMFCollectorNG/config
In directory sc8-pr-cvs1:/tmp/cvs-serv23621/config
Modified Files:
Tag: V-0_20-branch
issue_config.py
Log Message:
added custom1-3
Index: issue_config.py
===================================================================
RCS file: /cvsroot/cmfcollectorng/CMFCollectorNG/config/issue_config.py,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** issue_config.py 17 Jan 2003 18:56:55 -0000 1.4
--- issue_config.py 1 Apr 2003 07:11:29 -0000 1.4.2.1
***************
*** 220,222 ****
--- 220,247 ----
category='effort',
),
+
+ CollectorNGProperty('custom1',
+ description='Custom1',
+ type='text',
+ used=0,
+ mandatory=0,
+ category='custom',
+ ),
+
+ CollectorNGProperty('custom2',
+ description='Custom2',
+ type='text',
+ used=0,
+ mandatory=0,
+ category='custom',
+ ),
+
+ CollectorNGProperty('custom3',
+ description='Custom3',
+ type='text',
+ used=0,
+ mandatory=0,
+ category='custom',
+ ),
+
)
|