summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-03-05 12:07:41 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-03-05 12:07:41 +0000
commit14285306029285c99b14c2d2517d1b6bc0b78066 (patch)
tree9c91a0c53c00afeefe357e5f75c3089d2de9703a /scripting/examples/beanshell
parent83d6020311c323a117224950cd0faa38cda0912b (diff)
IssueZilla 12056 - clean up example parcel-descriptor.xml files
Diffstat (limited to 'scripting/examples/beanshell')
-rw-r--r--scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml b/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
index 79b657e8c514..5c2ff6c182c8 100644
--- a/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
+++ b/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<parcel xmlns:parcel="scripting.dtd">
+<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
<script language="BeanShell">
<locale lang="en">
@@ -11,8 +11,6 @@
</locale>
<functionname value="interactive.bsh"/>
<logicalname value="Interactive.BeanShell"/>
- <languagedepprops>
- </languagedepprops>
</script>
</parcel>