2b13c69d75
This way, it is more naturally visible what is the actuall app (with the initial recent documents / file picker) and the editing part. Change-Id: Ia764f2900939e980f703e3da9f9abd6c0aee7cbb
11 lines
448 B
Groovy
11 lines
448 B
Groovy
ext {
|
|
liboSrcRoot = '@LOBUILDDIR@'
|
|
liboInstdir = '@LOBUILDDIR@/instdir'
|
|
liboEtcFolder = 'program'
|
|
liboUreMiscFolder = 'program'
|
|
liboSharedResFolder = 'program/resource'
|
|
liboExampleDocument = '@LOBUILDDIR@/android/default-document/example.odt'
|
|
liboVersionMajor = '@LOOLWSD_VERSION_MAJOR@'
|
|
liboVersionMinor = '@LOOLWSD_VERSION_MAJOR@'
|
|
liboGitFullCommit = '@LOOLWSD_VERSION_HASH@'
|
|
}
|