l10ntools/Package_scripts.mk |    3 +--
 l10ntools/scripts/propex.bat |    8 --------
 2 files changed, 1 insertion(+), 10 deletions(-)

New commits:
commit e3ef482153bd1620c93019a413a18665ef0ebb98
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Fri May 4 13:20:37 2012 +0200

    there is no localize script and propmerge.bat is not used
    
    Change-Id: Ie5038d9f53a1249a5c6b5c116f7781084741b40e

diff --git a/l10ntools/Package_scripts.mk b/l10ntools/Package_scripts.mk
index 1ce9327..5040488 100644
--- a/l10ntools/Package_scripts.mk
+++ b/l10ntools/Package_scripts.mk
@@ -26,10 +26,9 @@
 
 $(eval $(call 
gb_Package_Package,l10ntools_scripts,$(SRCDIR)/l10ntools/scripts))
 
-$(eval $(call gb_Package_add_file,l10ntools_scripts,bin/localize,localize))
+$(eval $(call 
gb_Package_add_file,l10ntools_scripts,bin/addkeyid2pot.pl,addkeyid2pot.pl))
 $(eval $(call 
gb_Package_add_file,l10ntools_scripts,bin/fast_merge.pl,fast_merge.pl))
 $(eval $(call 
gb_Package_add_file,l10ntools_scripts,bin/keyidGen.pl,keyidGen.pl))
-$(eval $(call 
gb_Package_add_file,l10ntools_scripts,bin/addkeyid2pot.pl,addkeyid2pot.pl))
 $(eval $(call gb_Package_add_file,l10ntools_scripts,bin/po2lo,po2lo))
 $(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propex,propex))
 $(eval $(call gb_Package_add_file,l10ntools_scripts,bin/propmerge,propmerge))
diff --git a/l10ntools/scripts/propex.bat b/l10ntools/scripts/propex.bat
deleted file mode 100755
index 1174286..0000000
--- a/l10ntools/scripts/propex.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-
-if "x%PERL%x" EQU "xx" (
-    echo ERROR: Perl not found. Environment is not set.
-    exit /b 1
-)
-
-%PERL% %SOLARVER%\%INPATH%\bin\propex %*
\ No newline at end of file
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to