Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4427bb0c
Kaydet (Commit)
4427bb0c
authored
Ock 06, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The "ProductSource" (MWS name) makes no sense any more
üst
f79da8fa
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
33 deletions
+4
-33
Makefile
android/experimental/DocumentLoader/Makefile
+0
-1
Makefile
android/experimental/LibreOffice4Android/Makefile
+0
-1
Makefile
android/qa/desktop/Makefile
+0
-1
app.cxx
desktop/source/app/app.cxx
+2
-2
titlehelper.cxx
framework/source/fwe/helper/titlehelper.cxx
+1
-1
BuildID.java
qadevOOo/runner/graphical/BuildID.java
+0
-11
bootstrap.hxx
unotools/inc/unotools/bootstrap.hxx
+0
-3
bootstrap.cxx
unotools/source/config/bootstrap.cxx
+1
-13
No files found.
android/experimental/DocumentLoader/Makefile
Dosyayı görüntüle @
4427bb0c
...
...
@@ -126,7 +126,6 @@ copy-stuff:
echo
'ProductBuildid=3'
>>
assets/program/versionrc
echo
'ProductMajor=360'
>>
assets/program/versionrc
echo
'ProductMinor=1'
>>
assets/program/versionrc
echo
'ProductSource=OOO350'
>>
assets/program/versionrc
echo
'ReferenceOOoMajorMinor=3.6'
>>
assets/program/versionrc
#
# .res files
...
...
android/experimental/LibreOffice4Android/Makefile
Dosyayı görüntüle @
4427bb0c
...
...
@@ -103,7 +103,6 @@ copy-stuff:
echo
'ProductBuildid=3'
>>
assets/program/versionrc
echo
'ProductMajor=360'
>>
assets/program/versionrc
echo
'ProductMinor=1'
>>
assets/program/versionrc
echo
'ProductSource=OOO350'
>>
assets/program/versionrc
echo
'ReferenceOOoMajorMinor=3.6'
>>
assets/program/versionrc
#
# .res files
...
...
android/qa/desktop/Makefile
Dosyayı görüntüle @
4427bb0c
...
...
@@ -70,7 +70,6 @@ buildrcs:
echo
"ProductBuildid=3"
>>
assets/program/versionrc
echo
"ProductMajor=360"
>>
assets/program/versionrc
echo
"ProductMinor=1"
>>
assets/program/versionrc
echo
"ProductSource=OOO350"
>>
assets/program/versionrc
echo
"ReferenceOOoMajorMinor=3.6"
>>
assets/program/versionrc
echo
"UpdateID=LibreOffice_3_en-US"
>>
assets/program/versionrc
echo
"UpdateURL="
>>
assets/program/versionrc
...
...
desktop/source/app/app.cxx
Dosyayı görüntüle @
4427bb0c
...
...
@@ -1456,10 +1456,10 @@ int Desktop::Main()
delete
pLabelResMgr
;
#ifdef DBG_UTIL
//include
version ID
in non product builds
//include
buildid
in non product builds
::
rtl
::
OUString
aDefault
(
"development"
);
aTitle
+=
rtl
::
OUString
(
" ["
);
String
aVerId
(
utl
::
Bootstrap
::
getProduct
Source
(
aDefault
));
String
aVerId
(
utl
::
Bootstrap
::
getProduct
BuildIdData
(
aDefault
));
aTitle
+=
aVerId
;
aTitle
+=
']'
;
#endif
...
...
framework/source/fwe/helper/titlehelper.cxx
Dosyayı görüntüle @
4427bb0c
...
...
@@ -579,7 +579,7 @@ void TitleHelper::impl_appendModuleName (::rtl::OUStringBuffer& sTitle)
void
TitleHelper
::
impl_appendDebugVersion
(
::
rtl
::
OUStringBuffer
&
sTitle
)
{
::
rtl
::
OUString
sDefault
(
RTL_CONSTASCII_USTRINGPARAM
(
"development"
));
::
rtl
::
OUString
sVersion
=
::
utl
::
Bootstrap
::
getProduct
Source
(
sDefault
);
::
rtl
::
OUString
sVersion
=
::
utl
::
Bootstrap
::
getProduct
BuildIdData
(
sDefault
);
sTitle
.
appendAscii
(
RTL_CONSTASCII_STRINGPARAM
(
" ["
));
sTitle
.
append
(
sVersion
);
sTitle
.
appendAscii
(
RTL_CONSTASCII_STRINGPARAM
(
"]"
));
...
...
qadevOOo/runner/graphical/BuildID.java
Dosyayı görüntüle @
4427bb0c
...
...
@@ -163,13 +163,6 @@ public class BuildID
// System.exit(1);
// }
public
static
String
getMaster
(
String
_sOfficePath
)
{
final
String
sOfficePath
=
getOfficePath
(
_sOfficePath
);
final
String
sMaster
=
getBuildID
(
sOfficePath
,
"ProductSource"
);
return
sMaster
;
}
public
static
String
getMinor
(
String
_sOfficePath
)
{
final
String
sOfficePath
=
getOfficePath
(
_sOfficePath
);
...
...
@@ -199,10 +192,6 @@ public class BuildID
// sBuildID = getBuildID(sApp);
// System.out.println("BuildID is: " + sBuildID);
//
// String sMaster;
// sMaster = getMaster(sApp);
// System.out.println("Master is: " + sMaster);
//
// String sMinor;
// sMinor = getMinor(sApp);
// System.out.println("Minor is: " + sMinor);
...
...
unotools/inc/unotools/bootstrap.hxx
Dosyayı görüntüle @
4427bb0c
...
...
@@ -46,9 +46,6 @@ namespace utl
/// retrieve the product key; uses the given default, if not found
static
rtl
::
OUString
getProductKey
(
rtl
::
OUString
const
&
_sDefault
);
/// retrieve the product source (MWS name)
static
rtl
::
OUString
getProductSource
(
rtl
::
OUString
const
&
_sDefault
);
/// retrieve the BUILDID information item; uses the given default, if not found
static
rtl
::
OUString
getBuildIdData
(
rtl
::
OUString
const
&
_sDefault
);
...
...
unotools/source/config/bootstrap.cxx
Dosyayı görüntüle @
4427bb0c
...
...
@@ -42,7 +42,6 @@
#define BOOTSTRAP_DATA_NAME SAL_CONFIGFILE("bootstrap")
#define BOOTSTRAP_ITEM_PRODUCT_KEY "ProductKey"
#define BOOTSTRAP_ITEM_PRODUCT_SOURCE "ProductSource"
#define BOOTSTRAP_ITEM_VERSIONFILE "Location"
#define BOOTSTRAP_ITEM_BUILDID "buildid"
#define BOOTSTRAP_ITEM_BUILDVERSION "BuildVersion"
...
...
@@ -586,23 +585,12 @@ OUString Bootstrap::getProductKey(OUString const& _sDefault)
}
// ---------------------------------------------------------------------------------------
OUString
Bootstrap
::
getProductSource
(
OUString
const
&
_sDefault
)
{
OUString
const
csProductSourceItem
(
RTL_CONSTASCII_USTRINGPARAM
(
BOOTSTRAP_ITEM_PRODUCT_SOURCE
));
OUString
sProductSource
;
// read ProductSource from version.ini (versionrc)
data
().
getVersionValue
(
csProductSourceItem
,
sProductSource
,
_sDefault
);
return
sProductSource
;
}
// ---------------------------------------------------------------------------------------
OUString
Bootstrap
::
getBuildVersion
(
OUString
const
&
_sDefault
)
{
OUString
const
csBuildVersionItem
(
BOOTSTRAP_ITEM_BUILDVERSION
);
OUString
sBuildVersion
;
// read
ProductSource
from version.ini (versionrc)
// read
BuildVersion
from version.ini (versionrc)
data
().
getVersionValue
(
csBuildVersionItem
,
sBuildVersion
,
_sDefault
);
return
sBuildVersion
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment