diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 15:39:59 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 15:55:02 +0100 |
commit | 3cd951edd6588dc4ddd73013fba63caf1f44eeb0 (patch) | |
tree | f1208780eee413373fed582b87afd3b1c1ca3c7b | |
parent | de8336cf29c814e24a077787b47880b1487b8ed8 (diff) |
fdo#60924: move dbaxml from scp2 to gbuild
Change-Id: I4f5edb370a77e9d364e2b1df1271f20f99cef193
-rw-r--r-- | Repository.mk | 2 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk index 45a24ce8cdb7..4a14143d1064 100644 --- a/Repository.mk +++ b/Repository.mk @@ -237,6 +237,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \ dbase \ dbmm \ dbtools \ + dbaxml \ file \ sdbt \ odbcbase \ @@ -268,7 +269,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ basegfx \ calc \ cppcanvas \ - dbaxml \ dbp \ dbu \ deploymentmisc \ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 88e870ba7869..8bca0e6968ba 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -212,8 +212,6 @@ File gid_File_Lib_Dbpool #endif End -STD_LIB_FILE( gid_File_Lib_Dbaxml, dbaxml ) - File gid_File_Lib_Dict_Ja LIB_FILE_BODY; #ifdef UNX |