You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/10/17 11:44:33 UTC

svn commit: r1533023 - in /openoffice/branches/Remove_MOZ/main: moz/prj/d.lst nss/prj/d.lst

Author: hdu
Date: Thu Oct 17 09:44:33 2013
New Revision: 1533023

URL: http://svn.apache.org/r1533023
Log:
#i122365# no special delivery for the sqlite3 library needed

Sqlite3 is a regular library and just like the other libs it doesn't need an own directory.

Modified:
    openoffice/branches/Remove_MOZ/main/moz/prj/d.lst
    openoffice/branches/Remove_MOZ/main/nss/prj/d.lst

Modified: openoffice/branches/Remove_MOZ/main/moz/prj/d.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/Remove_MOZ/main/moz/prj/d.lst?rev=1533023&r1=1533022&r2=1533023&view=diff
==============================================================================
--- openoffice/branches/Remove_MOZ/main/moz/prj/d.lst (original)
+++ openoffice/branches/Remove_MOZ/main/moz/prj/d.lst Thu Oct 17 09:44:33 2013
@@ -251,7 +251,6 @@ mkdir: %_DEST%\inc%_EXT%\mozilla\xpcom_o
 ..\%__SRC%\lib\*.a   %_DEST%\lib%_EXT%
 ..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%
 
-mkdir: %_DEST%\lib%_EXT%\sqlite
-..\%__SRC%\lib\libsqlite3.* %_DEST%\lib%_EXT%\sqlite
+..\%__SRC%\lib\libsqlite3.* %_DEST%\lib%_EXT%
 
 ..\%__SRC%\bin\*.zip %_DEST%\bin%_EXT%

Modified: openoffice/branches/Remove_MOZ/main/nss/prj/d.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/Remove_MOZ/main/nss/prj/d.lst?rev=1533023&r1=1533022&r2=1533023&view=diff
==============================================================================
--- openoffice/branches/Remove_MOZ/main/nss/prj/d.lst (original)
+++ openoffice/branches/Remove_MOZ/main/nss/prj/d.lst Thu Oct 17 09:44:33 2013
@@ -1,7 +1,6 @@
 mkdir: %_DEST%\inc%_EXT%\mozilla\nspr
 mkdir: %_DEST%\inc%_EXT%\mozilla\nspr\obsolete
 mkdir: %_DEST%\inc%_EXT%\mozilla\nss
-mkdir: %_DEST%\lib%_EXT%\sqlite
 
 ..\%__SRC%\inc\include\* %_DEST%\inc%_EXT%\mozilla\nspr
 ..\%__SRC%\inc\include\obsolete\protypes.h %_DEST%\inc%_EXT%\mozilla\nspr\obsolete\protypes.h
@@ -24,7 +23,7 @@ mkdir: %_DEST%\lib%_EXT%\sqlite
 ..\%__SRC%\lib\libsoftokn3.* %_DEST%\lib%_EXT%\libsoftokn3.*
 ..\%__SRC%\lib\libssl3.* %_DEST%\lib%_EXT%\libssl3.*
 
-..\%__SRC%\lib\libsqlite3.* %_DEST%\lib%_EXT%\sqlite\libsqlite3.*
+..\%__SRC%\lib\libsqlite3.* %_DEST%\lib%_EXT%\libsqlite3.*
 ..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%
 
 ..\%__SRC%\bin\* %_DEST%\bin%_EXT%