summaryrefslogtreecommitdiff
path: root/reportdesign/prj
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-09 10:56:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-09 10:56:41 +0000
commit94ccba3eebc83b58e74e18f0e028c6a995ce6aa6 (patch)
tree1b0341ba73e54b771a58b636bff8c60c0f6beeaf /reportdesign/prj
parent43729c2b5738f3f9063ed7753a00acd491d905dd (diff)
Bring module to HEAD.
Diffstat (limited to 'reportdesign/prj')
-rw-r--r--reportdesign/prj/build.lst17
-rw-r--r--reportdesign/prj/d.lst29
-rw-r--r--reportdesign/prj/rpt.xml14
3 files changed, 60 insertions, 0 deletions
diff --git a/reportdesign/prj/build.lst b/reportdesign/prj/build.lst
new file mode 100644
index 000000000000..8c58745a087e
--- /dev/null
+++ b/reportdesign/prj/build.lst
@@ -0,0 +1,17 @@
+ba reportdesign : boost jfreereport comphelper dbaccess NULL
+ba reportdesign usr1 - all ba_mkout NULL
+ba reportdesign\inc nmake - all ba_inc NULL
+ba reportdesign\java nmake - all ba_java NULL
+ba reportdesign\java\com\sun\star\report nmake - all ba_jreport ba_java NULL
+ba reportdesign\java\com\sun\star\report\util nmake - all ba_jreport_util ba_jreport NULL
+ba reportdesign\java\com\sun\star\report\pentaho nmake - all ba_jreport_pe ba_jreport_util NULL
+ba reportdesign\source\core\api nmake - all ba_api ba_inc NULL
+ba reportdesign\source\core\resource nmake - all ba_res ba_inc NULL
+ba reportdesign\source\core\sdr nmake - all ba_sdr ba_inc NULL
+ba reportdesign\source\shared nmake - all ba_shared ba_inc NULL
+ba reportdesign\source\ui\misc nmake - all ba_uimisc ba_inc NULL
+ba reportdesign\source\ui\dlg nmake - all ba_uidlg ba_inc NULL
+ba reportdesign\source\ui\report nmake - all ba_uireport ba_inc NULL
+ba reportdesign\source\ui\inspection nmake - all ba_uiinspection ba_inc NULL
+ba reportdesign\source\filter\xml nmake - all ba_filter_xml ba_inc NULL
+ba reportdesign\util nmake - all ba_util ba_inc ba_jreport_pe ba_api ba_res ba_shared ba_uimisc ba_uidlg ba_uireport ba_uiinspection ba_sdr ba_filter_xml NULL
diff --git a/reportdesign/prj/d.lst b/reportdesign/prj/d.lst
new file mode 100644
index 000000000000..5a73db4d1fa9
--- /dev/null
+++ b/reportdesign/prj/d.lst
@@ -0,0 +1,29 @@
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator\de-DE
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator\en-GB
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator\en-US
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\menubar
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\statusbar
+mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\toolbar
+
+..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
+
+# Libraries
+..\%__SRC%\bin\rpt*.dll %_DEST%\bin%_EXT%\rpt*.dll
+..\%__SRC%\lib\librpt*.so %_DEST%\lib%_EXT%\librpt*.so
+# ..\%__SRC%\lib\irpt*.lib %_DEST%\lib%_EXT%\irpt*.lib
+..\%__SRC%\lib\librpt*.dylib %_DEST%\lib%_EXT%\librpt*.dylib
+
+# Resources
+..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res
+
+..\uiconfig\dbreport\accelerator\de-DE\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator\de-DE\*.xml
+..\uiconfig\dbreport\accelerator\en-GB\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator\en-GB\*.xml
+..\uiconfig\dbreport\accelerator\en-US\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\accelerator\en-US\*.xml
+..\uiconfig\dbreport\menubar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\menubar\*.xml
+..\uiconfig\dbreport\statusbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\statusbar\*.xml
+..\uiconfig\dbreport\toolbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbreport\toolbar\*.xml
+
+
diff --git a/reportdesign/prj/rpt.xml b/reportdesign/prj/rpt.xml
new file mode 100644
index 000000000000..efc28985c639
--- /dev/null
+++ b/reportdesign/prj/rpt.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>reportdesign</module-name>
+ <component-description>
+ <author>Ocke Janssen</author>
+ <name>com.sun.star.report.comp.ReportDesign</name>
+ <description>Represents the report design.</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.report.ReportDesign</supported-service>
+ </component-description>
+</module-description>