- Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
25 lines (21 loc) · 846 Bytes
/
Copy pathplugin.xml
File metadata and controls
25 lines (21 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" ?>
<!DOCTYPEplugin PUBLIC "-//JPF//Java Plug-in Manifest 1.0" "http://jpf.sourceforge.net/plugin_1_0.dtd">
<pluginid="localcopy"version="2.6">
<requires>
<importplugin-id="net.sf.jabref.core"/>
</requires>
<!-- Will load code and resources from the home folder -->
<runtime>
<librarytype="code"path="./"id="code"/>
<librarytype="resources"path="./"id="resouces"/>
</runtime>
<extensionid="LocalCopyPane"plugin-id="net.sf.jabref.core"
point-id="SidePanePlugin">
<parameterid="sidePanePlugin"
value="localcopy.LocalCopyPane" />
<parameterid="name"value="Local copy panel" />
<parameterid="description"
value="Automatically download a local copy of an article from the arXiv or from journal
homepages." />
</extension>
</plugin>