summaryrefslogtreecommitdiffstats
path: root/reportbuilder/Jar_reportbuilder.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky2013-03-181-11/+13
| | | | | | | | | For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky2013-03-111-228/+228
| | | | | | | | | | | | To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* remove ReportEngine2 interfaceDavid Ostrovsky2013-03-061-1/+0
| | | | | | | | Typical anti pattern in java is the overuse of interfaces. You only need an interface in java, if you have multiple different implementations. Otherwise you don't. Change-Id: If8b62adc56385f9b839dab36e8cbbf9f715e6017
* fdo#61726 java class collision with new idlDavid Ostrovsky2013-03-061-1/+1
| | | | Change-Id: I90ea912fd0cc54068843d21cb2585e78e70a3d71
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-34/+0
| | | | | | | | | With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
* fdo#51278 fix reportbuilder manifestDavid Tardon2012-07-131-2/+36
| | | | Change-Id: I34f229284611285e10a192f80b14b1e8b3fa618c
* gbuildize reportbuilderDavid Tardon2012-05-291-0/+296