summaryrefslogtreecommitdiffstats
path: root/bean/Jar_officebean.mk
Commit message (Collapse)AuthorAgeFilesLines
* [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann2014-09-301-8/+0
| | | | | | | | | | | | <https://wiki.openoffice.org/wiki/Documentation/DevGuide/JavaBean/The_Internal_Office_Bean_API>: "Prior to OpenOffice.org 2.0 all Office Bean classes were in the com.sun.star.bean package. As of OpenOffice.org 2.0 the classes are contained in the com.sun.star.comp.bean package. The classes of the com.sun.star.bean package are still contained in the officebean.jar but they are deprecated. Further development and bug fixing will occur only in the com.sun.star.comp.bean package." Change-Id: I9421bfba941d9801a5cf8886ca971275740d178a
* Revert bean part of "java: remove dead methods"Stephan Bergmann2014-09-161-0/+1
| | | | | | | ...34bcf9b498bccb5c924f4cec850ff15d88df6f07; bean is a client API, not dead code. Change-Id: Iea17b6306152b9a4f2968bed550a44917803d9ec
* java: remove dead methodsNoel Grandin2014-08-131-1/+0
| | | | | | found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* gbuild: register all jarsMichael Stahl2012-08-171-4/+4
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-1/+1
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* no need for SRCDIR parameter hereMatúš Kukan2011-10-231-1/+1
|
* convert bean to gbuild and add to tail_buildPeter Foley2011-09-181-0/+69