|
Last change
on this file since 1681 was 99, checked in by Bruno Cornec, 18 years ago |
|
topdir also fixed for delivery
|
|
File size:
718 bytes
|
| 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 = devel
|
|---|
| 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.