summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-08 21:21:48 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-09 16:16:50 +0200
commit772d15fb8ccdaa46fab0961712177baf915ed70d (patch)
tree298a37ddbf55a30d4078dd63cb55b58e40228cbf /postprocess
parent82d8a500448fd5a5ed77a90dfd2dd79163c7979d (diff)
create these rdbs directly in scripting
Change-Id: I8a44de06f9a16308a5ff82ad77d059e5dde544f9
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk33
1 files changed, 0 insertions, 33 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 92139ec25a13..4ced4c1317c8 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -412,36 +412,3 @@ $(MISC)/services.input : makefile.mk
'<list>$(my_components:^"<filename>":+".component</filename>")</list>' \
> $@
-.IF "$(ENABLE_SCRIPTING_BEANSHELL)" == "YES"
-ALLTAR : $(MISC)/scriptproviderforbeanshell.rdb
-
-$(MISC)/scriptproviderforbeanshell.rdb .ERRREMOVE : \
- $(SOLARENV)/bin/packcomponents.xslt \
- $(MISC)/scriptproviderforbeanshell.input \
- $(SOLARXMLDIR)/component/scripting/java/ScriptProviderForBeanShell.component
- $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
- $(SOLARENV)/bin/packcomponents.xslt \
- $(MISC)/scriptproviderforbeanshell.input
-
-$(MISC)/scriptproviderforbeanshell.input : makefile.mk
- echo \
- '<list><filename>component/scripting/java/ScriptProviderForBeanShell.component</filename></list>' \
- > $@
-.END
-
-.IF "$(ENABLE_SCRIPTING_JAVASCRIPT)" == "YES"
-ALLTAR : $(MISC)/scriptproviderforjavascript.rdb
-
-$(MISC)/scriptproviderforjavascript.rdb .ERRREMOVE : \
- $(SOLARENV)/bin/packcomponents.xslt \
- $(MISC)/scriptproviderforjavascript.input \
- $(SOLARXMLDIR)/component/scripting/java/ScriptProviderForJavaScript.component
- $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
- $(SOLARENV)/bin/packcomponents.xslt \
- $(MISC)/scriptproviderforjavascript.input
-
-$(MISC)/scriptproviderforjavascript.input : makefile.mk
- echo \
- '<list><filename>component/scripting/java/ScriptProviderForJavaScript.component</filename></list>' \
- > $@
-.END