Author: reinhard Date: Sun Feb 20 10:09:41 2005 New Revision: 154549 URL: http://svn.apache.org/viewcvs?view=rev&rev=154549 Log: metadata and build files
Added: cocoon/blocks/supported/authentication-fw/trunk/block.xml cocoon/blocks/supported/authentication-fw/trunk/build.properties Added: cocoon/blocks/supported/authentication-fw/trunk/block.xml URL: http://svn.apache.org/viewcvs/cocoon/blocks/supported/authentication-fw/trunk/block.xml?view=auto&rev=154549 ============================================================================== --- cocoon/blocks/supported/authentication-fw/trunk/block.xml (added) +++ cocoon/blocks/supported/authentication-fw/trunk/block.xml Sun Feb 20 10:09:41 2005 @@ -0,0 +1,39 @@ +<?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" + id="http://apache.org/cocoon/autentication-fw/1.0"> + + <name short="authentication-fw" version="1.0">Authentication Framework</name> + <author href="http://cocoon.apache.org">Cocoon Community</author> + <license href="http://www.apache.org/LICENSE-2.0/">Apache Software License 2.0</license> + + <requirements> + <requires + block="http://apache.org/cocoon/session-fw/1.0" + name="session-fw" + /> + </requirements> + + <libraries> + <lib id="avalon-framework-api" location="core"/> + <lib id="avalon-framework-impl" location="core"/> + <lib id="excalibur-xmlutil" location="core"/> + <lib id="excalibur-pool" location="core"/> + <lib id="excalibur-sourceresolve" location="core"/> + </libraries> + + </block> \ No newline at end of file Added: cocoon/blocks/supported/authentication-fw/trunk/build.properties URL: http://svn.apache.org/viewcvs/cocoon/blocks/supported/authentication-fw/trunk/build.properties?view=auto&rev=154549 ============================================================================== --- cocoon/blocks/supported/authentication-fw/trunk/build.properties (added) +++ cocoon/blocks/supported/authentication-fw/trunk/build.properties Sun Feb 20 10:09:41 2005 @@ -0,0 +1,24 @@ +# 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. +# +#---------------------------------------------- +# Build Properties +#---------------------------------------------- + +# ---- References -------------------------------------------------------------- +root.core=../../../../trunk +root.block.session-fw=../../session-fw/trunk + +# ---- Libraries --------------------------------------------------------------- +lib.core.dir=../../../../trunk/lib \ No newline at end of file