Kaydet (Commit) 6db1f5f4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix fallout from 30fc3d6c

Change-Id: If97dc13e63986a7c9534f46673cfa8541893269a
üst b2235e49
......@@ -113,15 +113,15 @@ build-ant: android_version_setup copy-stuff link-so properties
#
# Copy jar files we need
#
for F in $(strip \
java_uno \
juh \
jurt \
ridl \
unoil \
unoloader \
); do \
$(call COPYJAR,$(OUTDIR)/bin/$${F}.jar); \
for F in java_uno \
juh \
jurt \
ridl \
unoloader; do \
$(call COPYJAR,$(INSTDIR)/$(LIBO_URE_SHARE_JAVA_FOLDER)/$${F}.jar); \
done
for F in unoil; do \
$(call COPYJAR,$(INSTDIR)/$(LIBO_SHARE_JAVA_FOLDER)/$${F}.jar); \
done
#
unset JAVA_HOME && $(ANT) -quiet debug
......
......@@ -116,15 +116,15 @@ build-ant: android_version_setup copy-stuff link-so properties
#
# Copy jar files we need
#
for F in $(strip \
java_uno \
juh \
jurt \
ridl \
unoil \
unoloader \
); do \
$(call COPYJAR,$(OUTDIR)/bin/$${F}.jar); \
for F in java_uno \
juh \
jurt \
ridl \
unoloader; do \
$(call COPYJAR,$(INSTDIR)/$(LIBO_URE_SHARE_JAVA_FOLDER)/$${F}.jar); \
done
for F in unoil; do \
$(call COPYJAR,$(INSTDIR)/$(LIBO_SHARE_JAVA_FOLDER)/$${F}.jar); \
done
#
unset JAVA_HOME && $(ANT) -quiet debug
......
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