updated with license name/url and provider-url
[jnode:svn-mirror.git] / shell / descriptors / org.beanshell.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plugin SYSTEM "jnode.dtd">
3
4 <plugin id="org.beanshell"
5     name="Beanshell classes"
6     version="1.0"
7     provider-name="beanshell.org"
8     provider-url="http://www.beanshell.org"
9     license-name="lgpl">
10
11     <runtime>
12         <library name="beanshell.jar">
13             <export name="*"/>
14         </library>
15     </runtime>
16
17 </plugin>