source: ProjectBuilder/devel/pbconf/pb.pb@ 98

Last change on this file since 98 was 98, checked in by Bruno Cornec, 17 years ago

Last removal of VERSION TAG files

File size: 696 bytes
RevLine 
[7]1#
2# Project Builder configuration file
3# For project pb ;-)
4#
5# $Id$
6#
[98]7#
[7]8
[98]9#
10# Global version/tag for the project
11#
12projver pb = devel
13projtag 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
[95]19#pkgtag project-builder = 1
20
[7]21# Hash of default package/package directory
[26]22defpkgdir project-builder = pb
[7]23
24# Hash of additional package/package directory
[27]25extpkgdir project-builder-doc = pb-doc
[7]26
[8]27# Hash of valid version names
[7]28version devel
29version stable
[15]30
[56]31# List of files per pkg on which to apply filters
32# Files are mentioned relatively to pbroot/defpkgdir
[92]33filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
Note: See TracBrowser for help on using the repository browser.