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
13cfe26f
Kaydet (Commit)
13cfe26f
authored
Tem 23, 2004
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS jl8 (1.2.4); FILE MERGED
2004/06/23 12:27:18 jl 1.2.4.1: #i30342#
üst
bc39c4ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
javavendors_wnt.xml
jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+5
-2
makefile.mk
jvmfwk/distributions/OpenOfficeorg/makefile.mk
+9
-3
No files found.
jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
Dosyayı görüntüle @
13cfe26f
...
@@ -9,9 +9,13 @@
...
@@ -9,9 +9,13 @@
<vendor
name=
"Sun Microsystems Inc."
>
<vendor
name=
"Sun Microsystems Inc."
>
<minVersion>
1.4.1_01
</minVersion>
<minVersion>
1.4.1_01
</minVersion>
</vendor>
</vendor>
<vendor
name=
"IBM Corporation"
>
<minVersion>
1.4.1
</minVersion>
</vendor>
</vendorInfos>
</vendorInfos>
<plugins>
<plugins>
<library
vendor=
"Sun Microsystems Inc."
>
program/sunjavaplugin.dll
</library>
<library
vendor=
"Sun Microsystems Inc."
>
program/sunjavaplugin.dll
</library>
<library
vendor=
"IBM Corporation"
>
program/ibmjavaplugin.dll
</library>
</plugins>
</plugins>
</javaSelection>
</javaSelection>
\ No newline at end of file
jvmfwk/distributions/OpenOfficeorg/makefile.mk
Dosyayı görüntüle @
13cfe26f
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
#
#
# $RCSfile: makefile.mk,v $
# $RCSfile: makefile.mk,v $
#
#
# $Revision: 1.
2
$
# $Revision: 1.
3
$
#
#
# last change: $Author:
jl $ $Date: 2004-05-21 09:03:25
$
# last change: $Author:
hr $ $Date: 2004-07-23 11:49:14
$
#
#
# The Contents of this file are made available subject to the terms of
# The Contents of this file are made available subject to the terms of
# either of the following licenses
# either of the following licenses
...
@@ -71,9 +71,15 @@ nojava:
...
@@ -71,9 +71,15 @@ nojava:
.ENDIF
.ENDIF
.IF
"$(SOLAR_JAVA)"
!=
""
.IF
"$(SOLAR_JAVA)"
!=
""
$(BIN)$/javavendors_ooo.xml
:
javavendors_unx.xml javavendors_wnt.xml
$(BIN)$/javavendors_ooo.xml
:
javavendors_unx.xml javavendors_wnt.xml
javavendors_macosx.xml javavendors_linux.xml
.IF
"$(GUI)"
==
"UNX"
.IF
"$(GUI)"
==
"UNX"
.IF
"$(OS)"
==
"MACOSX"
+-$(COPY)
javavendors_macosx.xml
$(BIN)$/javavendors_ooo.xml
.ELIF
"$(OS)"
==
"LINUX"
+-$(COPY)
javavendors_linux.xml
$(BIN)$/javavendors_ooo.xml
.ELSE
+-$(COPY)
javavendors_unx.xml
$(BIN)$/javavendors_ooo.xml
+-$(COPY)
javavendors_unx.xml
$(BIN)$/javavendors_ooo.xml
.ENDIF
.ELIF
"$(GUI)"
==
"WNT"
.ELIF
"$(GUI)"
==
"WNT"
+-$(COPY)
javavendors_wnt.xml
$(BIN)$/javavendors_ooo.xml
+-$(COPY)
javavendors_wnt.xml
$(BIN)$/javavendors_ooo.xml
.ELSE
.ELSE
...
...
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