summaryrefslogtreecommitdiff
path: root/jvmfwk/distributions
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-21 08:03:26 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-21 08:03:26 +0000
commite45599c3f74fcd9f87bf13a34db5d391b86a10b0 (patch)
tree2fae9f4905bd8519bd4d25ccf7b8173005470be5 /jvmfwk/distributions
parent56c7be7fee90071dc4d1ef7ed378afde55614486 (diff)
#i20052#
Diffstat (limited to 'jvmfwk/distributions')
-rwxr-xr-xjvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml8
-rw-r--r--jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml8
-rwxr-xr-xjvmfwk/distributions/OpenOfficeorg/makefile.mk8
3 files changed, 4 insertions, 20 deletions
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
index 2772868df813..b10d915f25b4 100755
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Document : javavendors.xml
- Created on : 18. März 2004, 10:43
- Author : jl97489
- Description:
- Purpose of the document follows.
--->
-
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
index 387752797b05..56751f4da5ce 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Document : javavendors.xml
- Created on : 18. März 2004, 10:43
- Author : jl97489
- Description:
- Purpose of the document follows.
--->
-
<javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
diff --git a/jvmfwk/distributions/OpenOfficeorg/makefile.mk b/jvmfwk/distributions/OpenOfficeorg/makefile.mk
index e496c6994bf0..d062d73fa38b 100755
--- a/jvmfwk/distributions/OpenOfficeorg/makefile.mk
+++ b/jvmfwk/distributions/OpenOfficeorg/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: jl $ $Date: 2004-05-04 10:00:57 $
+# last change: $Author: jl $ $Date: 2004-05-21 09:03:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,7 +61,7 @@
PRJ = ..$/..
PRJNAME = jvmfwk
-TARGET =
+TARGET = vendors_ooo
.INCLUDE: settings.mk
@@ -71,7 +71,7 @@ nojava:
.ENDIF
.IF "$(SOLAR_JAVA)"!=""
-$(BIN)$/javavendors_so.xml: javavendors_unx.xml javavendors_wnt.xml
+$(BIN)$/javavendors_ooo.xml: javavendors_unx.xml javavendors_wnt.xml
.IF "$(GUI)"=="UNX"
+-$(COPY) javavendors_unx.xml $(BIN)$/javavendors_ooo.xml
.ELIF "$(GUI)"=="WNT"