Author: paveljanik
Date: Thu Apr 4 13:36:16 2013
New Revision: 1464530
URL: http://svn.apache.org/r1464530
Log:
Remove binfilter.
Modified:
openoffice/trunk/main/postprocess/packcomponents/makefile.mk
Modified: openoffice/trunk/main/postprocess/packcomponents/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/postprocess/packcomponents/makefile.mk?rev=1464530&r1=1464529&r2=1464530&view=diff
==============================================================================
--- openoffice/trunk/main/postprocess/packcomponents/makefile.mk (original)
+++ openoffice/trunk/main/postprocess/packcomponents/makefile.mk Thu Apr 4 13:36:16 2013
@@ -276,12 +276,6 @@ my_components += ScriptProviderForJavaSc
.END
.END
-.IF "$(WITH_BINFILTER)" != "NO"
-my_components += \
- bf_migratefilter \
- bindet
-.END
-
.IF "$(WITH_LDAP)" == "YES"
my_components += ldapbe2
.END
|