summaryrefslogtreecommitdiff
path: root/solenv/bin/write_classpath.sh
blob: 4b9fd6bcbbf438564c4f246e95bc47939815f4ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash

dest="$1"
shift
base='Class-Path: '

while [ "${1}" != "" ]; do
    p="$1"
    shift
    echo "$base $p" >> $dest
    base=' '
done

#echo "added classpath"
#cat $dest
#echo "==="
href='/cgit/lo/core/commit/solenv/bin/ooinstall?id=010a2a8ed3214380d514be56171c974f99010bc1'>Don't use spaces in the product names when packaging.Jan Holesovsky 2015-10-24Remove left over references to SYSTEM_MOZILLADavid Ostrovsky 2015-06-29instsetoo_native: fix building installation setsMichael Stahl 2014-06-10Make test-install work also in the non-release-build caseTor Lillqvist 2013-11-07remove INPATH and PROEXTMichael Stahl 2013-11-02remove SOLARENV variableMichael Stahl 2013-10-31solver doesn't solve anything...Michael Stahl 2013-09-17goodbye linkoo.. you have served wellMatúš Kukan 2013-06-13Change the paths to ones that existFridrich Štrba 2013-05-15drop now unused DEFAULT_TO_ENGLISH_FOR_PACKINGDavid Tardon 2013-05-10don't override TMPDIR with /tmp on cygwin, cleanup TMPDIR/TMP handlingChristian Lohmaier 2013-03-26make linkoo work in separate builddirPeter Foley 2013-03-02remove minor.mkMatúš Kukan 2013-02-28BUILDDIR <> SRCDIR in the installer tooNorbert Thiebaud 2013-01-31When debugging ooinstall, assume you want to debug make_installer.pl, tooTor Lillqvist 2013-01-30Cosmetics: Consistent indentation and whitespaceTor Lillqvist 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-12-14Make KeyID (qtz) work againAndras Timar 2012-11-21remove qtz temporarily, until it works again reliablyAndras Timar 2012-11-12re-base on ALv2 code. Includes:Michael Meeks 2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky 2012-04-13add missing trailing spaceLuboš Luňák 2012-02-22add cleaned up / improved warning for broken environmentMichael Meeks 2012-02-22removed check on need to run Env.Host.sh firstCor Nouws 2012-02-20Do not remove the destdir prefix in any caseStephan Bergmann 2012-01-24Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"Noel Power 2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power 2011-12-20allow to call ooinstall twice with $DESTDIRPetr Mladek