source: ProjectBuilder/devel/pb/lib/pb.pm@ 4

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

reorg bis

  • Property svn:executable set to *
File size: 330 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Creates project environment
4#
5# $Id$
6#
7use AppConfig;
8
9# If needed for CVS to login
10$ENV{'CVSVAR'}=":pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe"
11
12#
13my %defpkgdir = {
14 "linuxcoe-sd-base" => "SystemDesigner",
15 "linuxcoe-sd-rhel" => "SystemDesigner-RHEL",
16 "linuxcoe-sd-doc" => "docs",
17}
Note: See TracBrowser for help on using the repository browser.