diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-10 17:02:37 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-10 17:02:37 -0600 |
commit | 6996d7c2ebcf9320cda713e512e200bcbead4c6c (patch) | |
tree | ec702f08f38adcd2b481edc1c5e789330b6cf570 /Repository.mk | |
parent | 05bb5df2c520b41aba76fcf05097fd19d9550626 (diff) |
Revert "Repository.mk: move test libraries to PLAINLIBS_NONE"
This reverts commit 6396ab80dbb0fd60536c42e9c66b568f1e31418a.
per the author's request
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Repository.mk b/Repository.mk index de2a1eb93f97..5adc79464a02 100644 --- a/Repository.mk +++ b/Repository.mk @@ -314,13 +314,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ endif -$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ - subsequenttest \ - test \ - unoexceptionprotector \ - unotest \ -)) - $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ sal_textenc \ xmlreader \ @@ -351,6 +344,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ sofficeapp \ srtrs1 \ store \ + subsequenttest \ + test \ textconv_dict \ ucb1 \ ucpdav1 \ @@ -358,7 +353,9 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ ucpftp1 \ ucphier1 \ ucppkg1 \ + unoexceptionprotector \ unopkgapp \ + unotest \ unsafe_uno \ updchk \ xmlsecurity \ |