Changeset 10683
- Timestamp:
- Dec 12, 2006, 6:37:31 PM (20 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 2 added
- 4 edited
-
configure.ac (modified) (1 diff)
-
templates/psdb/Makefile.am (modified) (1 diff)
-
templates/psdb/code.tt (modified) (1 diff)
-
templates/psdb/header.tt (modified) (1 diff)
-
templates/psdb/printobject.tt (added)
-
templates/psdb/printobject_h.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/configure.ac
r10443 r10683 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([glueforge], [0.3 5], [jhoblitt@cpan.org])3 AC_INIT([glueforge], [0.36], [jhoblitt@cpan.org]) 4 4 AC_CONFIG_SRCDIR([glueforge.in]) 5 5 -
trunk/glueforge/templates/psdb/Makefile.am
r9668 r10683 73 73 printmetadatasraw.tt \ 74 74 printmetadatasraw_h.tt \ 75 printobject.tt \ 76 printobject_h.tt \ 75 77 printobjects.tt \ 76 78 printobjects_h.tt \ -
trunk/glueforge/templates/psdb/code.tt
r9419 r10683 58 58 [% INCLUDE deleterowobjects.tt -%] 59 59 [% INCLUDE printobjects.tt -%] 60 [% INCLUDE printobject.tt -%] 60 61 [% END -%] -
trunk/glueforge/templates/psdb/header.tt
r9419 r10683 61 61 [% INCLUDE deleterowobjects_h.tt -%] 62 62 [% INCLUDE printobjects_h.tt -%] 63 [% INCLUDE printobject_h.tt -%] 63 64 [% END -%] 64 65
Note:
See TracChangeset
for help on using the changeset viewer.
