summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:36:03 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:36:03 +0000
commit4a495687f7206914e70890f1d52bca4436126c02 (patch)
treeb4a9618cced75f6dfa82c6fead7cebefb282caf5 /wizards/com/sun/star/wizards/report
parent0956a1ad99d00fd976e97fdcfa7f9bbe7cc5721d (diff)
INTEGRATION: CWS rptwizard01 (1.15.48); FILE MERGED
2008/05/21 10:14:23 lla 1.15.48.5: RESYNC: (1.15-1.16); FILE MERGED 2008/03/07 07:52:58 lla 1.15.48.4: #i86092# remove reportbuilder.jar dependency 2008/03/07 07:27:18 lla 1.15.48.3: #i86092# Change ReportBuilderWizard this way, it will exist and workable in the reportbuilder extension 2008/02/29 08:32:26 lla 1.15.48.2: #i86092# new layouter access 2008/02/14 13:00:48 lla 1.15.48.1: #i86092# changes for new Report Wizard
Diffstat (limited to 'wizards/com/sun/star/wizards/report')
-rw-r--r--wizards/com/sun/star/wizards/report/makefile.mk28
1 files changed, 16 insertions, 12 deletions
diff --git a/wizards/com/sun/star/wizards/report/makefile.mk b/wizards/com/sun/star/wizards/report/makefile.mk
index aabb23117ee0..2cec404a1463 100644
--- a/wizards/com/sun/star/wizards/report/makefile.mk
+++ b/wizards/com/sun/star/wizards/report/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
# This file is part of OpenOffice.org.
#
@@ -49,17 +49,21 @@ JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-JAVAFILES= \
- ReportDocument.java \
- ReportWizard.java \
- CallReportWizard.java \
- DBColumn.java \
- RecordTable.java \
- Finalizer.java \
- ReportLayouter.java \
- GroupFieldHandler.java \
- Dataimport.java
-
+JAVAFILES= \
+ CallReportWizard.java \
+ DBColumn.java \
+ Dataimport.java \
+ GroupFieldHandler.java \
+ IReportDocument.java \
+ IReportBuilderLayouter.java \
+ IReportDefinitionReadAccess.java \
+ RecordTable.java \
+ ReportFinalizer.java \
+ ReportImplementationHelper.java \
+ ReportLayouter.java \
+ ReportTextDocument.java \
+ ReportTextImplementation.java \
+ ReportWizard.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)