Author: reinhard Date: Sun Nov 7 13:56:55 2004 New Revision: 56870 Modified: cocoon/whiteboard/block-deployer/mapping/sample-block.xml cocoon/whiteboard/block-deployer/mapping/sample-deploy.xml Log: wrong content in files - had to be exchanged
Modified: cocoon/whiteboard/block-deployer/mapping/sample-block.xml ============================================================================== --- cocoon/whiteboard/block-deployer/mapping/sample-block.xml (original) +++ cocoon/whiteboard/block-deployer/mapping/sample-block.xml Sun Nov 7 13:56:55 2004 @@ -14,14 +14,58 @@ See the License for the specific language governing permissions and limitations under the License. --> -<deploy> - <locators> - <locator>C:\myDirectory</locator> - <locator>F:\anotherDirectory</locator> - </locators> - <cocoon-root version="2.2">E:\blblbl</cocoon-root> - <install> - <block id="http://mycompany.com/webmail/1.3.43" auto-resolve="true"/> - <block id="http://mycompany.com/myblock/1.3.43" auto-resolve="false"/> - </install> -</deploy> \ No newline at end of file +<block xmlns="http://apache.org/cocoon/blocks/cob/1.0" + id="http://mycompany.com/webmail/1.3.43"> + + <!-- sample block.xml --> + + <!-- MANDATORY --> + + <name>Super Webmail</name> + <description href="http://www.mycompany.com/products/webmail/">This is a super webmail block with amazing functionalities</description> + <license href="http://www.mycompany.com/license/1.3">BSD License</license> + <author href="http://www.mycompany.com/">MyCompany Inc.</author> + <sitemap src="/webmail.xmap"/> + + <!-- OPTIONAL --> + + <requirements> + <requires + block="http://mycompany.com/skin" + name="external-skin" + /> + <requires + block="http://mycompany.com/skin/2.0" + name="internal-skin" + /> + <requires + block="http://anothercompany.com/MailRepository/2.0" + name="repository"> + <uses component="com.anothercompany.repository.Repository" + name="repository" + /> + </requires> + </requirements> + + <properties> + <property name="database.user"> + <default>saa</default> + <description>the database user ö</description> + <test>test</test> + </property> + + <property name="database.user1"> + <default>sa1</default> + <description>the database user</description> + <test>test</test> + </property> + + </properties> + + <implements block="http://mycompany.com/skin/1.2"/> + + <extends block="http://yetanothercompany.com/skins/fancy/1.2.2"/> + + <provides component="http://anothercompany.repository.Repository"/> + +</block> Modified: cocoon/whiteboard/block-deployer/mapping/sample-deploy.xml ============================================================================== --- cocoon/whiteboard/block-deployer/mapping/sample-deploy.xml (original) +++ cocoon/whiteboard/block-deployer/mapping/sample-deploy.xml Sun Nov 7 13:56:55 2004 @@ -14,58 +14,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<block xmlns="http://apache.org/cocoon/blocks/cob/1.0" - id="http://mycompany.com/webmail/1.3.43"> - - <!-- sample block.xml --> - - <!-- MANDATORY --> - - <name>Super Webmail</name> - <description href="http://www.mycompany.com/products/webmail/">This is a super webmail block with amazing functionalities</description> - <license href="http://www.mycompany.com/license/1.3">BSD License</license> - <author href="http://www.mycompany.com/">MyCompany Inc.</author> - <sitemap src="/webmail.xmap"/> - - <!-- OPTIONAL --> - - <requirements> - <requires - block="http://mycompany.com/skin" - name="external-skin" - /> - <requires - block="http://mycompany.com/skin/2.0" - name="internal-skin" - /> - <requires - block="http://anothercompany.com/MailRepository/2.0" - name="repository"> - <uses component="com.anothercompany.repository.Repository" - name="repository" - /> - </requires> - </requirements> - - <properties> - <property name="database.user"> - <default>saa</default> - <description>the database user ö</description> - <test>test</test> - </property> - - <property name="database.user1"> - <default>sa1</default> - <description>the database user</description> - <test>test</test> - </property> - - </properties> - - <implements block="http://mycompany.com/skin/1.2"/> - - <extends block="http://yetanothercompany.com/skins/fancy/1.2.2"/> - - <provides component="http://anothercompany.repository.Repository"/> - -</block> +<deploy> + <locators> + <locator>C:\myDirectory</locator> + <locator>F:\anotherDirectory</locator> + </locators> + <cocoon-root version="2.2">E:\blblb</cocoon-root> + <install> + <block id="http://mycompany.com/webmail/1.3.43" auto-resolve="true"/> + <block id="http://mycompany.com/myblock/1.3.43" auto-resolve="false"/> + </install> +</deploy> \ No newline at end of file