The following patches correct the build files in the
planet/facilities/http/blocks directory that incorrectly declare the
generated blocks as embedded.
Steve.
Index: planet/facilities/http/blocks/context/build.xml
===================================================================
--- planet/facilities/http/blocks/context/build.xml (revision 36764)
+++ planet/facilities/http/blocks/context/build.xml (working copy)
@@ -7,7 +7,7 @@
<import file="${project.system}/build/standard.xml"/>
<target name="build" depends="standard.build">
- <x:block name="default-context" embed="MAIN">
+ <x:block name="default-context">
<x:component name="context"
class="org.apache.avalon.http.impl.HttpContextImpl" />
<x:component name="security-handler"
class="org.apache.avalon.http.impl.SecurityHan
Index: planet/facilities/http/blocks/hash-form/build.xml
===================================================================
--- planet/facilities/http/blocks/hash-form/build.xml (revision 36764)
+++ planet/facilities/http/blocks/hash-form/build.xml (working copy)
@@ -7,7 +7,7 @@
<import file="${project.system}/build/standard.xml"/>
<target name="build" depends="standard.build">
- <x:block name="hash-form-auth" embed="MAIN" >
+ <x:block name="hash-form-auth">
<x:component name="realm"
class="org.apache.avalon.http.impl.HashUserRealm" >
<x:parameters>
<x:parameter name="name" value="default" />
Index: planet/facilities/http/blocks/hash-digest/build.xml
===================================================================
--- planet/facilities/http/blocks/hash-digest/build.xml (revision 36764)
+++ planet/facilities/http/blocks/hash-digest/build.xml (working copy)
@@ -7,7 +7,7 @@
<import file="${project.system}/build/standard.xml"/>
<target name="build" depends="standard.build">
- <x:block name="hash-digest-auth" embed="MAIN" >
+ <x:block name="hash-digest-auth">
<x:component name="realm"
class="org.apache.avalon.http.impl.HashUserRealm" >
<x:parameters>
<x:parameter name="name" value="default" />
Index: planet/facilities/http/blocks/hash-basic/build.xml
===================================================================
--- planet/facilities/http/blocks/hash-basic/build.xml (revision 36764)
+++ planet/facilities/http/blocks/hash-basic/build.xml (working copy)
@@ -7,7 +7,7 @@
<import file="${project.system}/build/standard.xml"/>
<target name="build" depends="standard.build">
- <x:block name="hash-basic-auth" embed="MAIN" >
+ <x:block name="hash-basic-auth">
<x:component name="realm"
class="org.apache.avalon.http.impl.HashUserRealm" >
<x:parameters>
<x:parameter name="name" value="default" />
Index: planet/facilities/http/blocks/hash-clientcert/build.xml
===================================================================
--- planet/facilities/http/blocks/hash-clientcert/build.xml
(revision 36764)
+++ planet/facilities/http/blocks/hash-clientcert/build.xml (working
copy)
@@ -7,7 +7,7 @@
<import file="${project.system}/build/standard.xml"/>
<target name="build" depends="standard.build">
- <x:block name="hash-clientcert-auth" embed="MAIN" >
+ <x:block name="hash-clientcert-auth">
<x:component name="realm"
class="org.apache.avalon.http.impl.HashUserRealm" >
<x:parameters>
<x:parameter name="name" value="default" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]