blob: 01f8667730e670ccdbc880c078d3e958ea62cc9d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 1999-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<block xmlns="http://apache.org/cocoon/blocks/cob/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://apache.org/cocoon/blocks/cob/1.0 cob-schema-1.0.xsd"
id="http://cocoon.apache.org/blocks/anyblock/1.0">
<name>anyblock</name>
<description href="http://cocoon.apache.org/blocks/anyblock/1.0">
A block based on the Apache Cocoon portal
</description>
<state
href="http://cocoon.apache.org/blocks/anyblock/1.0/state.html"
community="committed"
interfaces="unstable"
implementation="stable"/>
<license href="http://www.apache.org/licenses/">Apache License 2.0</license>
<author href="http://cocoon.apache.org">Apache Cocoon community</author>
<sitemap src="sitemap.xmap"/>
<properties>
<property name="mailserver">
<default>localhost</default>
<description>The IP adress or the DNS name of a server that can send mails.</description>
</property>
<property name="foo">
<description>bar</description>
</property>
</properties>
<requirements>
<requires
interface="http://cocoon.apache.org/interface/portal/1.0"
name="portal"
default="http://cocoon.apache.org/blocks/portal/1.0.2"
/>
</requirements>
<extends block="http://cocoon.apache.org/blocks/another-block/1.0"/>
<implements>
<interface id="http://cocoon.apache.org/interface/bla/1.0"/>
</implements>
</block>