home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / project / demo_project < prev    next >
Encoding:
Text File  |  2003-09-03  |  852 b   |  29 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. # assignable is configured in assignment, 
  6. #
  7. # The labels of the fields:
  8. field_1_label=Version
  9. field_2_label=Build
  10. field_3_label=Environment
  11. field_4_label=Platform
  12. field_5_label=
  13. field_6_label=
  14.  
  15. # The left-hand side is the field name, and the right-hand side is 
  16. # the options of the field. Each option is separated with ;
  17. field_1=alpha1.0;beta1.0;beta2.0;release01
  18. field_2=build1000;build2000
  19. field_3=Windows 2000;Windows 95;Solaris;Linux;IBM
  20. field_4=Weblogic;JBoss
  21. field_5=
  22. field_6=
  23. category=sw-bug;enhancement;dev-issues;feedback;support
  24. severity=normal;critical;serious;non-critical;showstopper;minor
  25. priority=medium;high;low;urgent
  26. state=new;analyzed;suspended;resolved;closed;reopened
  27. # new and closed are required states
  28.