source: ProjectBuilder/devel/lib/proj.pm@ 2

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

Initial check in coming from mondorescue project rewritten partially in perl

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