Kaydet (Commit) 13cfe26f authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS jl8 (1.2.4); FILE MERGED

2004/06/23 12:27:18 jl 1.2.4.1: #i30342#
üst bc39c4ed
...@@ -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
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment