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
2901fec0
Kaydet (Commit)
2901fec0
authored
Ock 08, 2011
tarafından
Robert Sedak
Kaydeden (comit)
Andras Timar
Ock 08, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed localize jpropex launcher under Win32/Cygwin
üst
89e9bdb5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
jpropex.bat
l10ntools/java/jpropex/jpropex.bat
+13
-0
d.lst
l10ntools/prj/d.lst
+1
-0
localize.cxx
l10ntools/source/localize.cxx
+3
-0
No files found.
l10ntools/java/jpropex/jpropex.bat
0 → 100644
Dosyayı görüntüle @
2901fec0
@echo off
if "x%SOLARENV%x" EQU "xx" (
echo No environment found, please use 'configure' or 'setsolar'
exit
)
if "x%JAVA_HOME%x" EQU "xx" (
echo echo ERROR: No java found
exit
)
java -DSOLARSRC=%SOLARSRC% -DWORK_STAMP=%WORK_STAMP% -DUSE_SHELL= -jar %SOLARVER%\%INPATH%\bin%UPDMINOREXT%\jpropex.jar %*
l10ntools/prj/d.lst
Dosyayı görüntüle @
2901fec0
...
@@ -42,6 +42,7 @@ mkdir: %_DEST%\bin%_EXT%\help\com\sun\star\help
...
@@ -42,6 +42,7 @@ mkdir: %_DEST%\bin%_EXT%\help\com\sun\star\help
..\%__SRC%\class\receditor\receditor.jar %_DEST%\bin%_EXT%\receditor.jar
..\%__SRC%\class\receditor\receditor.jar %_DEST%\bin%_EXT%\receditor.jar
..\java\jpropex\jpropex %_DEST%\bin%_EXT%\jpropex
..\java\jpropex\jpropex %_DEST%\bin%_EXT%\jpropex
..\java\jpropex\jpropex.bat %_DEST%\bin%_EXT%\jpropex.bat
..\scripts\localize.pl %_DEST%\bin%_EXT%\localize.pl
..\scripts\localize.pl %_DEST%\bin%_EXT%\localize.pl
..\scripts\localize_old.pl %_DEST%\bin%_EXT%\localize_old.pl
..\scripts\localize_old.pl %_DEST%\bin%_EXT%\localize_old.pl
..\scripts\localize %_DEST%\bin%_EXT%\localize
..\scripts\localize %_DEST%\bin%_EXT%\localize
...
...
l10ntools/source/localize.cxx
Dosyayı görüntüle @
2901fec0
...
@@ -301,6 +301,9 @@ void SourceTreeLocalizer::WorkOnFile(
...
@@ -301,6 +301,9 @@ void SourceTreeLocalizer::WorkOnFile(
ByteString
sPath3
(
"bin"
);
ByteString
sPath3
(
"bin"
);
ByteString
sPath4
(
Export
::
GetEnv
(
"UPDMINOREXT"
)
);
ByteString
sPath4
(
Export
::
GetEnv
(
"UPDMINOREXT"
)
);
ByteString
sExecutable
(
sPath1
);
ByteString
sExecutable
(
sPath1
);
#if defined(WNT) || defined(OS2)
sExecutable
.
SearchAndReplaceAll
(
"/"
,
sDel
);
#endif
sExecutable
+=
sDel
;
sExecutable
+=
sDel
;
sExecutable
+=
sPath2
;
sExecutable
+=
sPath2
;
sExecutable
+=
sDel
;
sExecutable
+=
sDel
;
...
...
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