-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
23 lines (20 loc) · 812 Bytes
/
plugin.xml
File metadata and controls
23 lines (20 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!-- The plugin.dtd file is located in the OXYGEN_INSATALL_DIR/plugins
directory -->
<!DOCTYPE plugin SYSTEM "../plugin.dtd">
<plugin
id="${project.groupId}.${project.artifactId}"
name="${project.name}"
description="Implementation of the TEI XPointer scheme and XPath function extensions"
version="${project.version}"
class="de.ulbms.scdh.oxygen.httpclient.HTTPClientPlugin"
classLoaderType="preferReferencedResources">
<runtime>
<!-- we use the global class loader to make the extension
functions available throughout in oxygen. -->
<librariesFolder name="lib" scope="global"/>
</runtime>
<extension
type="WorkspaceAccess"
class="de.ulbms.scdh.oxygen.httpclient.HTTPClientPluginExtension"/>
</plugin>