home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / project / demo_project < prev    next >
Encoding:
Text File  |  2003-03-04  |  953 b   |  31 lines

  1. #
  2. # This file is project specific. The filename has to be: project_id_project
  3. #
  4. # This is for the project configuration.
  5. # project_area is configured in assignment, 
  6. # its label is done here as field_area_label
  7. #
  8. # The labels of the fields:
  9. field_area_label=Area
  10. field_1_label=Version
  11. field_2_label=Build
  12. field_3_label=Environment
  13. field_4_label=Platform
  14. field_5_label=
  15. field_6_label=
  16.  
  17. # The left-hand side is the field name, and the right-hand side is 
  18. # the options of the field. Each option is separated with ;
  19. field_1=alpha1.0;beta1.0;beta2.0;release01
  20. field_2=build1000;build2000
  21. field_3=Windows 2000;Windows 95;Solaris;Linux;IBM
  22. field_4=Weblogic;JBoss
  23. field_5=
  24. field_6=
  25. issue_type=sw-bug;enhancement;dev-issues;feedback;support
  26. severity=normal;critical;serious;non-critical;showstopper;minor
  27. priority=medium;high;low;urgent
  28. state=new;analyzed;suspended;resolved;closed;reopened
  29. # new and closed are required states
  30.