You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by al...@apache.org on 2012/02/20 19:06:53 UTC

svn commit: r1291394 [7/17] - in /incubator/ooo/branches/alg/install: ./ ext_sources/ extras/l10n/ extras/l10n/source/ extras/l10n/util/ main/ main/accessibility/bridge/org/openoffice/accessibility/ main/accessibility/bridge/org/openoffice/java/accessi...

Propchange: incubator/ooo/branches/alg/install/main/idl/source/objects/module.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/objects/object.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/objects/slot.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/objects/types.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/prj/command.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/prj/database.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/prj/globals.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/idl/source/prj/svidl.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/instsetoo_native/util/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/instsetoo_native/util/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/instsetoo_native/util/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/instsetoo_native/util/makefile.mk Mon Feb 20 18:03:22 2012
@@ -109,6 +109,13 @@ VERBOSESWITCH=-verbose
 VERBOSESWITCH=-quiet
 .ENDIF
 
+# New target to prepare a source release
+SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release
+
+aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml
+	@-$(MKDIR) $(OUT)$/AOO_SRC_Release
+	$(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR)
+
 updatepack:
 	$(PERL) -w $(SOLARENV)$/bin$/packager.pl
 
@@ -168,7 +175,7 @@ $(foreach,i,$(alllangiso) ooodevlanguage
 $(foreach,i,$(alllangiso) sdkoo_$i) : $(ADDDEPS)
 
 $(foreach,i,$(alllangiso) sdkoodev_$i) : $(ADDDEPS)
-             
+
 $(foreach,i,$(alllangiso) ure_$i) : $(ADDDEPS)
 
 .IF "$(MAKETARGETS)"!=""
@@ -260,14 +267,14 @@ hack_msitemplates .PHONY:
 	-$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)$/Binary
 	-$(MKDIRHIER) $(MSIURETEMPLATEDIR)$/Binary
 	-$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR)$/Binary
