~ubuntu-branches/ubuntu/oneiric/gnat-gps/oneiric

« back to all changes in this revision

Viewing changes to share/activity_log.tmplt

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-18 12:35:49 UTC
  • mfrom: (10.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080818123549-dp25qi8lg9f0x14t
Tags: 4.3~2008.08.09ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@@-- This is the template file used for activities. It is used for building
 
2
@@-- the activity pacth header and the activity group commit-log.
 
3
@@--
 
4
@@-- IS_PATCH          boolean tag, TRUE if for patch file
 
5
@@-- ACTIVITY_NAME     string tag, the name of the activity
 
6
@@-- FILES             vector tag, the activity's files
 
7
@@-- LOGS              vector tag, the corresponding log content
 
8
@@-- IS_DIRECTORY      vector tag, whether the entry is a file or directory
 
9
@@-- ACTIVITY_LOG      string tag, the activity main log content
 
10
@@--
 
11
@@-- This is the default log format, you can place a copy of this file into
 
12
@@-- $HOME/.gps and adapt it to your needs.
 
13
@@--
 
14
@@IF@@ @_IS_PATCH_@
 
15
 
 
16
This is a patch file for a GPS activity.
 
17
It has been generated on @_DAY_@/@_MONTH_@/@_YEAR_@ at @_HOUR_@:@_MINUTE_@.
 
18
 
 
19
Activity : @_ACTIVITY_NAME_@
 
20
 
 
21
@@TABLE@@
 
22
@@IF@@ not @_IS_EMPTY:LOGS_@
 
23
@@INLINE@@
 
24
@@IF@@ @_IS_DIRECTORY_@
 
25
        * directory
 
26
@@ELSE@@
 
27
        *
 
28
@@END_IF@@
 
29
@_FILES_@:
 
30
@@END_INLINE@@
 
31
        @_REPLACE_ALL(\n/\n\t):LOGS_@
 
32
@@END_IF@@
 
33
@@END_TABLE@@
 
34
@@ELSE@@
 
35
@@TABLE@@
 
36
@@IF@@ not @_IS_EMPTY:LOGS_@
 
37
@@INLINE@@
 
38
@@IF@@ @_IS_DIRECTORY_@
 
39
* directory
 
40
@@ELSE@@
 
41
*
 
42
@@END_IF@@
 
43
@_FILES_@:
 
44
@@END_INLINE@@
 
45
@_LOGS_@
 
46
@@END_IF@@
 
47
@@END_TABLE@@
 
48
@@END_IF@@
 
49
@_ACTIVITY_LOG_@
 
50
@@-- Add an empty line after the patch header, before the diffs
 
51
@@IF@@ @_IS_PATCH_@
 
52
 
 
53
@@END_IF@@