| | 64 | # |
| | 65 | # Project Builder configuration file |
| | 66 | # For project LinuxCOE |
| | 67 | # |
| | 68 | # $Id$ |
| | 69 | # |
| | 70 | |
| | 71 | # |
| | 72 | # Global version/tag for the project |
| | 73 | # |
| | 74 | projver pb = devel |
| | 75 | projtag pb = 1 |
| | 76 | |
| | 77 | # Adapt to your needs: |
| | 78 | # Optional if you need to overwrite the global values above |
| | 79 | # |
| | 80 | pkgver nil |
| | 81 | pkgtag nil |
| | 82 | |
| | 83 | |
| | 84 | # Hash of default package/package directory |
| | 85 | # |
| | 86 | defpkgdir system-designer = SystemDesigner |
| | 87 | defpkgdir system-designer-docs = docs |
| | 88 | |
| | 89 | # Hash of additional package/package directory |
| | 90 | # |
| | 91 | extpkgdir system-designer-fedora = SystemDesigner-Fedora |
| | 92 | |
| | 93 | # Hash of valid version names |
| | 94 | # |
| | 95 | version devel |
| | 96 | version stable |
| | 97 | |
| | 98 | # List of additional files on which to apply filters |
| | 99 | # Files are mentioned relatively to pbroot |
| | 100 | # |
| | 101 | filteredfiles system-designer = |
| | 102 | filteredfiles system-designer-docs = |