From d98ac11f3962f39efb1418588c609d03fb7cc37c Mon Sep 17 00:00:00 2001 From: Matus Kukan Date: Sun, 3 Jul 2011 13:59:22 +0200 Subject: Remove component_getImplementationEnvironment --- xmlsecurity/util/exports_xsmscrypt.dxp | 1 - xmlsecurity/util/exports_xsnss.dxp | 1 - xmlsecurity/util/xsec_fw.dxp | 1 - 3 files changed, 3 deletions(-) (limited to 'xmlsecurity/util') diff --git a/xmlsecurity/util/exports_xsmscrypt.dxp b/xmlsecurity/util/exports_xsmscrypt.dxp index f0e1c69934bc..70033078921a 100644 --- a/xmlsecurity/util/exports_xsmscrypt.dxp +++ b/xmlsecurity/util/exports_xsmscrypt.dxp @@ -1,2 +1 @@ -component_getImplementationEnvironment component_getFactory diff --git a/xmlsecurity/util/exports_xsnss.dxp b/xmlsecurity/util/exports_xsnss.dxp index f0e1c69934bc..70033078921a 100644 --- a/xmlsecurity/util/exports_xsnss.dxp +++ b/xmlsecurity/util/exports_xsnss.dxp @@ -1,2 +1 @@ -component_getImplementationEnvironment component_getFactory diff --git a/xmlsecurity/util/xsec_fw.dxp b/xmlsecurity/util/xsec_fw.dxp index f0e1c69934bc..70033078921a 100644 --- a/xmlsecurity/util/xsec_fw.dxp +++ b/xmlsecurity/util/xsec_fw.dxp @@ -1,2 +1 @@ -component_getImplementationEnvironment component_getFactory -- cgit From 8b0e9caca9d9274ff0087abfec62720953d0e746 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 2 Aug 2011 02:50:36 +0200 Subject: convert xmlsecurity to gbuild --- xmlsecurity/util/exports_xsmscrypt.dxp | 1 - xmlsecurity/util/exports_xsnss.dxp | 1 - xmlsecurity/util/xsec_fw.dxp | 1 - xmlsecurity/util/xsecctl.flt | 19 ------------------- 4 files changed, 22 deletions(-) delete mode 100644 xmlsecurity/util/exports_xsmscrypt.dxp delete mode 100644 xmlsecurity/util/exports_xsnss.dxp delete mode 100644 xmlsecurity/util/xsec_fw.dxp delete mode 100644 xmlsecurity/util/xsecctl.flt (limited to 'xmlsecurity/util') diff --git a/xmlsecurity/util/exports_xsmscrypt.dxp b/xmlsecurity/util/exports_xsmscrypt.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/xmlsecurity/util/exports_xsmscrypt.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/xmlsecurity/util/exports_xsnss.dxp b/xmlsecurity/util/exports_xsnss.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/xmlsecurity/util/exports_xsnss.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/xmlsecurity/util/xsec_fw.dxp b/xmlsecurity/util/xsec_fw.dxp deleted file mode 100644 index 70033078921a..000000000000 --- a/xmlsecurity/util/xsec_fw.dxp +++ /dev/null @@ -1 +0,0 @@ -component_getFactory diff --git a/xmlsecurity/util/xsecctl.flt b/xmlsecurity/util/xsecctl.flt deleted file mode 100644 index 3e2aa3dba0b7..000000000000 --- a/xmlsecurity/util/xsecctl.flt +++ /dev/null @@ -1,19 +0,0 @@ -_CT? -??_5 -??_7 -??_8 -??_9 -??_C -??_E -??_F -??_G -??_H -??_I -__CT -_CTA -sXML_ -lcl -_Impl -WEP -LIBMAIN -LibMain -- cgit From 15f482b1e9aff47a366a1cb1666fb4aabea49912 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 18 Aug 2011 01:03:12 +0200 Subject: Add prefixes for some component_getFactory functions --- xmlsecurity/util/xmlsecurity.component | 2 +- xmlsecurity/util/xsec_fw.component | 2 +- xmlsecurity/util/xsec_xmlsec.component | 2 +- xmlsecurity/util/xsec_xmlsec.windows.component | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xmlsecurity/util') diff --git a/xmlsecurity/util/xmlsecurity.component b/xmlsecurity/util/xmlsecurity.component index b0759e937dab..335eeef69d66 100644 --- a/xmlsecurity/util/xmlsecurity.component +++ b/xmlsecurity/util/xmlsecurity.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/xmlsecurity/util/xsec_fw.component b/xmlsecurity/util/xsec_fw.component index eb9e3962a963..27a48795f058 100644 --- a/xmlsecurity/util/xsec_fw.component +++ b/xmlsecurity/util/xsec_fw.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/xmlsecurity/util/xsec_xmlsec.component b/xmlsecurity/util/xsec_xmlsec.component index df4c2a7b26ee..01d69bb61b5d 100644 --- a/xmlsecurity/util/xsec_xmlsec.component +++ b/xmlsecurity/util/xsec_xmlsec.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component index 7b4ef87a9480..cb877c20c6f4 100644 --- a/xmlsecurity/util/xsec_xmlsec.windows.component +++ b/xmlsecurity/util/xsec_xmlsec.windows.component @@ -26,7 +26,7 @@ * **********************************************************************--> - -- cgit