[Libreoffice-commits] core.git: 2 commits - touch/CustomTarget_touch_javamaker.mk touch/README

Tor Lillqvist tml at iki.fi
Thu Apr 11 00:58:58 PDT 2013


 touch/CustomTarget_touch_javamaker.mk |    2 +-
 touch/README                          |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 752d005d85cd269fddf061f5175b3fbab5354e12
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Apr 11 10:57:44 2013 +0300

    Update README
    
    Change-Id: I5caa9c10605ff806677958a2d28428a0cab0d906

diff --git a/touch/README b/touch/README
index f1be5df..7f05bd2 100644
--- a/touch/README
+++ b/touch/README
@@ -1,9 +1,11 @@
 Library that provides API used by LO-based apps on touch devices
 
-This is all very much a work in progress and the design can change radically
-at any moment. The name "touch" for this module and the library name
-"libotouch" are not fixed and might change if somebody comes up with niftier
-names.
+This is all very much a work in progress and the design can change
+radically at any moment. And actually at the moment it is unclear
+whether this will be used or not.
+
+The name "touch" for this module and the library name "libotouch" are
+not fixed and might change if somebody comes up with niftier names.
 
 This module will contain an UNO API to be called either from Java (for
 Android), or directly (iOS). (Or, on iOS, possibly through some thin
commit 5f8015045cb59ff9574230530d371b6659697881
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Apr 11 10:57:32 2013 +0300

    No -BUCR option to javamaker any more
    
    Change-Id: I1b418c563c30be959b771a474ed9c699f71b57e7

diff --git a/touch/CustomTarget_touch_javamaker.mk b/touch/CustomTarget_touch_javamaker.mk
index f0537fa..40e6279 100644
--- a/touch/CustomTarget_touch_javamaker.mk
+++ b/touch/CustomTarget_touch_javamaker.mk
@@ -17,6 +17,6 @@ $(touch_javamaker_DIR)/done : $(call gb_UnoApiTarget_get_target,touch) $(OUTDIR)
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1)
 	$(call gb_Helper_abbreviate_dirs, \
 	rm -r $(touch_javamaker_DIR) && \
-	$(call gb_Helper_execute,javamaker -BUCR -nD -O$(touch_javamaker_DIR)/class -X$(OUTDIR)/bin/types.rdb $<) && touch $@)
+	$(call gb_Helper_execute,javamaker -nD -O$(touch_javamaker_DIR)/class -X$(OUTDIR)/bin/types.rdb $<) && touch $@)
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list