1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
3 |
Copyright 2008 Hippo |
4 |
|
5 |
Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
you may not use this file except in compliance with the License. |
7 |
You may obtain a copy of the License at |
8 |
|
9 |
http://www.apache.org/licenses/LICENSE-2.0 |
10 |
|
11 |
Unless required by applicable law or agreed to in writing, software |
12 |
distributed under the License is distributed on an "AS IS" |
13 |
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
See the License for the specific language governing permissions and |
15 |
limitations under the License. |
16 |
--> |
17 |
<widget xmlns="http://www.w3.org/ns/widgets" |
18 |
id="http://www.onehippo.org/collab/widgets/related-docs" |
19 |
version="${project.version}" |
20 |
height="200" |
21 |
width="600"> |
22 |
<name>RelatedDocuments</name> |
23 |
<preference name="liveContentServiceBaseUri" value="${restful.contentservice.base.uri.live}" /> |
24 |
<preference name="previewContentServiceBaseUri" value="${restful.contentservice.base.uri.preview}" /> |
25 |
<preference name="liveWorkflowServiceBaseUri" value="${restful.workflowservice.base.uri.live}" /> |
26 |
<preference name="previewWorkflowServiceBaseUri" value="${restful.workflowservice.base.uri.preview}" /> |
27 |
<description>Related Documents</description> |
28 |
<icon src="icon.png"/> |
29 |
<content src="index.html"/> |
30 |
<author>Hippo</author> |
31 |
<license> |
32 |
|
33 |
Copyright 2008 Hippo |
34 |
|
35 |
Licensed under the Apache License, Version 2.0 (the "License"); |
36 |
you may not use this file except in compliance with the License. |
37 |
You may obtain a copy of the License at |
38 |
|
39 |
http://www.apache.org/licenses/LICENSE-2.0 |
40 |
|
41 |
Unless required by applicable law or agreed to in writing, software |
42 |
distributed under the License is distributed on an "AS IS" |
43 |
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
44 |
See the License for the specific language governing permissions and |
45 |
limitations under the License. |
46 |
</license> |
47 |
</widget> |