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 [3/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...

Modified: incubator/ooo/branches/alg/install/main/desktop/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/desktop/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/desktop/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/desktop/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -63,7 +63,7 @@ mkdir: %_DEST%\bin%_EXT%\odf4ms
 ..\%__SRC%\bin\offacc*.dll %_DEST%\bin%_EXT%\offacc*.dll
 ..\%__SRC%\lib\liboffacc*.so %_DEST%\lib%_EXT%\liboffacc*.so
 ..\%__SRC%\lib\liboffacc*.dylib %_DEST%\lib%_EXT%\liboffacc*.dylib
-..\%__SRC%\bin\migratio*.dll %_DEST%\bin%_EXT%\migratio*.dll
+..\%__SRC%\bin\migr*.dll %_DEST%\bin%_EXT%\migr*.dll
 ..\%__SRC%\lib\migratio*.uno.so %_DEST%\lib%_EXT%\migratio*.uno.so
 ..\%__SRC%\lib\migratio*.uno.dylib %_DEST%\lib%_EXT%\migratio*.uno.dylib
 
@@ -82,6 +82,7 @@ mkdir: %_DEST%\bin%_EXT%\odf4ms
 ..\%__SRC%\bin\unopkg %_DEST%\bin%_EXT%\unopkg.bin
 ..\%__SRC%\bin\so\unopkg %_DEST%\bin%_EXT%\so\unopkg.bin
 ..\%__SRC%\bin\unopkg.exe %_DEST%\bin%_EXT%\unopkg.bin
+..\%__SRC%\bin\unopkg.exe %_DEST%\bin%_EXT%\unopkg.exe
 ..\%__SRC%\bin\so\unopkg.exe %_DEST%\bin%_EXT%\so\unopkg.bin
 ..\%__SRC%\misc\unopkg.sh %_DEST%\bin%_EXT%\unopkg
 ..\%__SRC%\bin\unopkga*.dll %_DEST%\bin%_EXT%\unopkga*.dll

Modified: incubator/ooo/branches/alg/install/main/desktop/qa/deployment_misc/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/desktop/qa/deployment_misc/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/desktop/qa/deployment_misc/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/desktop/qa/deployment_misc/makefile.mk Mon Feb 20 18:03:22 2012
@@ -34,7 +34,11 @@
 
 PRJ := ..$/..
 PRJNAME := desktop
+.IF "$(GUI)" == "OS2"
+TARGET := qa_dpl_m
+.ELSE
 TARGET := qa_deployment_misc
+.ENDIF
 
 ENABLE_EXCEPTIONS := TRUE
 

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/deployment/gui/dp_gui_extlistbox.hxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/desktop/source/deployment/gui/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/desktop/source/deployment/gui/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/desktop/source/deployment/gui/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/desktop/source/deployment/gui/makefile.mk Mon Feb 20 18:03:22 2012
@@ -55,7 +55,11 @@ SLOFILES = \
         $(SLO)$/dp_gui_extensioncmdqueue.obj \
         $(SLO)$/descedit.obj
 
+.IF "$(GUI)"=="OS2"
+SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
+.ELSE
 SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno
+.ENDIF
 SHL1VERSIONMAP = $(SOLARENV)/src/component.map
 
 SHL1STDLIBS = \

Modified: incubator/ooo/branches/alg/install/main/desktop/source/deployment/inc/dp_misc.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/desktop/source/deployment/inc/dp_misc.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/desktop/source/deployment/inc/dp_misc.mk (original)
+++ incubator/ooo/branches/alg/install/main/desktop/source/deployment/inc/dp_misc.mk Mon Feb 20 18:03:22 2012
@@ -32,7 +32,7 @@ DEPLOYMENTMISCLIB = -ldeploymentmisc$(DL
 DEPLOYMENTMISCLIB = ideploymentmisc$(DLLPOSTFIX).lib
 .ENDIF
 .ELIF "$(OS)" == "OS2"
-DEPLOYMENTMISCLIB = ideploymentmisc$(DLLPOSTFIX).lib
+DEPLOYMENTMISCLIB = -ldeplmisc
 .ELSE
 DEPLOYMENTMISCLIB = -ldeploymentmisc$(DLLPOSTFIX)
 .ENDIF

Modified: incubator/ooo/branches/alg/install/main/desktop/source/deployment/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/desktop/source/deployment/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/desktop/source/deployment/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/desktop/source/deployment/makefile.mk Mon Feb 20 18:03:22 2012
@@ -40,7 +40,11 @@ INCPRE += inc
 
 DLLPRE =
 
+.IF "$(GUI)"=="OS2"
+SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
+.ELSE
 SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno
+.ENDIF
 SHL1VERSIONMAP = $(SOLARENV)/src/component.map
 
 SHL1LIBS = \

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/deployment/manager/dp_manager.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/deployment/registry/dp_backenddb.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/desktop/source/migration/services/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/desktop/source/migration/services/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/desktop/source/migration/services/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/desktop/source/migration/services/makefile.mk Mon Feb 20 18:03:22 2012
@@ -24,7 +24,11 @@
 PRJ=..$/..$/..
 
 PRJNAME=desktop
+.IF "$(OS)" == "OS2"
+TARGET = migroo2
+.ELSE
 TARGET = migrationoo2.uno
+.ENDIF
 ENABLE_EXCEPTIONS=TRUE
 COMP1TYPELIST = migrationoo2
 LIBTARGET=NO
@@ -77,7 +81,11 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def
 DEF1NAME=$(SHL1TARGET)
 
 COMP2TYPELIST = migrationoo3
+.IF "$(OS)" == "OS2"
+SHL2TARGET=migroo3
+.ELSE
 SHL2TARGET=migrationoo3.uno
+.ENDIF
 SHL2VERSIONMAP = $(SOLARENV)/src/component.map
 
 SHL2OBJS= \

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/migration/services/wordbookmigration.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/migration/services/wordbookmigration.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/splash/firststart.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/splash/firststart.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/source/splash/services_spl.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/description/readme.txt
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/update/updateinfocreation/build/MANIFEST.MF
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.idl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/update/updateinfocreation/build/delzip
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/update/updateinfocreation/build/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/test/deployment/update/updateinfocreation/build/manifest.xml
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/unx/source/officeloader/officeloader.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/desktop/win32/source/setup/setup.cpp
            ('svn:executable' removed)

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

Propchange: incubator/ooo/branches/alg/install/main/drawinglayer/Makefile
            ('svn:executable' removed)

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

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

Propchange: incubator/ooo/branches/alg/install/main/drawinglayer/inc/drawinglayer/drawinglayerdllapi.h
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/drawinglayer/inc/drawinglayer/primitive2d/cropprimitive2d.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/drawinglayer/inc/drawinglayer/primitive2d/patternfillprimitive2d.hxx
            ('svn:executable' removed)

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

Propchange: incubator/ooo/branches/alg/install/main/drawinglayer/source/primitive2d/cropprimitive2d.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/OS2Bitmap.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/OS2Bitmap.cxx?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/OS2Bitmap.cxx (original)
+++ incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/OS2Bitmap.cxx Mon Feb 20 18:03:22 2012
@@ -18,6 +18,7 @@
 
 #define INCL_WIN
 #include <svpm.h>
+#include <string.h>
 
 #ifndef _OS2CLIPBOARD_HXX_
 #include "Os2Clipboard.hxx"

Modified: incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Clipboard.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Clipboard.cxx?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Clipboard.cxx (original)
+++ incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Clipboard.cxx Mon Feb 20 18:03:22 2012
@@ -25,6 +25,8 @@
 // includes
 //------------------------------------------------------------------------
 
+#include <svpm.h>
+#include <string.h>
 #include "Os2Clipboard.hxx"
 
 //------------------------------------------------------------------------

Modified: incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Service.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Service.cxx?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Service.cxx (original)
+++ incubator/ooo/branches/alg/install/main/dtrans/source/os2/clipb/Os2Service.cxx Mon Feb 20 18:03:22 2012
@@ -19,13 +19,15 @@
  * 
  *************************************************************/
 
+#include <svpm.h>
+#include <string.h>
 
-
-#include "Os2Clipboard.hxx"
 #include <cppuhelper/factory.hxx>
 #include <com/sun/star/container/XSet.hpp>
 #include <osl/diagnose.h>
 
+#include "Os2Clipboard.hxx"
+
 using namespace rtl;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::registry;

Propchange: incubator/ooo/branches/alg/install/main/dtrans/source/win32/dtobj/DOTransferable.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/dtrans/source/win32/dtobj/FmtFilter.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/dtrans/source/win32/dtobj/FmtFilter.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/dtrans/source/win32/ftransl/ftransl.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/dtrans/util/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/dtrans/util/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/dtrans/util/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/dtrans/util/makefile.mk Mon Feb 20 18:03:22 2012
@@ -163,7 +163,7 @@ SHL3STDLIBS= \
 		$(SALLIB)	\
 		$(CPPULIB) 	\
 		$(CPPUHELPERLIB) \
-		UClip.lib
+		-lUClip
 		
 SHL3IMPLIB=i$(SHL3TARGET) 
 

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

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

Propchange: incubator/ooo/branches/alg/install/main/editeng/Makefile
            ('svn:executable' removed)

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

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

Propchange: incubator/ooo/branches/alg/install/main/editeng/inc/editeng/editeng.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/inc/editeng/fontitem.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/inc/editeng/splwrap.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/inc/editeng/svxacorr.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/inc/pch/precompiled_editeng.hxx
            ('svn:executable' removed)

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

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

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/editeng/edtspell.hxx
            ('svn:executable' removed)

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

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/editeng/impedit.hxx
            ('svn:executable' removed)

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

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

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

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/items/textitem.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/misc/edtdlg.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/misc/svxacorr.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/misc/unolingu.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/outliner/outlvw.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/editeng/source/uno/unofdesc.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/embeddedobj/source/msole/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/embeddedobj/source/msole/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/embeddedobj/source/msole/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/embeddedobj/source/msole/makefile.mk Mon Feb 20 18:03:22 2012
@@ -92,7 +92,7 @@ SHL1STDLIBS=\
 	$(TOOLSLIB)
 	
 
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2"
 .IF "$(COM)"=="GCC"
 EMBOBJLIB=-lembobj
 .ELSE

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

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

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/ed_idataobj.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/ed_ioleobject.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/ed_ipersiststr.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/esdll.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/guid.cxx
            ('svn:executable' removed)

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

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/register.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/servprov.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/embed/stdafx.cpp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/inc/common.h
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/inc/embeddoc.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/inc/servprov.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/source/inc/stdafx.h
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/embedserv/util/exports.dxp
            ('svn:executable' removed)

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

Propchange: incubator/ooo/branches/alg/install/main/extensions/inc/pch/precompiled_extensions.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extensions/source/ole/oleobjw.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extensions/source/update/check/download.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/extensions/source/update/check/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/extensions/source/update/check/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/extensions/source/update/check/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/extensions/source/update/check/makefile.mk Mon Feb 20 18:03:22 2012
@@ -65,7 +65,11 @@ SLOFILES=\
 	$(SLO)$/updatehdl.obj
         
 SHL1NOCHECK=TRUE
+.IF "$(GUI)" == "OS2"
+SHL1TARGET=updchkun
+.ELSE
 SHL1TARGET=$(TARGET).uno   
+.ENDIF
 SHL1OBJS=$(SLOFILES)
 SHL1DEF=$(MISC)$/$(SHL1TARGET).def
 

Propchange: incubator/ooo/branches/alg/install/main/extensions/source/update/check/updatecheckconfig.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extensions/source/update/check/updatecheckjob.cxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/external/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/external/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/external/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/external/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -1,19 +1,9 @@
 mkdir: %_DEST%\inc%_EXT%\external
-mkdir: %_DEST%\inc%_EXT%\external\glibc
 mkdir: %_DEST%\inc%_EXT%\external\mingw
 mkdir: %_DEST%\inc%_EXT%\external\mingw\include
 mkdir: %_DEST%\inc%_EXT%\external\mingw\include\atl
 mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys
 
-..\glibc\rtufiles\config.h %_DEST%\inc%_EXT%\external\glibc\config.h
-..\glibc\rtufiles\getopt.h %_DEST%\inc%_EXT%\external\glibc\getopt.h
-
-..\%__SRC%\slb\gnu_getopt.lib %_DEST%\lib%_EXT%\gnu_getopt.lib
-..\%__SRC%\lib\libgnu_getopt.a %_DEST%\lib%_EXT%\libgnu_getopt.a
-..\%__SRC%\lib\libgnu_getopt_static.a %_DEST%\lib%_EXT%\libgnu_getopt_static.a
-
-..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\external\glibc\*.h
-
 ..\%__SRC%\misc\mingw\include\*.h %_DEST%\inc%_EXT%\external\mingw\include\*
 ..\%__SRC%\misc\mingw\include\atl\*.h %_DEST%\inc%_EXT%\external\mingw\include\atl\*
 ..\%__SRC%\misc\mingw\include\sys\*.h %_DEST%\inc%_EXT%\external\mingw\include\sys\*

Propchange: incubator/ooo/branches/alg/install/main/extras/source/autotext/lang/eu/acor_eu.dat
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/autotext/lang/eu/crdbus50.bau
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/autotext/lang/eu/standard.bau
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/autotext/lang/eu/template.bau
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/autotext/lang/lb-LU/acor_lb-LU.dat
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/autotext/lang/vi/acor_vi-VN.dat
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/beige.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/bgr.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/dark.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/grey.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/ibg.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/ice.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/orange.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/red.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/violet.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/form/styles/water.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/misc_config/wizard/web/preview.html
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/palettes/lang/eu/arrowhd_eu.soe
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/palettes/lang/eu/classic_eu.sog
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/palettes/lang/eu/hatching_eu.soh
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/palettes/lang/eu/modern_eu.sog
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/palettes/lang/eu/palette_eu.soc
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/palettes/lang/eu/styles_eu.sod
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/de/lyt-book.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/de/lyt-frepa.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/de/lyt-greengradlines.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/de/lyt-organic.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/de/lyt-paper.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/de/lyt-tunnel.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-frepa.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-movwaves.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-numdark.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-ocean.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-roundedrect.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-sunrise.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/en-US/lyt-techpoly.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/eu/lyt-cool.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/eu/lyt-darkblue.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/hu/lyt-cool.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/hu/lyt-darkblue.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/vi/lyt-cool.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/vi/lyt-darkblue.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/vi/lyt-darkblue_new.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/layout/lang/vi/lyt_cool_new.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/eu/prs-novelty.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/eu/prs-strategy.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/hu/prs-novelty.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/hu/prs-strategy.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/vi/prs-novelty.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/vi/prs-novelty_new.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/presnt/lang/vi/prs-strategy.otp
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/10grey.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/1simple.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/2elegant.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/3modern.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/4classic.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/5blue.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/6orange.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/7red.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/8green.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/9colorful.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-10grey.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-1simple.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-2elegant.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-3modern.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-4classic.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-5blue.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-6orange.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-7red.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-8green.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/eu/aw-9colorful.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/10grey.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/1simple.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/2elegant.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/3modern.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/4classic.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/5blue.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/6orange.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/7red.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/8green.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/9colorful.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-10grey.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-1simple.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-2elegant.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-3modern.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-4classic.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-5blue.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-6orange.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-7red.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-8green.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/hu/aw-9colorful.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/10grey.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/1simple.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/2elegant.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/3modern.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/4classic.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/5blue.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/6orange.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/7red.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/8green.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/9colorful.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-10grey.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-1simple.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-2elegant.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-3modern.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-4classic.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-5blue.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-6orange.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-7red.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-8green.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/agenda/lang/vi/aw-9colorful.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/eu/html.stw
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/eu/idxexample.odt
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/eu/url_transfer.htm
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/hu/html.stw
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/hu/url_transfer.htm
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/vi/html.stw
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/vi/idxexample.odt
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/desktop/lang/vi/url_transfer.htm
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/bus-classic-pri_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/bus-classic_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/bus-modern-pri_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/bus-modern_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/pri-bottle_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/pri-fax_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/pri-lines_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/eu/pri-marine_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/bus-classic-pri_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/bus-classic_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/bus-modern-pri_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/bus-modern_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/pri-bottle_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/pri-fax_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/pri-lines_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/hu/pri-marine_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/bus-classic-pri_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/bus-classic_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/bus-modern-pri_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/bus-modern_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/pri-bottle_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/pri-fax_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/pri-lines_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/fax/lang/vi/pri-marine_f.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/bus-elegant_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/bus-modern_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/bus-office_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/off-elegant_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/off-modern_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/off-office_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/pri-bottle_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/pri-mail_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/pri-marine_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/eu/pri-redline_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/bus-elegant_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/bus-modern_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/bus-office_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/off-elegant_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/off-modern_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/off-office_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/pri-bottle_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/pri-mail_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/pri-marine_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/hu/pri-redline_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/bus-elegant_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/bus-modern_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/bus-office_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/off-elegant_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/off-modern_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/off-office_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/pri-bottle_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/pri-mail_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/pri-marine_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/letter/lang/vi/pri-redline_l.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-01.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-011.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-012.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-02.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-021.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-022.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-03.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-031.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-032.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-04.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-041.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-042.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-05.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-051.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-052.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-06.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-061.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-062.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/cnt-default.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-01.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-02.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-03.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-04.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-05.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-06.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-07.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-08.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-09.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-10.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/eu/stl-default.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-01.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-011.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-012.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-02.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-021.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-022.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-03.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-031.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-032.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-04.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-041.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-042.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-05.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-051.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-052.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-06.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-061.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-062.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/cnt-default.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-01.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-02.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-03.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-04.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-05.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-06.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-07.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-08.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-09.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/hu/stl-default.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-01.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-011.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-012.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-02.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-021.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-022.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-03.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-031.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-032.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-04.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-041.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-042.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-05.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-051.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-052.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-06.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-061.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-062.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/cnt-default.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-01.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-02.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-03.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-04.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-05.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-06.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-07.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-08.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-09.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/report/lang/vi/stl-default.ott
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/black_white.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/blackberry.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/default.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/diner.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/fall.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/glacier.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/green_grapes.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/jeans.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/marine.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/millennium.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/nature.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/neon.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/night.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/nostalgic.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/pastell.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/pool.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/pumpkin.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/eu/xos.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/black_white.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/blackberry.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/default.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/diner.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/fall.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/glacier.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/green_grapes.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/jeans.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/marine.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/millennium.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/nature.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/neon.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/night.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/nostalgic.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/pastell.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/pool.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/pumpkin.ots
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/templates/wizard/styles/lang/vi/xos.ots
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/extras/source/wordbook/delzip
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/extras/source/wordbook/delzip?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/extras/source/wordbook/delzip (original)
+++ incubator/ooo/branches/alg/install/main/extras/source/wordbook/delzip Mon Feb 20 18:03:22 2012
@@ -1,2 +1 @@
-~
-ECHO is OFF
+updated for http://svn.apache.org/viewvc?view=revision&revision=1244420

Propchange: incubator/ooo/branches/alg/install/main/extras/source/wordbook/lang/eu/soffice.dic
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/extras/source/wordbook/lang/hu/soffice.dic
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/fetch_tarballs.sh
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/fetch_tarballs.sh?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/fetch_tarballs.sh (original)
+++ incubator/ooo/branches/alg/install/main/fetch_tarballs.sh Mon Feb 20 18:03:22 2012
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #**************************************************************
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one
@@ -49,7 +49,7 @@ fetch_args=
 #Look for FreeBSD's fetch(1) first
 if [ -x /usr/bin/fetch ]; then
     fetch_bin=/usr/bin/fetch
-    fetch_args="-AFpr"
+    fetch_args="-Fpr"
     echo found FreeBSD fetch: $fetch_bin
     break 2
 else

Propchange: incubator/ooo/branches/alg/install/main/filter/inc/filter/msfilter/dffpropset.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/inc/filter/msfilter/dffrecordheader.hxx
            ('svn:executable' removed)

Modified: incubator/ooo/branches/alg/install/main/filter/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/filter/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/filter/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/filter/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -4,6 +4,7 @@ mkdir: %COMMON_DEST%\bin%_EXT%\hid
 ..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%
 ..\%__SRC%\lib\lib*.dylib %_DEST%\lib%_EXT%
 ..\%__SRC%\lib\imsfilter.lib %_DEST%\lib%_EXT%\imsfilter.lib
+..\%__SRC%\lib\msfilter.lib %_DEST%\lib%_EXT%\msfilter.lib
 ..\%__SRC%\class\*.jar %_DEST%\bin%_EXT%\*.jar
 ..\%__SRC%\class\XSLTFilter\*.jar %_DEST%\bin%_EXT%\*.jar
 ..\%__SRC%\class\XSLTValidate\*.jar %_DEST%\bin%_EXT%\*.jar

Propchange: incubator/ooo/branches/alg/install/main/filter/qa/complex/filter/misc/TypeDetection6FileFormat.xcu
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/qa/complex/filter/misc/makefile.mk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/graphicfilter/ipict/shape.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/graphicfilter/ipict/shape.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/msfilter/dffpropset.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/msfilter/dffrecordheader.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/msfilter/msfilter.component
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/msfilter/services.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/xmlfilteradaptor/streamwrap.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/filter/source/xmlfilteradaptor/streamwrap.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/forms/inc/pch/precompiled_forms.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/forms/qa/complex/forms/CheckOGroupBoxModel.java
            ('svn:executable' removed)

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

Modified: incubator/ooo/branches/alg/install/main/forms/util/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/forms/util/makefile.mk?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/forms/util/makefile.mk (original)
+++ incubator/ooo/branches/alg/install/main/forms/util/makefile.mk Mon Feb 20 18:03:22 2012
@@ -89,10 +89,6 @@ RES1FILELIST=\
 RESLIB1NAME=$(TARGET)
 RESLIB1SRSFILES=$(RES1FILELIST)
 
-.IF "$(GUI)"=="OS2"
-SHL1STDLIBS += pthread.lib libz.lib
-.ENDIF
-
 # --- Targets ----------------------------------
 
 .INCLUDE : target.mk

Modified: incubator/ooo/branches/alg/install/main/formula/prj/d.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/alg/install/main/formula/prj/d.lst?rev=1291394&r1=1291393&r2=1291394&view=diff
==============================================================================
--- incubator/ooo/branches/alg/install/main/formula/prj/d.lst (original)
+++ incubator/ooo/branches/alg/install/main/formula/prj/d.lst Mon Feb 20 18:03:22 2012
@@ -7,6 +7,7 @@ dos: sh -c "if test %OS% = MACOSX; then 
 ..\%__SRC%\bin\for*.dll %_DEST%\bin%_EXT%\for*.dll
 ..\%__SRC%\lib\libfor*.so %_DEST%\lib%_EXT%\libfor*.so
 ..\%__SRC%\lib\ifor*.lib %_DEST%\lib%_EXT%\ifor*.lib
+..\%__SRC%\lib\for*.lib %_DEST%\lib%_EXT%\for*.lib
 ..\%__SRC%\lib\libfor*.dylib %_DEST%\lib%_EXT%\libfor*.dylib
 
 # Resources

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

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

Propchange: incubator/ooo/branches/alg/install/main/framework/inc/classes/fwlresid.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/inc/framework/documentundoguard.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/inc/framework/iguard.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/inc/framework/undomanagerhelper.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/inc/helper/mischelper.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/inc/uifactory/factoryconfiguration.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/api_internal/CheckAPI.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/api_internal/CheckAPI.props
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/api_internal/api.lst
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/api_internal/tests.sce
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/api_internal/worksforme.sce
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/broken_document/LoadDocument.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/broken_document/test_documents/dbf.dbf.emf
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/desktop/DesktopTerminate.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/disposing/GetServiceWhileDisposingOffice.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/CheckImageManager.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/_XComponent.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/_XImageManager.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/_XInitialization.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/_XTypeProvider.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/_XUIConfiguration.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/imageManager/_XUIConfigurationPersistence.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/path_settings/PathSettingsTest.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/complex/path_substitution/PathSubstitutionTest.java
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/unoapi/framework.sce
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/unoapi/knownissues.xcl
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/qa/unoapi/testdocuments/delete.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/classes/fwlresid.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/dispatch/windowcommanddispatch.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/fwe/helper/documentundoguard.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/fwe/helper/undomanagerhelper.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/inc/dispatch/windowcommanddispatch.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/services/backingwindow.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/services/substitutepathvars.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/uiconfiguration/imagemanagerimpl.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/uiconfiguration/imagemanagerimpl.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/uiconfiguration/uiconfigurationmanagerimpl.hxx
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/framework/source/uifactory/factoryconfiguration.cxx
            ('svn:executable' removed)

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

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

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/settings.pmk
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/sbasic.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/scalc.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/schart.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/sdraw.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/simpress.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/smath.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/af/swriter.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/ar/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/ar/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/ar/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/ar/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/ar/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/sbasic.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/scalc.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/schart.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/sdraw.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/simpress.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/smath.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/be-BY/swriter.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/sbasic.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/scalc.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/schart.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/sdraw.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/simpress.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/smath.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bg/swriter.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/sbasic.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/scalc.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/schart.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/sdraw.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/simpress.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/smath.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bn/swriter.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/sbasic.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/scalc.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/schart.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/sdraw.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/simpress.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/smath.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/br/swriter.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/brx/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/brx/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/brx/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/brx/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/brx/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/default.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/highcontrast1.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/highcontrast2.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/highcontrastblack.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/highcontrastwhite.css
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/sbasic.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/scalc.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/schart.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/sdraw.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/simpress.cfg
            ('svn:executable' removed)

Propchange: incubator/ooo/branches/alg/install/main/helpcontent2/source/auxiliary/bs/smath.cfg
            ('svn:executable' removed)