IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5951


Ignore:
Timestamp:
Jan 6, 2006, 6:46:56 PM (21 years ago)
Author:
jhoblitt
Message:

add global pkg_namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r5925 r5951  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.37 2006-01-06 21:31:57 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.38 2006-01-07 04:46:56 jhoblitt Exp $
    66
    77use strict;
     
    5454
    5555# global data
    56 $data{pkg_name}    = $table_name . "db";
     56$data{pkg_name}         = $table_name . "db";
     57$data{pkg_namespace}    = $table_name;
    5758
    5859# per table data
Note: See TracChangeset for help on using the changeset viewer.