commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue common/etc/sample.report-filters.conf desi...


From: Jason Cater
Subject: gnue common/etc/sample.report-filters.conf desi...
Date: Sat, 21 Dec 2002 17:41:09 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/12/21 17:41:09

Modified files:
        common/etc     : sample.report-filters.conf 
        designer/src/reports/Standard: FilterSupport.py 
        reports        : MANIFEST.in setup.py 

Log message:
        changed the filters/ directory structure

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/etc/sample.report-filters.conf.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/src/reports/Standard/FilterSupport.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/MANIFEST.in.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/setup.py.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: gnue/common/etc/sample.report-filters.conf
diff -c gnue/common/etc/sample.report-filters.conf:1.17 
gnue/common/etc/sample.report-filters.conf:1.18
*** gnue/common/etc/sample.report-filters.conf:1.17     Wed Nov 13 01:10:12 2002
--- gnue/common/etc/sample.report-filters.conf  Sat Dec 21 17:41:09 2002
***************
*** 5,11 ****
  simple = GNUe:Reports:SimpleTabulation
  mailmerge = GNUe:Reports:MailMerge
  labels = GNUe:Reports:Labels
! #standard = GNUe:Reports:Standard
  
  
  [simple:text]
--- 5,11 ----
  simple = GNUe:Reports:SimpleTabulation
  mailmerge = GNUe:Reports:MailMerge
  labels = GNUe:Reports:Labels
! standard = GNUe:Reports:Standard
  
  
  [simple:text]
***************
*** 37,49 ****
  template = csv.xsl
  mimetype = text/comma-separated-values
  
- 
- # The KSpread example is not fully functional -- do not use
- #[simple:kspread]
- #description = KSpread 1.1 format (KOffice spreadsheet).
- #engine = sablotron
- #template = kspread.xsl
- #mimetype = application/x-kspread
  
  
  ########################################################
--- 37,42 ----
Index: gnue/designer/src/reports/Standard/FilterSupport.py
diff -c gnue/designer/src/reports/Standard/FilterSupport.py:1.2 
gnue/designer/src/reports/Standard/FilterSupport.py:1.3
*** gnue/designer/src/reports/Standard/FilterSupport.py:1.2     Sat Dec 21 
01:30:28 2002
--- gnue/designer/src/reports/Standard/FilterSupport.py Sat Dec 21 17:41:09 2002
***************
*** 3,9 ****
  #
  # GNU Enterprise is free software; you can redistribute it
  # and/or modify it under the terms of the GNU General Public
! # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
  #
  # GNU Enterprise is distributed in the hope that it will be
--- 3,9 ----
  #
  # GNU Enterprise is free software; you can redistribute it
  # and/or modify it under the terms of the GNU General Public
!         # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
  #
  # GNU Enterprise is distributed in the hope that it will be
Index: gnue/reports/MANIFEST.in
diff -c gnue/reports/MANIFEST.in:1.5 gnue/reports/MANIFEST.in:1.6
*** gnue/reports/MANIFEST.in:1.5        Wed Oct 23 20:26:08 2002
--- gnue/reports/MANIFEST.in    Sat Dec 21 17:41:09 2002
***************
*** 13,17 ****
  recursive-include scripts *.in
  recursive-include samples *
  recursive-include doc *.txt *.pdf
! recursive-include filters *
! recursive-include adapters *
--- 13,18 ----
  recursive-include scripts *.in
  recursive-include samples *
  recursive-include doc *.txt *.pdf
! recursive-include src/adapters/filters/Labels/etc *
! recursive-include src/adapters/filters/SimpleTabulation/etc *
! recursive-include src/adapters/filters/MailMerge/etc *
Index: gnue/reports/setup.py
diff -c gnue/reports/setup.py:1.20 gnue/reports/setup.py:1.21
*** gnue/reports/setup.py:1.20  Tue Dec 17 18:57:44 2002
--- gnue/reports/setup.py       Sat Dec 21 17:41:09 2002
***************
*** 232,243 ****
  
         data_files = [ ('doc/reports', docfiles),
                        ('man/man1', manfiles),
!                       ('shared/filters',['filters/README']),
!                       ('shared/filters/Labels', 
['filters/Labels/label-specs.dat']),
                        ('shared/filters/SimpleTabulation', [
!                                       'filters/SimpleTabulation/csv.xsl',
!                                       'filters/SimpleTabulation/html.xsl',
!                                       'filters/SimpleTabulation/text.xsl']
                         ) ],
  
         packages = ["gnue.reports",
--- 232,242 ----
  
         data_files = [ ('doc/reports', docfiles),
                        ('man/man1', manfiles),
!                       ('shared/filters/Labels', 
['src/adpaters/filters/Labels/etc/label-specs.dat']),
                        ('shared/filters/SimpleTabulation', [
!                                       
'src/adpaters/filters/SimpleTabulation/etc/SimpleTabulation/csv.xsl',
!                                       
'src/adpaters/filters/SimpleTabulation/etc/html.xsl',
!                                       
'src/adpaters/filters/SimpleTabulation/etc/text.xsl']
                         ) ],
  
         packages = ["gnue.reports",
***************
*** 266,272 ****
  
         package_dir = {"gnue.reports" : "src"},
  
!        scripts = ["scripts/gnue-reports", "scripts/gnue-reports-server"]
         )
  
  if 'install' in sys.argv:
--- 265,271 ----
  
         package_dir = {"gnue.reports" : "src"},
  
!        scripts = ["scripts/gnue-reports", ] # "scripts/gnue-reports-server"]
         )
  
  if 'install' in sys.argv:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]