[Libreoffice-commits] .: 32 commits - accessibility/bridge avmedia/source canvas/source chart2/source configmgr/qa connectivity/source cppcanvas/source cppuhelper/test desktop/source dmake/Makefile.am dmake/Makefile.in dmake/configure.in dmake/startup dmake/unix drawinglayer/util editeng/util embeddedobj/test filter/source forms/util formula/prj framework/qa framework/source framework/uiconfig framework/util hsqldb/version.mk jfreereport/patches jvmfwk/distributions libcdr/makefile.mk linguistic/workben linguistic/xml moz/patches odk/examples oox/source openssl/opensslmingw.patch python/Python-2.6.1-vc10.patch pyuno/Module_pyuno.mk pyuno/source qadevOOo/testdocs readlicense_oo/util reportdesign/qa reportdesign/uiconfig scp2/source scripting/examples scripting/java scripting/source scripting/workben sd/uiconfig sd/util sdext/source setup_native/source sfx2/util sfx2/workben shell/source slideshow/source slideshow/util smoketest/com solenv/gbuild solenv/src soltools/util sot/util starmath/u iconfig svx/util svx/workben svx/xml sw/source sysui/desktop sysui/util uui/util writerfilter/unocomponent xmloff/dtd xmloff/source xmloff/xml xmlscript/test xmlsecurity/test_docs
Michael Stahl
mst at kemper.freedesktop.org
Fri Jun 22 13:43:42 PDT 2012
accessibility/bridge/source/java/exports.dxp | 4 -
canvas/source/tools/canvastools.flt | 3 -
chart2/source/inc/exports.dxp | 1
chart2/source/tools/exports.flt | 3 -
chart2/source/view/exports.flt | 4 -
cppcanvas/source/uno/exports.dxp | 1
cppcanvas/source/uno/exports.map | 7 --
cppcanvas/source/uno/makefile.mk | 70 ---------------------------
desktop/source/app/exports.dxp | 1
drawinglayer/util/drawinglayer.flt | 4 -
editeng/util/editeng.dxp | 1
filter/source/filtertracer/exports.dxp | 1
filter/source/placeware/exports.dxp | 1
filter/source/xsltdialog/exports.dxp | 1
forms/util/frm.dxp | 1
pyuno/source/module/pyuno.flt | 14 -----
sd/util/exports.dxp | 1
slideshow/source/engine/OGLTrans/exports.dxp | 1
slideshow/util/exports.dxp | 1
slideshow/util/slideshowtest.flt | 4 -
solenv/gbuild/TargetLocations.mk | 6 +-
solenv/gbuild/UnoApi.mk | 2
solenv/gbuild/UnoApiTarget.mk | 24 +++++++++
sot/util/sot.flt | 6 --
svx/util/gal.dxp | 20 -------
svx/util/svx.dxp | 1
writerfilter/unocomponent/exports.dxp | 1
27 files changed, 28 insertions(+), 156 deletions(-)
New commits:
commit 1b0cacf9197ea3fe4607527f3057d3da06413a49
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:56:32 2012 +0200
cppcanvas: remove obsolete makefile.mk
Change-Id: Id9ccc156371a235bca764044a8d155b8720782c0
diff --git a/cppcanvas/source/uno/exports.map b/cppcanvas/source/uno/exports.map
deleted file mode 100644
index f1ded4b..0000000
--- a/cppcanvas/source/uno/exports.map
+++ /dev/null
@@ -1,7 +0,0 @@
-UDK_3_0_0 {
- global:
-_ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
- component_getFactory;
- local:
- *;
-};
diff --git a/cppcanvas/source/uno/makefile.mk b/cppcanvas/source/uno/makefile.mk
deleted file mode 100644
index 589728c..0000000
--- a/cppcanvas/source/uno/makefile.mk
+++ /dev/null
@@ -1,70 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2010 Novell, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=cppcanvas
-TARGET=mtfrenderer
-ENABLE_EXCEPTIONS=TRUE
-
-
-# --- Settings -----------------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Common ----------------------------------------------------------
-
-.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
-CDEFS+= -DVERBOSE
-.ENDIF
-
-SLOFILES = $(SLO)$/uno_mtfrenderer.obj
-
-SHL1TARGET=$(ENFORCEDSHLPREFIX)$(TARGET).uno
-
-SHL1STDLIBS= $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB) $(COMPHELPERLIB) $(CPPCANVASLIB) $(BASEGFXLIB)
-
-SHL1IMPLIB=i$(TARGET)
-SHL1LIBS=$(SLB)$/$(TARGET).lib
-SHL1DEF=$(MISC)$/$(SHL1TARGET).def
-
-SHL1VERSIONMAP=exports.map
-
-DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
-
-# ==========================================================================
-
-.INCLUDE : target.mk
-
-$(MISC)/mtfrenderer.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- mtfrenderer.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt mtfrenderer.component
-
-ALLTAR : $(MISC)/mtfrenderer.component
commit 0caf87c580e7781290bbad8f06f7f7b5ce2f7d51
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:56:02 2012 +0200
remove bunch of obsolete looking .dxp files
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
diff --git a/accessibility/bridge/source/java/exports.dxp b/accessibility/bridge/source/java/exports.dxp
deleted file mode 100644
index c97dba7..0000000
--- a/accessibility/bridge/source/java/exports.dxp
+++ /dev/null
@@ -1,4 +0,0 @@
-JNI_OnLoad
-JNI_OnUnload
-Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID
-Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_createMapping
diff --git a/chart2/source/inc/exports.dxp b/chart2/source/inc/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/chart2/source/inc/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/cppcanvas/source/uno/exports.dxp b/cppcanvas/source/uno/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/cppcanvas/source/uno/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/desktop/source/app/exports.dxp b/desktop/source/app/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/desktop/source/app/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/editeng/util/editeng.dxp b/editeng/util/editeng.dxp
deleted file mode 100644
index 7003307..0000000
--- a/editeng/util/editeng.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/filter/source/filtertracer/exports.dxp b/filter/source/filtertracer/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/filter/source/filtertracer/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/filter/source/placeware/exports.dxp b/filter/source/placeware/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/filter/source/placeware/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/filter/source/xsltdialog/exports.dxp b/filter/source/xsltdialog/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/filter/source/xsltdialog/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/forms/util/frm.dxp b/forms/util/frm.dxp
deleted file mode 100644
index 7003307..0000000
--- a/forms/util/frm.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/sd/util/exports.dxp b/sd/util/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/sd/util/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/slideshow/source/engine/OGLTrans/exports.dxp b/slideshow/source/engine/OGLTrans/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/slideshow/source/engine/OGLTrans/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/slideshow/util/exports.dxp b/slideshow/util/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/slideshow/util/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/svx/util/gal.dxp b/svx/util/gal.dxp
deleted file mode 100644
index e8f2e0a..0000000
--- a/svx/util/gal.dxp
+++ /dev/null
@@ -1,20 +0,0 @@
-CreateLoader
-Gallery_GetPath
-Gallery_GetPathAsString
-Gallery_GetFilterName
-Gallery_GetGraphic
-Gallery_GetVCDrawModel
-Gallery_IsLinkage
-Gallery_FillThemeList
-Gallery_FillObjList
-Gallery_InsertURL
-Gallery_GetObjCount
-Gallery_GetGraphicObj
-Gallery_InsertGraphicObj
-Gallery_GetSdrObjCount
-Gallery_GetSdrObj
-Gallery_InsertSdrObj
-Gallery_GetThemeNameFromId
-Gallery_BeginLocking
-Gallery_EndLocking
-component_getFactory
diff --git a/svx/util/svx.dxp b/svx/util/svx.dxp
deleted file mode 100644
index 7003307..0000000
--- a/svx/util/svx.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
diff --git a/writerfilter/unocomponent/exports.dxp b/writerfilter/unocomponent/exports.dxp
deleted file mode 100644
index 7003307..0000000
--- a/writerfilter/unocomponent/exports.dxp
+++ /dev/null
@@ -1 +0,0 @@
-component_getFactory
commit 7b6b71ce1403256aa5af3b95ec14ff7c6ccdc956
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:27:35 2012 +0200
remove bunch of obsolete looking .flt files
Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
diff --git a/canvas/source/tools/canvastools.flt b/canvas/source/tools/canvastools.flt
deleted file mode 100644
index 67e7134..0000000
--- a/canvas/source/tools/canvastools.flt
+++ /dev/null
@@ -1,3 +0,0 @@
-__CT
-__real
-internal
diff --git a/chart2/source/tools/exports.flt b/chart2/source/tools/exports.flt
deleted file mode 100644
index 376659c..0000000
--- a/chart2/source/tools/exports.flt
+++ /dev/null
@@ -1,3 +0,0 @@
-_real@
-_TI1
-_TI2
diff --git a/chart2/source/view/exports.flt b/chart2/source/view/exports.flt
deleted file mode 100644
index 56fa90f..0000000
--- a/chart2/source/view/exports.flt
+++ /dev/null
@@ -1,4 +0,0 @@
-lcl_
-_real@
-_TI1
-_TI2
diff --git a/drawinglayer/util/drawinglayer.flt b/drawinglayer/util/drawinglayer.flt
deleted file mode 100755
index 28a1dd1..0000000
--- a/drawinglayer/util/drawinglayer.flt
+++ /dev/null
@@ -1,4 +0,0 @@
-__CT
-Impl
-IMP
-internal
\ No newline at end of file
diff --git a/pyuno/source/module/pyuno.flt b/pyuno/source/module/pyuno.flt
deleted file mode 100755
index f4b498a..0000000
--- a/pyuno/source/module/pyuno.flt
+++ /dev/null
@@ -1,14 +0,0 @@
-??_R0?AVException at uno@star at sun@com@@@8??0Exception at uno@star at sun@com@@QAE at ABV01234@@Z8
-??_R0?AVIllegalArgumentException at lang@star at sun@com@@@8??0IllegalArgumentException at lang@star at sun@com@@QAE at ABV01234@@Z12
-??_R0?AVInvocationTargetException at reflection@star at sun@com@@@8??0InvocationTargetException at reflection@star at sun@com@@QAE at ABV01234@@Z20
-??_R0?AVRuntimeException at uno@star at sun@com@@@8??0RuntimeException at uno@star at sun@com@@QAE at ABV01234@@Z8
-??_R0?AVUnknownPropertyException at beans@star at sun@com@@@8??0UnknownPropertyException at beans@star at sun@com@@QAE at ABV01234@@Z8
-??_R0?AVWrappedTargetException at lang@star at sun@com@@@8??0WrappedTargetException at lang@star at sun@com@@QAE at ABV01234@@Z20
-?AVIllegalArgumentException at lang@star at sun@com@@
-?AVRuntimeException at uno@star at sun@com@@
-?AVUnknownPropertyException at beans@star at sun@com@@
-?AVInvocationTargetException at reflection@star at sun@com@@
-__CT??_R0?AVbad_alloc at std@@@8??0bad_alloc at std@@QAE at ABV01@@Z12
-__CT??_R0?AVexception@@@8??0exception@@QAE at ABV0@@Z12
-__CTA2?AVbad_alloc at std@@
-__CT??
diff --git a/slideshow/util/slideshowtest.flt b/slideshow/util/slideshowtest.flt
deleted file mode 100644
index c421eb9..0000000
--- a/slideshow/util/slideshowtest.flt
+++ /dev/null
@@ -1,4 +0,0 @@
-__CT
-___CT
-Impl
-ImportFailedException
\ No newline at end of file
diff --git a/sot/util/sot.flt b/sot/util/sot.flt
deleted file mode 100644
index ac2ea9c..0000000
--- a/sot/util/sot.flt
+++ /dev/null
@@ -1,6 +0,0 @@
-WEP
-LIBMAIN
-LibMain
-CT??_R0?AV
-CTA2?AV
-CTA3?AV
commit d0d24f7ce1abdeb8104bd8930fae5d73fc821d83
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:15:01 2012 +0200
.ulf files don't need executable bits
Change-Id: Ie84a08aa0626dffed871200df565e33642f53866
diff --git a/shell/source/win32/shlxthandler/res/shlxthdl.ulf b/shell/source/win32/shlxthandler/res/shlxthdl.ulf
old mode 100755
new mode 100644
diff --git a/sysui/desktop/share/documents.ulf b/sysui/desktop/share/documents.ulf
old mode 100755
new mode 100644
diff --git a/sysui/desktop/share/launcher_comment.ulf b/sysui/desktop/share/launcher_comment.ulf
old mode 100755
new mode 100644
diff --git a/sysui/desktop/share/launcher_genericname.ulf b/sysui/desktop/share/launcher_genericname.ulf
old mode 100755
new mode 100644
diff --git a/sysui/desktop/share/launcher_name.ulf b/sysui/desktop/share/launcher_name.ulf
old mode 100755
new mode 100644
commit 9b4a020e02587fdd1fb728e614971f37e9e79b80
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:14:08 2012 +0200
.sct files don't need executable bits
Change-Id: I5337e718d020b4035b5b696aa0f4b3ba7cfab63f
diff --git a/scp2/source/templates/module_langpack.sct b/scp2/source/templates/module_langpack.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_base.sct b/scp2/source/templates/module_langpack_base.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_calc.sct b/scp2/source/templates/module_langpack_calc.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_draw.sct b/scp2/source/templates/module_langpack_draw.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_impress.sct b/scp2/source/templates/module_langpack_impress.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_math.sct b/scp2/source/templates/module_langpack_math.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_root.sct b/scp2/source/templates/module_langpack_root.sct
old mode 100755
new mode 100644
diff --git a/scp2/source/templates/module_langpack_writer.sct b/scp2/source/templates/module_langpack_writer.sct
old mode 100755
new mode 100644
commit 9979327f0c734f89400d17c8217ad1b2652fb581
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:13:02 2012 +0200
.crt files don't need executable bits
Change-Id: Ic2ee1091bec03033973201e69322082517eaab3c
diff --git a/xmlsecurity/test_docs/CAs/Root_9/demoCA/Root_9.crt b/xmlsecurity/test_docs/CAs/Root_9/demoCA/Root_9.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/Sub_CA_1_Root_10.crt b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/Sub_CA_1_Root_10.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_1.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_1.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_10.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_10.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_11.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_2.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_2.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_3.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_3.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_4.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_5.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_5.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_6.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_6.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_7.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Root_8.crt b/xmlsecurity/test_docs/certs/ca_certs/Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_1.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_1.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_2.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_2.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_3.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_3.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_4.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_5.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_5.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_6.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_6.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_7.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_8.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_9.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_1_Root_9.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_2_Root_4.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_2_Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_2_Root_7.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_2_Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_2_Root_8.crt b/xmlsecurity/test_docs/certs/ca_certs/Sub_CA_2_Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_10_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_10_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_11_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_11_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_12_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_12_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_13_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_13_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_14_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_14_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_15_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_15_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_16_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_16_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_17_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_17_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_18_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_18_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_19_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_19_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_1.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_1.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_10.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_10.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_2.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_2.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_3.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_3.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_4.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_5.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_5.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_6.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_6.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_7.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_8.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_9.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_1_Root_9.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_2_Root_4.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_2_Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_2_Root_7.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_2_Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_2_Root_8.crt b/xmlsecurity/test_docs/certs/end_certs/User_1_Sub_CA_2_Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_20_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_20_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_21_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_21_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_22_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_22_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_23_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_23_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_24_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_24_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_25_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_25_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_26_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_26_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_27_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_27_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_28_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_28_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_29_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_29_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_1_Root_4.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_1_Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_1_Root_7.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_1_Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_1_Root_8.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_1_Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_2_Root_4.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_2_Root_4.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_2_Root_7.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_2_Root_7.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_2_Root_8.crt b/xmlsecurity/test_docs/certs/end_certs/User_2_Sub_CA_2_Root_8.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_30_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_30_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_31_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_31_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_32_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_32_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_33_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_33_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_34_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_34_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_3_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_3_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_4_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_4_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_5_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_5_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_6_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_6_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_7_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_7_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_8_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_8_Root_11.crt
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/end_certs/User_9_Root_11.crt b/xmlsecurity/test_docs/certs/end_certs/User_9_Root_11.crt
old mode 100755
new mode 100644
commit 41a0e13f4dc30d8775760473c1ae367970570a99
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:12:49 2012 +0200
.crl files don't need executable bits
Change-Id: I3a4f6a716a4d371c1e291af90f8aa1bdcd2cf614
diff --git a/xmlsecurity/test_docs/CAs/Root_6/demoCA/crl/Root_6.crl b/xmlsecurity/test_docs/CAs/Root_6/demoCA/crl/Root_6.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/demoCA/crl/Root_7.crl b/xmlsecurity/test_docs/CAs/Root_7/demoCA/crl/Root_7.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/demoCA/crl/Root_8.crl b/xmlsecurity/test_docs/CAs/Root_8/demoCA/crl/Root_8.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/crl/Sub_CA_1_Root_10.crl b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/crl/Sub_CA_1_Root_10.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/crl/Sub_CA_1_Root_5.crl b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/crl/Sub_CA_1_Root_5.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/crl/Sub_CA_1_Root_7.crl b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/crl/Sub_CA_1_Root_7.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/crl/Sub_CA_1_Root_8.crl b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/crl/Sub_CA_1_Root_8.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/crl/Sub_CA_2_Root_7.crl b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/crl/Sub_CA_2_Root_7.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/crl/Sub_CA_2_Root_8.crl b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/crl/Sub_CA_2_Root_8.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Root_10.crl b/xmlsecurity/test_docs/certs/crl/Root_10.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Root_11.crl b/xmlsecurity/test_docs/certs/crl/Root_11.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Root_3.crl b/xmlsecurity/test_docs/certs/crl/Root_3.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Root_4.crl b/xmlsecurity/test_docs/certs/crl/Root_4.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Root_9.crl b/xmlsecurity/test_docs/certs/crl/Root_9.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Sub_CA_1_Root_2.crl b/xmlsecurity/test_docs/certs/crl/Sub_CA_1_Root_2.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Sub_CA_1_Root_4.crl b/xmlsecurity/test_docs/certs/crl/Sub_CA_1_Root_4.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Sub_CA_1_Root_9.crl b/xmlsecurity/test_docs/certs/crl/Sub_CA_1_Root_9.crl
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/certs/crl/Sub_CA_2_Root_4.crl b/xmlsecurity/test_docs/certs/crl/Sub_CA_2_Root_4.crl
old mode 100755
new mode 100644
commit 4b2d2289576b63de331b6724eb4c53d01da68589
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:12:37 2012 +0200
.pem files don't need executable bits
Change-Id: I4fe7ba1b8ad1b94a8c8f093c9b56c2dd04226c6c
diff --git a/xmlsecurity/test_docs/CAs/Root_1/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_1/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_1/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_1/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_1/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_1/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_10/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_10/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_10/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_10/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_10/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_10/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1002.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1002.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1003.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1003.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1004.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1004.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1005.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1005.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1006.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1006.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1007.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1007.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1008.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1008.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1009.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1009.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100A.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100A.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100B.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100B.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100C.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100C.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100D.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100D.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100E.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100E.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100F.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/100F.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1010.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1010.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1011.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1011.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1012.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1012.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1013.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1013.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1014.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1014.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1015.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1015.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1016.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1016.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1017.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1017.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1018.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1018.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1019.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1019.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101A.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101A.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101B.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101B.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101C.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101C.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101D.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101D.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101E.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101E.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101F.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/101F.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1020.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1020.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1021.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/1021.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_11/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_2/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_2/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_2/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_2/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_2/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_2/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_3/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_3/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_3/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_3/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_3/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_3/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_4/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_4/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_5/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_5/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_5/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Root_5/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_5/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_5/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_6/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_6/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_6/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Root_6/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_6/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_6/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_7/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_7/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Root_7/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_7/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_8/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_8/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Root_8/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_8/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_9/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Root_9/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_9/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Root_9/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_9/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Root_9/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/req.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/req.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/req.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/req.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/1002.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/1002.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/newcerts/1002.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/newcerts/1002.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/newcerts/1000.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/newcerts/1000.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/newcerts/1001.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/newcerts/1001.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/demoCA/private/cakey.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/cacert.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/cacert.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/1002.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/1002.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/1003.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/newcerts/1003.pem
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/private/cakey.pem b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/demoCA/private/cakey.pem
old mode 100755
new mode 100644
commit c7f5470c6d57ff00cdd3c887f7053d5a6bbc64b6
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:12:09 2012 +0200
.icns files don't need executable bits
Change-Id: Id96026910ffbdda72bfb7a4bf8653c63759e7c96
diff --git a/sysui/desktop/icons/base.icns b/sysui/desktop/icons/base.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/calc.icns b/sysui/desktop/icons/calc.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/configuration.icns b/sysui/desktop/icons/configuration.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/database.icns b/sysui/desktop/icons/database.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/draw.icns b/sysui/desktop/icons/draw.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/drawing-template.icns b/sysui/desktop/icons/drawing-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/drawing.icns b/sysui/desktop/icons/drawing.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/empty-document.icns b/sysui/desktop/icons/empty-document.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/empty-template.icns b/sysui/desktop/icons/empty-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/extension.icns b/sysui/desktop/icons/extension.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/formula.icns b/sysui/desktop/icons/formula.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/impress.icns b/sysui/desktop/icons/impress.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/macro.icns b/sysui/desktop/icons/macro.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/main.icns b/sysui/desktop/icons/main.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/master-document.icns b/sysui/desktop/icons/master-document.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/math.icns b/sysui/desktop/icons/math.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-chart.icns b/sysui/desktop/icons/oasis-chart.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-database.icns b/sysui/desktop/icons/oasis-database.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-drawing-template.icns b/sysui/desktop/icons/oasis-drawing-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-drawing.icns b/sysui/desktop/icons/oasis-drawing.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-empty-document.icns b/sysui/desktop/icons/oasis-empty-document.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-empty-template.icns b/sysui/desktop/icons/oasis-empty-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-formula.icns b/sysui/desktop/icons/oasis-formula.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-master-document.icns b/sysui/desktop/icons/oasis-master-document.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-presentation-template.icns b/sysui/desktop/icons/oasis-presentation-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-presentation.icns b/sysui/desktop/icons/oasis-presentation.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-spreadsheet-template.icns b/sysui/desktop/icons/oasis-spreadsheet-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-spreadsheet.icns b/sysui/desktop/icons/oasis-spreadsheet.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-text-template.icns b/sysui/desktop/icons/oasis-text-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-text.icns b/sysui/desktop/icons/oasis-text.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/oasis-web-template.icns b/sysui/desktop/icons/oasis-web-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_base_app.icns b/sysui/desktop/icons/ooo3_base_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_calc_app.icns b/sysui/desktop/icons/ooo3_calc_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_draw_app.icns b/sysui/desktop/icons/ooo3_draw_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_impress_app.icns b/sysui/desktop/icons/ooo3_impress_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_main_app.icns b/sysui/desktop/icons/ooo3_main_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_math_app.icns b/sysui/desktop/icons/ooo3_math_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_open.icns b/sysui/desktop/icons/ooo3_open.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/ooo3_writer_app.icns b/sysui/desktop/icons/ooo3_writer_app.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/open.icns b/sysui/desktop/icons/open.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/presentation-template.icns b/sysui/desktop/icons/presentation-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/presentation.icns b/sysui/desktop/icons/presentation.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/printer.icns b/sysui/desktop/icons/printer.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/spreadsheet-template.icns b/sysui/desktop/icons/spreadsheet-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/spreadsheet.icns b/sysui/desktop/icons/spreadsheet.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/text-template.icns b/sysui/desktop/icons/text-template.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/text.icns b/sysui/desktop/icons/text.icns
old mode 100755
new mode 100644
diff --git a/sysui/desktop/icons/writer.icns b/sysui/desktop/icons/writer.icns
old mode 100755
new mode 100644
commit a956deb3edf769f31aa06b9ccdf3026c44649ec5
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:10:11 2012 +0200
.pptx files don't need executable bits
Change-Id: I90069f562c61359f9b226b147fe99807ecb3ad8a
diff --git a/oox/source/drawingml/customshapes/cshape.pptx b/oox/source/drawingml/customshapes/cshape.pptx
old mode 100755
new mode 100644
commit 3eb78f72a8f4f86437f73ae9a360fd14c4d70b65
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:09:09 2012 +0200
.xba files don't need executable bits
Change-Id: Ie122a6befd94c836b6f08a7fe3ec8e4f2d67c690
diff --git a/scripting/examples/basic/InsertColouredText.xba b/scripting/examples/basic/InsertColouredText.xba
old mode 100755
new mode 100644
diff --git a/scripting/examples/basic/SearchAndReplace.xba b/scripting/examples/basic/SearchAndReplace.xba
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/ScriptBinding.xba b/scripting/workben/bindings/ScriptBinding.xba
old mode 100755
new mode 100644
commit b4d9c390f9dd00309b4d87578b04e0bda3bd442b
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:08:20 2012 +0200
.xdl files don't need executable bits
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
diff --git a/odk/examples/python/toolpanel/toolpanels/poc.xdl b/odk/examples/python/toolpanel/toolpanels/poc.xdl
old mode 100755
new mode 100644
diff --git a/scripting/examples/basic/InsertColouredTextDialog.xdl b/scripting/examples/basic/InsertColouredTextDialog.xdl
old mode 100755
new mode 100644
diff --git a/scripting/examples/basic/SearchAndReplaceDialog.xdl b/scripting/examples/basic/SearchAndReplaceDialog.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/EditDebug.xdl b/scripting/workben/bindings/EditDebug.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/EventsBinding.xdl b/scripting/workben/bindings/EventsBinding.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/HelpBinding.xdl b/scripting/workben/bindings/HelpBinding.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/Highlight.xdl b/scripting/workben/bindings/Highlight.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/KeyBinding.xdl b/scripting/workben/bindings/KeyBinding.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/MacroEditor.xdl b/scripting/workben/bindings/MacroEditor.xdl
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/MenuBinding.xdl b/scripting/workben/bindings/MenuBinding.xdl
old mode 100755
new mode 100644
commit 2b88442ce8508ad02f0d86a7334dfadb81e53bba
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:07:52 2012 +0200
.y files don't need executable bits
Change-Id: I3229ae20624c753d5e802d56251a628399a85817
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
old mode 100755
new mode 100644
commit 24c7c13d5f1672f600c51510c04affdd1d2c29e3
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:07:42 2012 +0200
.l files don't need executable bits
Change-Id: I948d7c241f8024edb3bdced21d9d819571f02387
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
old mode 100755
new mode 100644
commit dbe24e704f98ef6f581e71e4ffe93d72ed1e4695
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:07:12 2012 +0200
.am files don't need executable bits
Change-Id: I6ba77dad167e2989e7151a8fa3c085c9133ed623
diff --git a/dmake/Makefile.am b/dmake/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/startup/Makefile.am b/dmake/startup/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/startup/unix/Makefile.am b/dmake/startup/unix/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/startup/unix/linux/Makefile.am b/dmake/startup/unix/linux/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/startup/unix/macosx/Makefile.am b/dmake/startup/unix/macosx/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/startup/unix/solaris/Makefile.am b/dmake/startup/unix/solaris/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/startup/unix/sysvr4/Makefile.am b/dmake/startup/unix/sysvr4/Makefile.am
old mode 100755
new mode 100644
diff --git a/dmake/unix/Makefile.am b/dmake/unix/Makefile.am
old mode 100755
new mode 100644
commit 60eb135f82fa140743ca638b2f6f00f3faab552a
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:06:12 2012 +0200
.dxp files don't need executable bits
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
diff --git a/editeng/util/editeng.dxp b/editeng/util/editeng.dxp
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/Container1/nativelib/exports.dxp b/embeddedobj/test/Container1/nativelib/exports.dxp
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/MainThreadExecutor/exports.dxp b/embeddedobj/test/MainThreadExecutor/exports.dxp
old mode 100755
new mode 100644
diff --git a/embeddedobj/test/mtexecutor/exports.dxp b/embeddedobj/test/mtexecutor/exports.dxp
old mode 100755
new mode 100644
diff --git a/linguistic/workben/exports.dxp b/linguistic/workben/exports.dxp
old mode 100755
new mode 100644
diff --git a/sd/util/exports.dxp b/sd/util/exports.dxp
old mode 100755
new mode 100644
diff --git a/setup_native/source/win32/customactions/patch/exports.dxp b/setup_native/source/win32/customactions/patch/exports.dxp
old mode 100755
new mode 100644
diff --git a/setup_native/source/win32/customactions/thesaurus/exports.dxp b/setup_native/source/win32/customactions/thesaurus/exports.dxp
old mode 100755
new mode 100644
diff --git a/svx/util/gal.dxp b/svx/util/gal.dxp
old mode 100755
new mode 100644
diff --git a/svx/util/svx.dxp b/svx/util/svx.dxp
old mode 100755
new mode 100644
diff --git a/sysui/util/exports.dxp b/sysui/util/exports.dxp
old mode 100755
new mode 100644
commit 3a812a9144cb5987ec6f82918d3d2fd7df5f582f
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:05:43 2012 +0200
.xcd files don't need executable bits
Change-Id: I1625af99f9b13eaae7b74c65b6306bae6d063627
diff --git a/configmgr/qa/unit/data.xcd b/configmgr/qa/unit/data.xcd
old mode 100755
new mode 100644
commit 1ab899c4c8a5f05b22ddc9906b2ef71e0063e600
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:04:04 2012 +0200
.xml files don't need executable bits
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
diff --git a/avmedia/source/framework/soundhandler.xml b/avmedia/source/framework/soundhandler.xml
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/evoab2/evoab.xml b/connectivity/source/drivers/evoab2/evoab.xml
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/flat/flat.xml b/connectivity/source/drivers/flat/flat.xml
old mode 100755
new mode 100644
diff --git a/connectivity/source/drivers/odbc/odbc.xml b/connectivity/source/drivers/odbc/odbc.xml
old mode 100755
new mode 100644
diff --git a/formula/prj/for.xml b/formula/prj/for.xml
old mode 100755
new mode 100644
diff --git a/framework/source/unotypes/fwk.xml b/framework/source/unotypes/fwk.xml
old mode 100755
new mode 100644
diff --git a/framework/source/unotypes/fwl.xml b/framework/source/unotypes/fwl.xml
old mode 100755
new mode 100644
diff --git a/framework/source/unotypes/lgd.xml b/framework/source/unotypes/lgd.xml
old mode 100755
new mode 100644
diff --git a/framework/uiconfig/startmodule/menubar/menubar.xml b/framework/uiconfig/startmodule/menubar/menubar.xml
old mode 100755
new mode 100644
diff --git a/framework/uiconfig/startmodule/statusbar/statusbar.xml b/framework/uiconfig/startmodule/statusbar/statusbar.xml
old mode 100755
new mode 100644
diff --git a/framework/uiconfig/startmodule/toolbar/standardbar.xml b/framework/uiconfig/startmodule/toolbar/standardbar.xml
old mode 100755
new mode 100644
diff --git a/framework/util/lgd.xml b/framework/util/lgd.xml
old mode 100755
new mode 100644
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
old mode 100755
new mode 100644
diff --git a/linguistic/xml/linguistic.xml b/linguistic/xml/linguistic.xml
old mode 100755
new mode 100644
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
old mode 100755
new mode 100644
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml
old mode 100755
new mode 100644
diff --git a/reportdesign/uiconfig/dbreport/toolbar/sectionshrinkbar.xml b/reportdesign/uiconfig/dbreport/toolbar/sectionshrinkbar.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/beanshell/HelloWorld/parcel-descriptor.xml b/scripting/examples/beanshell/HelloWorld/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/beanshell/Highlight/parcel-descriptor.xml b/scripting/examples/beanshell/Highlight/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml b/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/beanshell/MemoryUsage/parcel-descriptor.xml b/scripting/examples/beanshell/MemoryUsage/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/beanshell/WordCount/parcel-descriptor.xml b/scripting/examples/beanshell/WordCount/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/HelloWorld/parcel-descriptor.xml b/scripting/examples/java/HelloWorld/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/Highlight/parcel-descriptor.xml b/scripting/examples/java/Highlight/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/MemoryUsage/parcel-descriptor.xml b/scripting/examples/java/MemoryUsage/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/debugger/parcel-descriptor.xml b/scripting/examples/java/debugger/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/java/selector/parcel-descriptor.xml b/scripting/examples/java/selector/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/javascript/ExportSheetsToHTML/parcel-descriptor.xml b/scripting/examples/javascript/ExportSheetsToHTML/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/javascript/HelloWorld/parcel-descriptor.xml b/scripting/examples/javascript/HelloWorld/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/examples/javascript/Highlight/parcel-descriptor.xml b/scripting/examples/javascript/Highlight/parcel-descriptor.xml
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/layer.xml b/scripting/java/org/openoffice/netbeans/modules/office/resources/layer.xml
old mode 100755
new mode 100644
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/mime-resolver.xml b/scripting/java/org/openoffice/netbeans/modules/office/resources/mime-resolver.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/basprov/basprov.xml b/scripting/source/basprov/basprov.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/dlgprov/dlgprov.xml b/scripting/source/dlgprov/dlgprov.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/protocolhandler/protocolhandler.xml b/scripting/source/protocolhandler/protocolhandler.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/provider/provider.xml b/scripting/source/provider/provider.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/pyprov/manifest.xml b/scripting/source/pyprov/manifest.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/runtimemgr/runtimemgr.xml b/scripting/source/runtimemgr/runtimemgr.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/stringresource/stringresource.xml b/scripting/source/stringresource/stringresource.xml
old mode 100755
new mode 100644
diff --git a/scripting/source/vbaevents/vbaevents.xml b/scripting/source/vbaevents/vbaevents.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/calckeybinding.xml b/scripting/workben/bindings/calckeybinding.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/calcmenubar.xml b/scripting/workben/bindings/calcmenubar.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/drawkeybinding.xml b/scripting/workben/bindings/drawkeybinding.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/drawmenubar.xml b/scripting/workben/bindings/drawmenubar.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/eventbindings.xml b/scripting/workben/bindings/eventbindings.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/impresskeybinding.xml b/scripting/workben/bindings/impresskeybinding.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/impressmenubar.xml b/scripting/workben/bindings/impressmenubar.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/manifest.xml b/scripting/workben/bindings/manifest.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/writerkeybinding.xml b/scripting/workben/bindings/writerkeybinding.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/bindings/writermenubar.xml b/scripting/workben/bindings/writermenubar.xml
old mode 100755
new mode 100644
diff --git a/scripting/workben/build.xml b/scripting/workben/build.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/sdraw/toolbar/extrusionobjectbar.xml b/sd/uiconfig/sdraw/toolbar/extrusionobjectbar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/sdraw/toolbar/fontworkobjectbar.xml b/sd/uiconfig/sdraw/toolbar/fontworkobjectbar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/simpress/toolbar/commontaskbar.xml b/sd/uiconfig/simpress/toolbar/commontaskbar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/simpress/toolbar/extrusionobjectbar.xml b/sd/uiconfig/simpress/toolbar/extrusionobjectbar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/simpress/toolbar/fontworkobjectbar.xml b/sd/uiconfig/simpress/toolbar/fontworkobjectbar.xml
old mode 100755
new mode 100644
diff --git a/sd/uiconfig/simpress/toolbar/insertbar.xml b/sd/uiconfig/simpress/toolbar/insertbar.xml
old mode 100755
new mode 100644
diff --git a/sfx2/util/sfx.xml b/sfx2/util/sfx.xml
old mode 100755
new mode 100644
diff --git a/sfx2/workben/custompanel/description.xml b/sfx2/workben/custompanel/description.xml
old mode 100755
new mode 100644
diff --git a/sfx2/workben/custompanel/manifest.xml b/sfx2/workben/custompanel/manifest.xml
old mode 100755
new mode 100644
diff --git a/shell/source/backends/localebe/localebe.xml b/shell/source/backends/localebe/localebe.xml
old mode 100755
new mode 100644
diff --git a/shell/source/backends/macbe/macbe.xml b/shell/source/backends/macbe/macbe.xml
old mode 100755
new mode 100644
diff --git a/shell/source/backends/wininetbe/wininetbe.xml b/shell/source/backends/wininetbe/wininetbe.xml
old mode 100755
new mode 100644
diff --git a/shell/source/cmdmail/cmdmail.xml b/shell/source/cmdmail/cmdmail.xml
old mode 100755
new mode 100644
diff --git a/shell/source/unix/exec/syssh.xml b/shell/source/unix/exec/syssh.xml
old mode 100755
new mode 100644
diff --git a/shell/source/win32/simplemail/smplmail.xml b/shell/source/win32/simplemail/smplmail.xml
old mode 100755
new mode 100644
diff --git a/shell/source/win32/syssh.xml b/shell/source/win32/syssh.xml
old mode 100755
new mode 100644
diff --git a/smoketest/com/sun/star/comp/smoketest/manifest.xml b/smoketest/com/sun/star/comp/smoketest/manifest.xml
old mode 100755
new mode 100644
diff --git a/starmath/uiconfig/smath/menubar/menubar.xml b/starmath/uiconfig/smath/menubar/menubar.xml
old mode 100755
new mode 100644
diff --git a/svx/workben/msview/msview.xml b/svx/workben/msview/msview.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/AccessibleControlShape.xml b/svx/xml/AccessibleControlShape.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/AccessibleEditableTextPara.xml b/svx/xml/AccessibleEditableTextPara.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/AccessibleGraphicShape.xml b/svx/xml/AccessibleGraphicShape.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/AccessibleImageBullet.xml b/svx/xml/AccessibleImageBullet.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/AccessibleOLEShape.xml b/svx/xml/AccessibleOLEShape.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/AccessibleShape.xml b/svx/xml/AccessibleShape.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxDrawPage.xml b/svx/xml/SvxDrawPage.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxGraphCtrlAccessibleContext.xml b/svx/xml/SvxGraphCtrlAccessibleContext.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxGraphicExporter.xml b/svx/xml/SvxGraphicExporter.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxGraphicObject.xml b/svx/xml/SvxGraphicObject.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShape.xml b/svx/xml/SvxShape.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapeCircle.xml b/svx/xml/SvxShapeCircle.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapeCollection.xml b/svx/xml/SvxShapeCollection.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapeConnector.xml b/svx/xml/SvxShapeConnector.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapeControl.xml b/svx/xml/SvxShapeControl.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapeDimensioning.xml b/svx/xml/SvxShapeDimensioning.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapeGroup.xml b/svx/xml/SvxShapeGroup.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapePolyPolygon.xml b/svx/xml/SvxShapePolyPolygon.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxShapePolyPolygonBezier.xml b/svx/xml/SvxShapePolyPolygonBezier.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoNumberingRules.xml b/svx/xml/SvxUnoNumberingRules.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoText.xml b/svx/xml/SvxUnoText.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoTextContent.xml b/svx/xml/SvxUnoTextContent.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoTextContentEnum.xml b/svx/xml/SvxUnoTextContentEnum.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoTextCursor.xml b/svx/xml/SvxUnoTextCursor.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoTextField.xml b/svx/xml/SvxUnoTextField.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoTextRange.xml b/svx/xml/SvxUnoTextRange.xml
old mode 100755
new mode 100644
diff --git a/svx/xml/SvxUnoTextRangeEnumeration.xml b/svx/xml/SvxUnoTextRangeEnumeration.xml
old mode 100755
new mode 100644
diff --git a/uui/util/uui.xml b/uui/util/uui.xml
old mode 100755
new mode 100644
diff --git a/xmloff/xml/components.xml b/xmloff/xml/components.xml
old mode 100755
new mode 100644
diff --git a/xmlscript/test/test.xml b/xmlscript/test/test.xml
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/tools/httpserv/build.xml b/xmlsecurity/test_docs/tools/httpserv/build.xml
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/tools/httpserv/nbproject/build-impl.xml b/xmlsecurity/test_docs/tools/httpserv/nbproject/build-impl.xml
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/tools/httpserv/nbproject/project.xml b/xmlsecurity/test_docs/tools/httpserv/nbproject/project.xml
old mode 100755
new mode 100644
commit 4077192c38747f29714b5bed676d1e2cf0844f3c
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 21:02:02 2012 +0200
.mod files don't need executable bits
Change-Id: I2bd2782db41b58634627706b96238fcf8297547a
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/datastyl.mod b/xmloff/dtd/datastyl.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/defs.mod b/xmloff/dtd/defs.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/dtypes.mod b/xmloff/dtd/dtypes.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/form.mod b/xmloff/dtd/form.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/meta.mod b/xmloff/dtd/meta.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/nmspace.mod b/xmloff/dtd/nmspace.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/script.mod b/xmloff/dtd/script.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/settings.mod b/xmloff/dtd/settings.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod
old mode 100755
new mode 100644
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
old mode 100755
new mode 100644
commit 9dbdf715eb0b5c29184e4e940d5d6a799d1f4db7
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:57:57 2012 +0200
.patch files don't need executable bits
Change-Id: I0b370ac227bbd833078804d8a276b48666df734c
diff --git a/jfreereport/patches/common_build.patch b/jfreereport/patches/common_build.patch
old mode 100755
new mode 100644
diff --git a/moz/patches/embed_manifest.patch b/moz/patches/embed_manifest.patch
old mode 100755
new mode 100644
diff --git a/openssl/opensslmingw.patch b/openssl/opensslmingw.patch
old mode 100755
new mode 100644
diff --git a/python/Python-2.6.1-vc10.patch b/python/Python-2.6.1-vc10.patch
old mode 100755
new mode 100644
commit 7c59ed51799127de9f41f69908c7761a642ae284
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:56:11 2012 +0200
.emf files don't need executable bits
Change-Id: I9c9087bcd66d1383d08f49099f8d050cff5adb5b
diff --git a/framework/qa/complex/broken_document/test_documents/dbf.dbf.emf b/framework/qa/complex/broken_document/test_documents/dbf.dbf.emf
old mode 100755
new mode 100644
commit f6f802e555d76f5db0cdf4e21ff5d2912ba3d262
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:54:46 2012 +0200
.props files don't need executable bits
Change-Id: Ie8667b1119cb60936a1a522086b1c99d0f4066b7
diff --git a/framework/qa/complex/api_internal/CheckAPI.props b/framework/qa/complex/api_internal/CheckAPI.props
old mode 100755
new mode 100644
diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props
old mode 100755
new mode 100644
diff --git a/reportdesign/qa/complex/reportdesign/runner.props b/reportdesign/qa/complex/reportdesign/runner.props
old mode 100755
new mode 100644
commit 11ad68dcb6afd6c51311399c051c88e07376802a
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:52:43 2012 +0200
.cfg files don't need executable bits
Change-Id: If17439ae83eb063a7ab054c3701e23dd48f1edd1
diff --git a/framework/qa/unoapi/testdocuments/delete.cfg b/framework/qa/unoapi/testdocuments/delete.cfg
old mode 100755
new mode 100644
diff --git a/qadevOOo/testdocs/delete.cfg b/qadevOOo/testdocs/delete.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg b/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg b/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
old mode 100755
new mode 100644
commit 1d63505a8509b0d1f51db2f1b830de00d83f6dc5
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:50:41 2012 +0200
.zip files don't need executable bits
Change-Id: Iecee21acd140ce12ee34ac077b1450205cc28618
diff --git a/scripting/workben/data/share_scripts.zip b/scripting/workben/data/share_scripts.zip
old mode 100755
new mode 100644
diff --git a/scripting/workben/data/user_scripts.zip b/scripting/workben/data/user_scripts.zip
old mode 100755
new mode 100644
commit c2b6677d7b6277e8c151d6eeb8def3c748585e3a
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:49:49 2012 +0200
.in files don't need executable bits
Change-Id: I8868e19a75376d5abf2d62eda1774c9bd2defa4c
diff --git a/dmake/Makefile.in b/dmake/Makefile.in
old mode 100755
new mode 100644
diff --git a/dmake/configure.in b/dmake/configure.in
old mode 100755
new mode 100644
diff --git a/dmake/unix/Makefile.in b/dmake/unix/Makefile.in
old mode 100755
new mode 100644
commit 927287214ad9c2cc5b350223580d71b43c622ba7
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:48:41 2012 +0200
manifest.mf files don't need executable bits
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
diff --git a/odk/examples/java/Inspector/manifest.mf b/odk/examples/java/Inspector/manifest.mf
old mode 100755
new mode 100644
diff --git a/scripting/java/manifest.mf b/scripting/java/manifest.mf
old mode 100755
new mode 100644
diff --git a/xmlsecurity/test_docs/tools/httpserv/manifest.mf b/xmlsecurity/test_docs/tools/httpserv/manifest.mf
old mode 100755
new mode 100644
commit 9a9a6750c5447a0d95c4e59d0f63f8768dc33580
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:47:02 2012 +0200
.def files don't need executable bits
Change-Id: I5dfc43bdd4d8490a47c718dc49acba0ca5f7b526
diff --git a/cppuhelper/test/testcmp/TestComponent.uno.def b/cppuhelper/test/testcmp/TestComponent.uno.def
old mode 100755
new mode 100644
commit e80aa3459e520fda493864103d6d1b3a45935323
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:45:45 2012 +0200
.pmk files don't need executable bits
Change-Id: Ib89d8f72fc7e874968c2d9481df80b53dc982f62
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
old mode 100755
new mode 100644
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk
old mode 100755
new mode 100644
commit e9c3dcaf0589c48eafbcea69fba4315cd4c8c340
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:44:19 2012 +0200
.cxx files don't need executable bits
Change-Id: Ic27d7728025b3d666c0ebaf9ec4cd2006d0c89bf
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
old mode 100755
new mode 100644
diff --git a/sw/source/core/view/vprint.cxx b/sw/source/core/view/vprint.cxx
old mode 100755
new mode 100644
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
old mode 100755
new mode 100644
commit 3fbd1aa6a632bfd50de434fc75eca60d308a8bf0
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:43:16 2012 +0200
.map files don't need executable bits
Change-Id: I2d3120a173097208bd29eb52ab3dea3af870f6ae
diff --git a/sdext/source/pdfimport/test/export.map b/sdext/source/pdfimport/test/export.map
old mode 100755
new mode 100644
diff --git a/solenv/src/component.map b/solenv/src/component.map
old mode 100755
new mode 100644
diff --git a/solenv/src/reg-component.map b/solenv/src/reg-component.map
old mode 100755
new mode 100644
diff --git a/solenv/src/unloadablecomponent.map b/solenv/src/unloadablecomponent.map
old mode 100755
new mode 100644
commit 4779c7757081f63979e94824fa46325326d6d96f
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:40:21 2012 +0200
.mk files don't need executable bits
Change-Id: I3ee442ab6dac31eb7daac32e7a9ed5c6526f07ba
diff --git a/hsqldb/version.mk b/hsqldb/version.mk
old mode 100755
new mode 100644
diff --git a/libcdr/makefile.mk b/libcdr/makefile.mk
old mode 100755
new mode 100644
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
old mode 100755
new mode 100644
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk
old mode 100755
new mode 100644
diff --git a/sysui/desktop/tg_rpm.mk b/sysui/desktop/tg_rpm.mk
old mode 100755
new mode 100644
commit 55c37591b63a5e9e7c8537679db8e92c7f0161c0
Author: Michael Stahl <mstahl at redhat.com>
Date: Fri Jun 22 20:31:29 2012 +0200
gbuild: fix UnoApiTarget header dependencies:
The existing situtation of not having any explicit rules for header
files does not work because it requires a make restart after
the headers are generated in order for the headers to be delivered.
Because requiring running make twice to get a complete rebuild is bad,
add some rules to force the headers to be delivered immediately.
Change-Id: I5b4d5c8f8e9c9d7d0874fc797e62972eaa1dd904
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index 5a86504..60290af 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -144,9 +144,9 @@ gb_SrsTemplatePartTarget_get_target = $(WORKDIR)/SrsTemplatePartTarget/$(firstwo
gb_SrsTemplateTarget_get_include_dir = $(WORKDIR)/SrsTemplatePartTarget/$(firstword $(subst /, ,$(1)))
gb_SrsTemplateTarget_get_target = $(WORKDIR)/SrsTemplateTarget/$(1)
gb_UnoApiTarget_get_target = $(WORKDIR)/UnoApiTarget/$(1).rdb
-gb_UnoApiHeadersTarget_get_bootstrap_dir = $(WORKDIR)/UnoApiHeadersTarget/$(1)/bootstrap
-gb_UnoApiHeadersTarget_get_comprehensive_dir = $(WORKDIR)/UnoApiHeadersTarget/$(1)/comprehensive
-gb_UnoApiHeadersTarget_get_dir = $(WORKDIR)/UnoApiHeadersTarget/$(1)/normal
+gb_UnoApiHeadersTarget_get_bootstrap_dir = $(WORKDIR)/UnoApiHeadersTarget/$(1)/bootstrap$(2)
+gb_UnoApiHeadersTarget_get_comprehensive_dir = $(WORKDIR)/UnoApiHeadersTarget/$(1)/comprehensive$(2)
+gb_UnoApiHeadersTarget_get_dir = $(WORKDIR)/UnoApiHeadersTarget/$(1)/normal$(2)
gb_UnoApiHeadersTarget_get_bootstrap_target = $(WORKDIR)/UnoApiHeadersTarget/$(1)/bootstrap.done
gb_UnoApiHeadersTarget_get_comprehensive_target = $(WORKDIR)/UnoApiHeadersTarget/$(1)/comprehensive.done
gb_UnoApiHeadersTarget_get_target = $(WORKDIR)/UnoApiHeadersTarget/$(1)/normal.done
diff --git a/solenv/gbuild/UnoApi.mk b/solenv/gbuild/UnoApi.mk
index 3619e9a..18f1128 100644
--- a/solenv/gbuild/UnoApi.mk
+++ b/solenv/gbuild/UnoApi.mk
@@ -62,7 +62,7 @@ endef
define gb_UnoApi__add_headerfile_impl
$(call gb_Package_add_file,$(1)_inc,inc/$(2),$(3))
-$(call gb_UnoApiHeadersTarget_add_headerfile,$(1),$(3))
+$(call gb_UnoApiHeadersTarget_add_headerfile,$(1),$(2),$(3))
endef
diff --git a/solenv/gbuild/UnoApiTarget.mk b/solenv/gbuild/UnoApiTarget.mk
index 206bbb9..87fd57b 100644
--- a/solenv/gbuild/UnoApiTarget.mk
+++ b/solenv/gbuild/UnoApiTarget.mk
@@ -322,9 +322,33 @@ $(call gb_UnoApiHeadersTarget_get_target,$(1)) : UNOAPI_DEPS :=
$(call gb_UnoApiHeadersTarget_get_bootstrap_target,$(1)) : UNOAPI_DEPS :=
$(call gb_UnoApiHeadersTarget_get_comprehensive_target,$(1)) : UNOAPI_DEPS :=
+# need dummy recipes so that header files are delivered in Package_inc;
+# otherwise make will consider the header to be up-to-date because it was
+# actually built by the recipe for gb_UnoApiHeadersTarget_get_target
+$(call gb_UnoApiHeadersTarget_get_dir,$(1),/%.hdl) :
+ touch $$@
+
+$(call gb_UnoApiHeadersTarget_get_dir,$(1),/%.hpp) :
+ touch $$@
+
+$(call gb_UnoApiHeadersTarget_get_bootstrap_dir,$(1),/%.hdl) :
+ touch $$@
+
+$(call gb_UnoApiHeadersTarget_get_bootstrap_dir,$(1),/%.hpp) :
+ touch $$@
+
+$(call gb_UnoApiHeadersTarget_get_comprehensive_dir,$(1),/%.hdl) :
+ touch $$@
+
+$(call gb_UnoApiHeadersTarget_get_comprehensive_dir,$(1),/%.hpp) :
+ touch $$@
+
endef
+# ensure that new urd triggers the dummy rule to rebuild the headers
define gb_UnoApiHeadersTarget_add_headerfile
+$(call gb_UnoApiHeadersTarget_get_dir,$(1),/$(3)) : \
+ $(call gb_UnoApiPartTarget_get_target,$(basename $(2)).urd)
endef
More information about the Libreoffice-commits
mailing list