-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextensioninfo.xml
38 lines (28 loc) · 1.1 KB
/
extensioninfo.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<!--
[y] hybris Platform
Copyright (c) 2000-2012 hybris AG
All rights reserved.
This software is the confidential and proprietary information of hybris
("Confidential Information"). You shall not disclose such Confidential
Information and shall use it only in accordance with the terms of the
license agreement you entered into with hybris.
-->
<extensioninfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="extensioninfo.xsd">
<extension name="firefly"
abstractclassprefix="Generated"
classprefix="Firefly"
managername="FireflyManager"
managersuperclass="de.hybris.platform.jalo.extension.Extension"
description="Firefly Change Management"
>
<coremodule packageroot="de.neuland.firefly"
manager="de.neuland.firefly.jalo.FireflyManager"
generated="true"
/>
<webmodule jspcompile="false"
webroot="/firefly"
/>
<hmcmodule extensionclassname="de.neuland.firefly.hmc.FireflyHMCExtension"/>
</extension>
</extensioninfo>