summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann1-269/+3
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
2013-04-24move URE headers to include/David Tardon1-1/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks15-330/+60
2013-04-22fix stupid typoDavid Tardon1-1/+1
2013-04-22create the jnilib in the right dirDavid Tardon1-1/+3
2013-04-22update makefilesDavid Tardon2-9/+6
2013-04-22add missing package nameDavid Tardon1-1/+3
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann1-1/+1
2013-04-10workaround IBM java 1.5.0 inconvertible types errorCaolán McNamara1-1/+2
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl1-1/+1
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl1-1/+1
2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl2-88/+0
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl14-14/+14
2012-12-30add runtime deps for custom targetsDavid Tardon1-1/+1
2012-12-11Windows-only fixesStephan Bergmann1-0/+4
2012-12-06udkapi.rdb is enoughDavid Tardon1-1/+1
2012-11-28jurt: actually, why does this not simply use InternalUnoApiMichael Stahl3-16/+30
2012-11-28jurt: remove that with -f because it may not exist...Michael Stahl1-1/+1
2012-11-28ridljar etc.: javamaker invocations must rm -r targetdirMichael Stahl1-0/+1
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-4/+4
2012-11-06jurt: remote test: synchronize updates to counters in TestWorkAtMichael Stahl1-2/+9
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain17-20/+0
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-12Remove race conditions from testStephan Bergmann1-62/+29
2012-09-10Java cleanup, remove dead code and fixNoel Grandin3-324/+0
2012-08-29Java cleanup - remove unnecessary null checksNoel Grandin1-2/+1
2012-08-28Java cleanup - remove unused importsNoel Grandin3-3/+0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin2-3/+3
2012-08-20Java5 updates - convert to genericsNoel Grandin2-3/+3
2012-08-20Remove dead java code, fields and local variablesNoel Grandin1-0/+1
2012-08-20Remove dead java codeNoel Grandin4-7/+0
2012-08-20Java update - fix various javadoc issuesNoel Grandin10-13/+13
2012-08-17gbuild: register all jarsMichael Stahl9-13/+12
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-1/+1
2012-06-29Java5 updates - update code to use genericsNoel Grandin2-2/+2
2012-06-29Java cleanup - fix various javadoc issuesNoel Grandin19-83/+73
2012-06-29Java5 update - convert code to use genericsNoel Grandin24-135/+130
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin2-12/+12
2012-06-29Java5 update - convert Vector to ArrayList and Enumeration to IteratorNoel Grandin5-89/+85