summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-05-06Java cleanup, close file handles when done with themNoel Grandin1-0/+3
Change-Id: I79e6e0b8f53ae6f232c34aa8e833853d2ec24cf0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-69/+12
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-03remove stale javafiltersAndras Timar139-22278/+0
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-02-28kill random dmake leftoversPeter Foley1-30/+0
Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/childrens/children/Tor Lillqvist1-1/+1
Change-Id: I1731710811506383d29c835a613b07506e7232f0
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist1-1/+0
With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
2012-12-25Get rid of (most uses of) GUITor Lillqvist3-4/+4
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz2-2/+0
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz109-155/+2
This patch removes '@author' annotations and some unnecessary comments in java sources. Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
2012-08-28Make it clearer that previous change was soundStephan Bergmann1-4/+2
Change-Id: I0f2440b39e7b99b207755779a82bbeec164de278
2012-08-28Java cleanup - remove unnecessary null checksNoel Grandin3-176/+199
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
2012-08-28Java cleanup - remove unused local fields and variables and parametersNoel Grandin13-81/+14
Change-Id: I5114bf2e390f3f5052819710329a789fc78c60f2
2012-08-28Java cleanup - remove unused importsNoel Grandin23-75/+4
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28Remove newly unused instance provisioningStephan Bergmann1-1/+0
Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46
2012-08-28Java cleanup - Static methods and fields should be accessed in a static way.Noel Grandin2-6/+6
Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69
2012-08-20Remove dead java code, fields and local variablesNoel Grandin36-304/+9
Change-Id: Iac80b047d990fddd3b78366843afdff77620cd7f
2012-08-20fix dead assignment in setRowStyleNoel Grandin1-2/+2
Change-Id: I2efa34e6374bb77f1277cbea6a2293698dbbe338
2012-08-20Java update - fix various javadoc issuesNoel Grandin24-60/+27
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
2012-08-17gbuild: register all jarsMichael Stahl5-12/+12
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15xmerge: remove obsolete xalan stuff from manifest classpathMichael Stahl1-7/+0
It appears this came in to make it work with JREs < 1.4, i#58308. Change-Id: I6974e0fe7b94ecf1b577af064dcce8f017d0a31d
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2-5/+2
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
2012-07-20new does not return nullStephan Bergmann2-12/+0
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-04re-base on ALv2 code.Michael Meeks40-931/+625
2012-06-29Java5 update - convert to using generics where feasibleNoel Grandin72-441/+443
Change-Id: I65b8a40aff54a1128d66e7c46bbcdea459bcc2ce
2012-06-29Java5 update - convert Vector to ArrayList and Enumeration to IteratorNoel Grandin43-582/+572
Change-Id: Iccb8250351fc1b0778b6be9870c12b9e057b23d1
2012-06-29re-base on ALv2 code.Michael Meeks41-946/+577
2012-06-22re-base on ALv2 code.Michael Meeks4-92/+56
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks34-625/+508
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks122-2840/+1769
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-05remove obsolete (and scary) stuff in xmerge/workbenBjoern Michaelsen4-1071/+0
Change-Id: I34c1f13006da18c6c4601042d3accfdb1979bfab
2012-06-05remove obsolete palm stuffBjoern Michaelsen375-18394/+0
Change-Id: I30543bcb2b3d7101964de48a448af351579a5ddf
2012-05-28Fix typosJulien Nabet2-2/+2
Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-08gbuild: "use" vs. "add":Michael Stahl5-5/+5
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)
2012-02-21WaE: unreadVariableThomas Arnhold1-2/+0
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich1-0/+6
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-10list source files explicitlyDavid Tardon4-9/+164
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include o pch header from xmergeNorbert Thiebaud2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+4
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.