| Revision 202,
718 bytes
checked in by bruno, 6 years ago
(diff) |
|
Update to 0.8.2
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project pb ;-) |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | # |
|---|
| 7 | # |
|---|
| 8 | |
|---|
| 9 | # |
|---|
| 10 | # Global version/tag for the project |
|---|
| 11 | # |
|---|
| 12 | projver pb = 0.8.2 |
|---|
| 13 | projtag pb = 1 |
|---|
| 14 | |
|---|
| 15 | # Adapt to your needs: |
|---|
| 16 | # Optional if you need to overwrite the global values above |
|---|
| 17 | # |
|---|
| 18 | #pkgver project-builder = devel |
|---|
| 19 | #pkgtag project-builder = 1 |
|---|
| 20 | pkgver nil |
|---|
| 21 | pkgtag nil |
|---|
| 22 | |
|---|
| 23 | # Hash of default package/package directory |
|---|
| 24 | defpkgdir project-builder = pb |
|---|
| 25 | |
|---|
| 26 | # Hash of additional package/package directory |
|---|
| 27 | extpkgdir project-builder-doc = pb-doc |
|---|
| 28 | |
|---|
| 29 | # Hash of valid version names |
|---|
| 30 | version devel |
|---|
| 31 | version stable |
|---|
| 32 | |
|---|
| 33 | # List of files per pkg on which to apply filters |
|---|
| 34 | # Files are mentioned relatively to pbroot/defpkgdir |
|---|
| 35 | filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm |
|---|
Note: See
TracBrowser
for help on using the repository browser.