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
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#
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
19#pkgtag project-builder = 1
20
21# Hash of default package/package directory
22defpkgdir project-builder = pb
23
24# Hash of additional package/package directory
25extpkgdir project-builder-doc = pb-doc
26
27# Hash of valid version names
28version devel
29version stable
30
31# List of files per pkg on which to apply filters
32# Files are mentioned relatively to pbroot/defpkgdir
33filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm
Note: See TracBrowser for help on using the repository browser.