-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.xml
More file actions
23 lines (18 loc) · 924 Bytes
/
plugin.xml
File metadata and controls
23 lines (18 loc) · 924 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="web-author-side-by-side-editors"
name="web-author-side-by-side-editors"
description="Side by side oXygen XML Web Author preview editors."
version="${project.nosnapshot.version}"
vendor="Syncro Soft">
<runtime>
<librariesFolder name="lib" />
<library name="target/classes" />
<librariesFolder name="target/lib" />
</runtime>
<!-- You can access static files at XML_WEB_AUTHOR/plugin-resources/web-author-side-by-side-editors/ -->
<extension type="WebappStaticResourcesFolder" path="web/static/" href="web-author-side-by-side-editors"/>
<extension type="WebappCSSResource" href="web/static/custom.css"/>
<extension type="AuthorStylesheet" href="web/static/side-by-side-author-stylesheet.css"/>
</plugin>