[gedit] Do not ship the old libxml



commit 6fe9a79db9c340a2140392b4442ce42682f6847a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Dec 18 18:04:32 2009 +0100

    Do not ship the old libxml

 win32/build-installer.sh |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/win32/build-installer.sh b/win32/build-installer.sh
index ec6c99d..161d44c 100755
--- a/win32/build-installer.sh
+++ b/win32/build-installer.sh
@@ -122,8 +122,6 @@ strip installer/gedit/bin/*.dll || exit
 # stripping libxml2.dll renders it unusable (although not changing it in size).
 # We therefore copy it after having stripped the rest. Same with the other DLLs
 # here. Perhaps those were built with MSVC.
-# We need libxml2 for gedit/gsv/gconf and libxml2-2 for libsoup
-cp "${_misc_prefix}/bin/libxml2.dll" installer/gedit/bin || exit
 cp "${_misc_prefix}/bin/libxml2-2.dll" installer/gedit/bin || exit
 cp "${_misc_prefix}/bin/intl.dll" installer/gedit/bin || exit
 cp "${_misc_prefix}/bin/iconv.dll" installer/gedit/bin || exit



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]