Author: reinhard Date: Sun Feb 20 22:51:47 2005 New Revision: 154643 URL: http://svn.apache.org/viewcvs?view=rev&rev=154643 Log: set properties
Modified: cocoon/blocks/supported/authentication-fw/trunk/block.xml (props changed) cocoon/blocks/supported/authentication-fw/trunk/build.properties (contents, props changed) cocoon/blocks/supported/authentication-fw/trunk/build.xml (contents, props changed) Propchange: cocoon/blocks/supported/authentication-fw/trunk/block.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/blocks/supported/authentication-fw/trunk/block.xml ------------------------------------------------------------------------------ svn:keywords = id Modified: cocoon/blocks/supported/authentication-fw/trunk/build.properties URL: http://svn.apache.org/viewcvs/cocoon/blocks/supported/authentication-fw/trunk/build.properties?view=diff&r1=154642&r2=154643 ============================================================================== --- cocoon/blocks/supported/authentication-fw/trunk/build.properties (original) +++ cocoon/blocks/supported/authentication-fw/trunk/build.properties Sun Feb 20 22:51:47 2005 @@ -1,24 +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 --------------------------------------------------------------- +# 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 Propchange: cocoon/blocks/supported/authentication-fw/trunk/build.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/blocks/supported/authentication-fw/trunk/build.properties ------------------------------------------------------------------------------ svn:keywords = id Modified: cocoon/blocks/supported/authentication-fw/trunk/build.xml URL: http://svn.apache.org/viewcvs/cocoon/blocks/supported/authentication-fw/trunk/build.xml?view=diff&r1=154642&r2=154643 ============================================================================== --- cocoon/blocks/supported/authentication-fw/trunk/build.xml (original) +++ cocoon/blocks/supported/authentication-fw/trunk/build.xml Sun Feb 20 22:51:47 2005 @@ -1,25 +1,25 @@ -<!-- - 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. ---> -<project default="compile" name="Build authentication-fw block"> - <property name="blockbuilder.root" value="../../../../trunk/tools/block-builder"/> - <available file="${blockbuilder.root}" property="available.blockbuilder.root"/> - <fail unless="available.blockbuilder.root" message="Property blockbuilder.root has to be set!"/> - - <xslt in="block.xml" out="build/temp/build-by-xslt.xml" - style="${blockbuilder.root}/targets/block-descriptor2ant-script.xsl"/> - - <import file="build/temp/build-by-xslt.xml" optional="true"/> -</project> +<!-- + 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. +--> +<project default="compile" name="Build authentication-fw block"> + <property name="blockbuilder.root" value="../../../../trunk/tools/block-builder"/> + <available file="${blockbuilder.root}" property="available.blockbuilder.root"/> + <fail unless="available.blockbuilder.root" message="Property blockbuilder.root has to be set!"/> + + <xslt in="block.xml" out="build/temp/build-by-xslt.xml" + style="${blockbuilder.root}/targets/block-descriptor2ant-script.xsl"/> + + <import file="build/temp/build-by-xslt.xml" optional="true"/> +</project> Propchange: cocoon/blocks/supported/authentication-fw/trunk/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/blocks/supported/authentication-fw/trunk/build.xml ------------------------------------------------------------------------------ svn:keywords = id