diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-03-05 12:07:41 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-03-05 12:07:41 +0000 |
commit | 758a1ffdc00a5426428bc907b35ae87ee8f49266 (patch) | |
tree | 4fe185c9c666ea14d6cd2af1143c59e2fb087294 /scripting/examples/beanshell | |
parent | 4631fbd23c0456bf9e7e5cf57f895f4c038a7585 (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.xml | 4 |
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 79b657e8c5..5c2ff6c182 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> |