-	$(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR)
-	$(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR)
-	$(GNUCOPY) $(MSIURETEMPLATESOURCE)$/*.* $(MSIURETEMPLATEDIR)
-	$(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR)
-	$(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary
-	$(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary
-	$(GNUCOPY) $(MSIURETEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary
-	$(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary
+	$(GNUCOPY) -u $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR)
+	$(GNUCOPY) -u $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR)
+	$(GNUCOPY) -u $(MSIURETEMPLATESOURCE)$/*.* $(MSIURETEMPLATEDIR)
+	$(GNUCOPY) -u $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR)
+	$(GNUCOPY) -u $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary
+	$(GNUCOPY) -u $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary
+	$(GNUCOPY) -u $(MSIURETEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary
+	$(GNUCOPY) -u $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary
 	$(RM) $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp
 	$(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp
 	$(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp

Propchange: incubator/ooo/branches/alg/install/main/instsetoo_native/util/pack.lst
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/build.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/nbproject/private/private.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/nbproject/project.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/prj/build.lst
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/prj/d.lst
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Helpfiles/helpfilenames.txt
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Helpfiles/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/AcceptLicenseCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseComponentsCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseDirectoryCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseInstallationTypeCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseUninstallationComponentsCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ChooseUninstallationTypeCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationCompletedCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationImminentCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/PrologueCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationCompletedCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationImminentCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationOngoingCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/UninstallationPrologueCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/DeckOfPanels.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/DatabaseDialog.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/DetailsDialog.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/HelpDialog.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Back.gif
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/DontInstall.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/DontKnow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Forward.gif
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Install.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Installed.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Icons/Remove.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/Installer.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/InstallerFactory.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/LinuxHelper.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/SolarisHelper.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Main.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/AcceptLicense.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseComponents.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseDirectory.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseInstallationType.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseUninstallationComponents.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ChooseUninstallationType.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/InstallationImminent.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/InstallationOngoing.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/Prologue.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationCompleted.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationImminent.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationOngoing.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/UninstallationPrologue.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/installationCompleted.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelController.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/PanelLabel.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/PanelTitle.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/TreeNodeRenderer.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ResourceManager.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupActionListener.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/DisplayPackageDescription.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/PackageDescription.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ProductDescription.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/SetupDataProvider.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/XMLPackageDescription.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupFrame.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/AbortInstaller.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Calculator.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Controller.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Converter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Dumper.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ExecuteProcess.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/FileExtensionFilter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/InfoCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/InfoDir.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Informer.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/InstallChangeCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/LogManager.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/PackageCollector.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Parser.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/SystemManager.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Localization/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Localization/setupstrings.ulf
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Properties/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Properties/setupfiles_template.properties
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javainstaller2/src/Properties/setupstrings_template.properties
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/jvmaccess/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/jvmaccess/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/jvmaccess/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/jvmaccess/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -4,5 +4,6 @@ mkdir: %_DEST%\inc%_EXT%\jvmaccess
 ..\inc\jvmaccess\virtualmachine.hxx %_DEST%\inc%_EXT%\jvmaccess\virtualmachine.hxx
 ..\%__SRC%\bin\jvmacces*.dll %_DEST%\bin%_EXT%\*
 ..\%__SRC%\lib\ijvmaccess.lib %_DEST%\lib%_EXT%\ijvmaccess.lib
+..\%__SRC%\lib\jvmaccess*.lib %_DEST%\lib%_EXT%\jvmaccess*.lib
 ..\%__SRC%\lib\libjvmaccess*.*.* %_DEST%\lib%_EXT%\*
 linklib: libjvmaccess*.*.*

Propchange: incubator/ooo/branches/alg/install/main/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/jvmfwk/distributions/OpenOfficeorg/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/jvmfwk/plugins/sunmajor/javaenvsetup/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/jvmfwk/plugins/sunmajor/pluginlib/sunjavapluginrc
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/jvmfwk/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/jvmfwk/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/jvmfwk/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/jvmfwk/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -2,6 +2,7 @@ mkdir: %_DEST%\inc%_EXT%\jvmfwk
 ..\inc\jvmfwk\framework.h %_DEST%\inc%_EXT%\jvmfwk\framework.h
 ..\inc\jvmfwk\vendorplugin.h %_DEST%\inc%_EXT%\jvmfwk\vendorplugin.h
 ..\%__SRC%\lib\ijvmfwk.lib %_DEST%\lib%_EXT%\ijvmfwk.lib
+..\%__SRC%\lib\jvmfwk*.lib %_DEST%\lib%_EXT%\*
 ..\%__SRC%\lib\libjvmfwk.*.* %_DEST%\lib%_EXT%\*
 ..\%__SRC%\bin\jvmfwk*.dll %_DEST%\bin%_EXT%\*
 ..\%__SRC%\bin\sunjavap*.dll %_DEST%\bin%_EXT%\*

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/jpropex/build.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/jpropex/jpropex.MF
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/jpropex/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/build.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/converter.MF
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/documentation/readmeConverter.sxw
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/DirtyTagWrapCheck.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/DirtyTagWrapper.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/Tag.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/TagPair.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Converter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ConverterException.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/DataHandler.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/DataReader.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/DataWriter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ExtMap.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/FileMaker.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIReader.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIWriter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIandSDFMerger.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/LineErrorException.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/OutputHandler.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ResTypeResolver.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Resolver.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/SDFReader.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/SDFWriter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/XLIFFReader.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/XLIFFWriter.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/dtd/xliff.dtd
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/LanguageResolver.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/lang.map
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/l10nconv/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/receditor/build.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/receditor/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/java/receditor/receditor.MF
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/source/help/HelpCompiler.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/l10ntools/source/help/HelpLinker.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/libpng/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/libpng/prj/d.lst
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/libxml2/libxml2-mingw.patch
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/libxml2/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/lingucomponent/source/languageguessing/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/lingucomponent/source/languageguessing/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/lingucomponent/source/languageguessing/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/lingucomponent/source/languageguessing/makefile.mk Mon Feb 20 18:03:22 2012
@@ -34,7 +34,7 @@ ENABLE_EXCEPTIONS=TRUE
 
 # --- Files --------------------------------------------------------
 
-.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC" || "$(GUI)$(COM)"=="WNTGCC"
+.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC" || "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2"
 LIBTEXTCATLIB=-ltextcat
 .ELSE               # "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
 LIBTEXTCATLIB=ilibtextcat.lib

Modified: incubator/ooo/branches/alg/install/main/lingucomponent/source/thesaurus/libnth/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/lingucomponent/source/thesaurus/libnth/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/lingucomponent/source/thesaurus/libnth/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/lingucomponent/source/thesaurus/libnth/makefile.mk Mon Feb 20 18:03:22 2012
@@ -29,12 +29,9 @@ ENABLE_EXCEPTIONS=TRUE
 USE_DEFFILE=TRUE
 
 .IF "$(MYTHESLIB)"==""
-.IF "$(GUI)"=="UNX"
+.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2"
 MYTHESLIB=-lmythes
 .ENDIF # unx
-.IF "$(GUI)"=="OS2"
-MYTHESLIB=$(SLB)\libmythes.lib
-.ENDIF # os2
 .IF "$(GUI)"=="WNT"
 MYTHESLIB=libmythes.lib
 .ENDIF # wnt

Modified: incubator/ooo/branches/alg/install/main/linguistic/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/linguistic/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/linguistic/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/linguistic/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -1,5 +1,6 @@
 ..\%__SRC%\bin\lng* %_DEST%\bin%_EXT%\lng*
 ..\%__SRC%\lib\ilng* %_DEST%\lib%_EXT%\ilng*
+..\%__SRC%\lib\lng.lib %_DEST%\lib%_EXT%\lng.lib
 ..\%__SRC%\lib\liblng.a %_DEST%\lib%_EXT%\liblng.a
 ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
 ..\%__SRC%\lib\liblng*.so %_DEST%\lib%_EXT%\liblng*.so

Propchange: incubator/ooo/branches/alg/install/main/linguistic/source/dicimp.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/moz/README
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/moz/patches/embed_manifest.patch
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/mysqlc/source/description.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/mysqlc/source/description/description_en-US.txt
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/mysqlc/source/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/nss/nss.patch.mingw
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/nss/prj/d.lst
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/nss/readme.txt
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/docs/cpp/ref/cpp.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/docs/images/bg_table2.gif
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/docs/images/bg_table3.gif
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/EmbedDocument/EmbeddedObject/EditorFrame.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/EmbedDocument/EmbeddedObject/EmbeddedObject.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/EmbedDocument/EmbeddedObject/Makefile
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObject.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/EmbedDocument/EmbeddedObject/OwnEmbeddedObjectFactory.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/Addon.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/Addons.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/InspectorPane.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/Introspector.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/ObjectInspector.xcs
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/ObjectInspector.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/ProtocolHandler.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/ProtocolHandlerAddon.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/UnoTreeRenderer.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/images/containers_16.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/images/content_16.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/images/interfaces_16.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/images/methods_16.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/images/properties_16.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/images/services_16.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/examples/java/Inspector/manifest.mf
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/odk/setsdkenv_windows.template
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/AnimatedImagesControl.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/MenuLogo.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/MouseWheelBehavior.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/SpinEvent.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/UnoControlSpinButton.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XAnimatedImages.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XAnimation.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XExtendedToolkit.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XMenuBarExtended.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XMenuExtended2.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XPopupMenuExtended.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XSimpleAnimation.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XSpinField.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XSpinListener.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/awt/XSpinValue.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/chart/ErrorBarStyle.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/chart/XAxis.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/chart/XAxisSupplier.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/chart/XDateCategories.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/chart2/XAnyDescriptionAccess.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/DocumentProperties.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/EmptyUndoStackException.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/UndoContextNotClosedException.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/UndoFailedException.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/UndoManagerEvent.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/XCodeNameQuery.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/XDocumentProperties.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/XUndoAction.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/XUndoManager.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/XUndoManagerListener.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/document/XUndoManagerSupplier.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/Graphic.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/GraphicDescriptor.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/GraphicProvider.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/GraphicRendererVCL.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/GraphicType.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/MediaProperties.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/XGraphic.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/XGraphicProvider.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/XGraphicRenderer.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/graphic/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/packages/zip/ZipIOException.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/rendering/BlendMode.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/browse/BrowseNode.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/browse/BrowseNodeFactoryViewTypes.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/browse/BrowseNodeTypes.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/browse/XBrowseNode.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/LanguageScriptProvider.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/MasterScriptProvider.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/MasterScriptProviderFactory.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/ScriptProvider.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/ScriptProviderForBeanShell.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/ScriptProviderForJava.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/ScriptProviderForJavaScript.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/ScriptURIHelper.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/provider/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBAEventId.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBAEventProcessor.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBAMacroResolver.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBAScriptEvent.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBAScriptEventId.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBASpreadsheetEventProcessor.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/VBATextEventProcessor.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/XVBAScriptListener.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/script/vba/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/sheet/SpreadsheetViewObjectsMode.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/text/InContentMetadata.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/text/TextFrame.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/text/textfield/MetadataField.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/ucb/CertificateValidationRequest.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/util/NotLockedException.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/offapi/com/sun/star/util/XLockable.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/data/org/openoffice/Office/Canvas.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/data/org/openoffice/Office/FormWizard.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/data/org/openoffice/Office/Math.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/schema/org/openoffice/Office/Canvas.xcs
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/schema/org/openoffice/Office/FormWizard.xcs
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/schema/org/openoffice/Office/Math.xcs
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/officecfg/registry/schema/org/openoffice/Office/OOoImprovement/Settings.xcs
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/ooo.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/ooo.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/ooo.lst (original)
+++ incubator/ooo/branches/alg/install/main/ooo.lst Mon Feb 20 18:03:22 2012
@@ -8,59 +8,59 @@
 # with SVN then these should already be present.
 http://svn.apache.org/repos/asf/incubator/ooo/trunk/ext_sources/
 # Libraries with category A license
-63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz
+0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
 0b49ede71c21c0599b0cc19b353a6cb3-README_apache-commons.txt
 128cfc86ed5953e57fe0f5ae98b62c2e-libtextcat-2.2.tar.gz
 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
 1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz
+18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+220035f111ea045a51e290906025e8b5-libpng-1.5.1.tar.gz
 284e768eeda0e2898b0d5bf7e26a016e-raptor-1.4.18.tar.gz
-7e4e73c21f031d5a4c93c128baf7fd75-apache-tomcat-5.5.35-src.tar.gz
 2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz
 2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
 2f6ecca935948f7db92d925d88d0d078-icu4c-4_0_1-src.tgz
+3b179ed18f65c43141528aa6d2440db4-serf-1.0.0.tar.bz2
 3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz
 48d8169acc35f97e05d8dcdfd45be7f2-lucene-2.3.2.tar.gz
+63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz
+666a5d56098a9debf998510e304c8095-apr-util-1.4.1.tar.gz
+7376930b0d3f3d77a685d94c4a3acda8-STLport-4.5-0119.tar.gz
 7740a8ec23878a2f50120e1faa2730f2-libxml2-2.7.6.tar.gz
-ecb2e37e45c9933e2a963cabe03670ab-curl-7.19.7.tar.gz
+7e4e73c21f031d5a4c93c128baf7fd75-apache-tomcat-5.5.35-src.tar.gz
+97262fe54dddaf583eaaee3497a426e1-apr-1.4.5.tar.gz
+980143f96b3f6ce45d2e4947da21a5e9-stax-src-1.2.0.zip
+a2c10c04f396a9ce72894beb18b4e1f9-jpeg-8c.tar.gz
 a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
 af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz
 bc702168a2af16869201dbe91e46ae48-LICENSE_Python-2.6.1
 c441926f3a552ed3e5b274b62e86af16-STLport-4.0.tar.gz
-18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-7376930b0d3f3d77a685d94c4a3acda8-STLport-4.5-0119.tar.gz
+c735eab2d659a96e5a594c9e8541ad63-zlib-1.2.5.tar.gz
 ca66e26082cab8bb817185a116db809b-redland-1.0.8.tar.gz
-e81c2f0953aa60f8062c05a4673f2be0-Python-2.6.1.tar.bz2
+cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2
 e61d0364a30146aaa3001296f853b2b9-libxslt-1.1.26.tar.gz
+e81c2f0953aa60f8062c05a4673f2be0-Python-2.6.1.tar.bz2
 ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz
+ecb2e37e45c9933e2a963cabe03670ab-curl-7.19.7.tar.gz
 ee8b492592568805593f81f8cdf2a04c-expat-2.0.1.tar.gz
+f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
 fca8706f2c4619e2fa3f8f42f8fc1e9d-rasqal-0.9.16.tar.gz
 fcc6df1160753d0b8c835d17fdeeb0a7-boost_1_39_0.tar.gz
 fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
-f872f4ac066433d8ff92f5e316b36ff9-dejavu-fonts-ttf-2.33.zip
-067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
-cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2
-220035f111ea045a51e290906025e8b5-libpng-1.5.1.tar.gz
-a2c10c04f396a9ce72894beb18b4e1f9-jpeg-8c.tar.gz
-c735eab2d659a96e5a594c9e8541ad63-zlib-1.2.5.tar.gz
-0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-3b179ed18f65c43141528aa6d2440db4-serf-1.0.0.tar.bz2
-666a5d56098a9debf998510e304c8095-apr-util-1.4.1.tar.gz
-97262fe54dddaf583eaaee3497a426e1-apr-1.4.5.tar.gz
-980143f96b3f6ce45d2e4947da21a5e9-stax-src-1.2.0.zip
 
 # Libraries with category B license
-61f59e4110781cbe66b46449eadac231-croscorefonts-1.21.0.tar.gz
+24be19595acad0a2cae931af77a0148a-LICENSE_source-9.0.0.7-bj.html
+2b5f1ca58d6ef30f18f1415b65bed81c-CoinMP-1.6.0.tgz
+377a60170e5185eb63d3ed2fae98e621-README_silgraphite-2.3.1.txt
 35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
-a169ab152209200a7bad29a275cb0333-seamonkey-1.1.14.source.tar.gz
-68dd2e8253d9a7930e9fd50e2d7220d0-hunspell-1.2.9.tar.gz
+48470d662650c3c074e1c3fabbc67bbd-README_source-9.0.0.7-bj.txt
 48a9f787f43a09c0a9b7b00cd1fddbbf-hyphen-2.7.1.tar.gz
+61f59e4110781cbe66b46449eadac231-croscorefonts-1.21.0.tar.gz
+68dd2e8253d9a7930e9fd50e2d7220d0-hunspell-1.2.9.tar.gz
+99d94103662a8d0b571e247a77432ac5-rhino1_7R3.zip
+a169ab152209200a7bad29a275cb0333-seamonkey-1.1.14.source.tar.gz
 b92261a5679276c400555004937af965-nss-3.12.6-with-nspr-4.8.4.tar.gz
 ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
-24be19595acad0a2cae931af77a0148a-LICENSE_source-9.0.0.7-bj.html
-48470d662650c3c074e1c3fabbc67bbd-README_source-9.0.0.7-bj.txt
-99d94103662a8d0b571e247a77432ac5-rhino1_7R3.zip
-377a60170e5185eb63d3ed2fae98e621-README_silgraphite-2.3.1.txt
 d35724900f6a4105550293686688bbb3-silgraphite-2.3.1.tar.gz
 ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz
-2b5f1ca58d6ef30f18f1415b65bed81c-CoinMP-1.6.0.tgz

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_adjust.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_adjust.xcf.bz2
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.chevron.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.chevron.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.circular-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.circular-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.corner-right-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.corner-right-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.down-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.down-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.down-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.down-arrow.png.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.down-arrow.png.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.down-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-right-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-right-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-right-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.left-right-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.notched-left-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.notched-left-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.notched-right-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.notched-right-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.pentagon-right.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.pentagon-right.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.pentagon-right.xcf.bz2
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.quad-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.quad-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.quad-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.quad-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.right-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.right-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.right-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.right-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.s-sharped-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.s-sharped-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.split-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.split-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.split-round-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.split-round-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.striped-right-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.striped-right-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-down-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-down-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-down-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-down-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-right-arrow-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-right-arrow-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-right-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-right-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-right-down-arrow.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowshapes.up-right-down-arrow.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_arrowstoolbox.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_backgroundpatterncontroller.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_backgroundpatterncontroller.xcf.bz2
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.block-arc.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.block-arc.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.can.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.can.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.cross.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.cross.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.cube.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.cube.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.diamond.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.diamond.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.frame.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.frame.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.hexagon.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.hexagon.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.isosceles-triangle.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.isosceles-triangle.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.octagon.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.octagon.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.paper.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.paper.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.parallelogram.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.parallelogram.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.pentagon.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.pentagon.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.quadrat.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.quadrat.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.right-triangle.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.right-triangle.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.ring.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.ring.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.round-quadrat.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.round-quadrat.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.round-rectangle.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.round-rectangle.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.trapezoid.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_basicshapes.trapezoid.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_bezierappend.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.cloud-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.cloud-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.line-callout-1.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.line-callout-1.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.line-callout-2.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.line-callout-2.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.line-callout-3.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.line-callout-3.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.rectangular-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.rectangular-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.round-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.round-callout.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.round-rectangular-callout.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_calloutshapes.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_closedocs.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_closedocs.xcf.bz2
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_draw.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_draw.xcf.bz2
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_extrusionlightingfloater.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-alternate-process.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-card.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-card.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-collate.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-collate.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-connector.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-connector.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-data.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-data.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-decision.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-delay.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-delay.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-direct-access-storage.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-direct-access-storage.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-display.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-display.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-document.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-document.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-extract.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-internal-storage.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-internal-storage.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-magnetic-disk.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-manual-input.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-manual-input.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-manual-operation.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-manual-operation.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-merge.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-merge.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-multidocument.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-multidocument.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-off-page-connector.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-off-page-connector.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-or.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-or.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-predefined-process.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-predefined-process.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-preparation.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-process.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-process.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-punched-tape.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-punched-tape.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-sequential-access.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-sequential-access.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-sort.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-sort.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-stored-data.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-stored-data.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-summing-junction.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-summing-junction.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-terminator.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.flowchart-terminator.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_flowchartshapes.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-curve.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-curve.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-pour.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-down-pour.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-curve.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-curve.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-pour.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-left-pour.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-curve.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-curve.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-pour.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-right-pour.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-curve.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-curve.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-pour.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-arch-up-pour.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-down.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-down.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-up.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-chevron-up.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-curve.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-pour.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-circle-pour.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-down.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-down.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-up.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-curve-up.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-down.png
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-down.svg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/ooo_custom_images/industrial/res/commandimagelist/lc_fontworkshapetype.fontwork-fade-left.png
            ('svn:executable' removed)