Author: jsc
Date: Tue Feb 12 10:03:03 2013
New Revision: 1445082

URL: http://svn.apache.org/r1445082
Log:
#121758# remove old testtool and the obsolete resources

Removed:
    openoffice/trunk/main/automation/packimages/
    openoffice/trunk/main/automation/source/miniapp/
    openoffice/trunk/main/automation/source/testtool/
Modified:
    openoffice/trunk/main/automation/prj/build.lst
    openoffice/trunk/main/automation/util/makefile.mk

Modified: openoffice/trunk/main/automation/prj/build.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/automation/prj/build.lst?rev=1445082&r1=1445081&r2=1445082&view=diff
==============================================================================
--- openoffice/trunk/main/automation/prj/build.lst (original)
+++ openoffice/trunk/main/automation/prj/build.lst Tue Feb 12 10:03:03 2013
@@ -5,8 +5,4 @@ au      automation\source\simplecm                              
nmake   -
 au     automation\source\communi                               nmake   -       
all     au_comm au_inc NULL
 au     automation\source\app                                   nmake   -       
all     au_app au_inc NULL
 au     automation\source\server                                nmake   -       
all     au_server au_inc NULL
-#au    automation\source\testtool                              nmake   -       
all     au_tt au_inc NULL
-#au    automation\source\miniapp                               nmake   -       
all     au_mini au_inc NULL
-#au    automation\packimages                                   nmake   -       
all     au_pack NULL
 au     automation\util                                                 nmake   
-       all     au_util au_scom au_comm au_app au_server NULL
-#au    automation\util                                                 nmake   
-       all     au_util au_scom au_comm au_app au_mini au_server au_tt NULL

Modified: openoffice/trunk/main/automation/util/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/automation/util/makefile.mk?rev=1445082&r1=1445081&r2=1445082&view=diff
==============================================================================
--- openoffice/trunk/main/automation/util/makefile.mk (original)
+++ openoffice/trunk/main/automation/util/makefile.mk Tue Feb 12 10:03:03 2013
@@ -128,117 +128,6 @@ DEF3DEPN        =       \
 DEFLIB3NAME     =communi
 DEF3DES         =Communication
 
-# --- TESTTOOL IDE ------------------------------------------------------
-
-#APP1TARGET=testtool
-
-#.IF "$(GUI)"=="UNX" || ("$(COM)"=="GCC" && "$(GUI)"=="WNT")
-#APP1DEPN+=$(SHL2TARGETN) $(SHL3TARGETN)
-#.ELSE
-#APP1DEPN+=$(SHL2IMPLIBN) $(SHL3IMPLIBN)
-#.ENDIF
-#APP1STDLIBS= \
-               $(APP3RDLIB) \
-               $(SAMPLE3RDLIB)
-
-#APP1STDLIBS+= \
-                       $(CPPUHELPERLIB) \
-                       $(TOOLSLIB) \
-            $(UNOTOOLSLIB) \
-                       $(SVTOOLLIB) \
-                       $(SVLLIB) \
-                       $(VCLLIB) \
-                       $(SALLIB) \
-                       $(VOSLIB) \
-                       $(UCBHELPERLIB) \
-                       $(COMPHELPERLIB) \
-            $(BASICLIB) \
-            $(SIMPLECMLIB) \
-            $(COMMUNILIB)
-
-#.IF "$(GUI)"=="UNX"
-#APP1STDLIBS+= \
-                       $(VOSLIB) $(SALLIB) $(BASICLIB)
-#APP1STDLIBS+=$(CPPULIB)
-#.ENDIF
-#.IF "$(GUI)"=="WNT" || "$(COM)"=="GCC"
-#APP1STDLIBS+=$(CPPULIB)
-#.ENDIF
-
-#.IF "$(GUI)"=="WNT"
-#APP1STDLIBS += \
-               $(SHELL32LIB) \
-               $(ADVAPI32LIB)
-#.ENDIF # "$(GUI)"=="WNT"
-
-
-
-#.IF "$(OS)" == "SOLARIS"
-#APP1STDLIBS+= -lXm
-#.ENDIF
-
-#.IF "$(GUI)" == "UNX"
-#.IF "$(OS)" == "LINUX"
-#APP1STDLIBS+= -lXext -lX11 -lSM -lICE
-#.ENDIF
-#.IF "$(OS)"=="MACOSX"
-#APP1STDLIBS+= -lapp -lsample
-#.ENDIF
-#.ENDIF
-
-
-
-#APP1LIBS=\
-               $(LB)$/testtool.lib
-
-#APP1OBJS=       $(OBJ)$/testbasi.obj \
-                $(OBJ)$/cmdbasestream.obj \
-                $(OBJ)$/svcommstream.obj
-
-# --- TESTTOOL MINIAPP ------------------------------------------------------
-# ressources are linked here
-
-#RESLIB1NAME=tma
-#RESLIB1SRSFILES= \
-                $(SRS)$/miniapp.srs
-
-#APP3TARGET=miniapp
-#APP3STDLIBS= \
-                       $(CPPULIB) \
-                       $(CPPUHELPERLIB) \
-                       $(UCBHELPERLIB) \
-                       $(COMPHELPERLIB) \
-                       $(AUTOMATIONLIB) \
-                       $(SALLIB) \
-                       $(TOOLSLIB) \
-                       $(SVTOOLLIB) \
-                       $(VCLLIB)
-
-#.IF "$(GUI)"=="UNX"
-#.IF "$(OS)"=="MACOSX"
-#APP3STDLIBS+= \
-                       $(VOSLIB) $(SALLIB) $(LIBSTLPORT)
-#.ELSE
-#APP3STDLIBS+= \
-                       $(VOSLIB) $(SALLIB)
-#.ENDIF
-#.ENDIF
-# $(AUTOMATIONLIB) is build in SHL1TARGET
-#.IF "$(GUI)"=="UNX" || ("$(COM)"=="GCC" && "$(GUI)"=="WNT")
-#APP3DEPN=$(SHL1TARGETN)
-#.ELSE
-#APP3DEPN=$(SHL1IMPLIBN)
-#.ENDIF
-
-#APP3LIBS= \
-               $(LB)$/miniapp.lib
-
-#.IF "$(GUI)" != "UNX"
-#.IF "$(COM)" != "GCC"
-#              win16 braucht ein appobj
-#APP3OBJS=             $(OBJ)$/testapp.obj
-#.ENDIF
-#.ENDIF
 
 # --- Targets -----------------------------------------------------------
 


Reply via email to