hlship 2004/06/10 07:20:50 Modified: . status.xml forrest.properties Log: HIVEMIND-4: Enhance logging of exceptions when setting a service property to a contribution Revision Changes Path 1.5 +3 -0 jakarta-hivemind/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/status.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- status.xml 9 Jun 2004 14:58:17 -0000 1.4 +++ status.xml 10 Jun 2004 14:20:50 -0000 1.5 @@ -49,6 +49,9 @@ <action type="add" dev="HLS">Added the <code>hivemind.lib.PipelineFactory</code> and related code, schemas, tests and documentation. </action> + <action type="fix" dev="HLS" fixes-bug="HIVEMIND-4"> + Enhance logging of exceptions when setting a service property to a contribution + </action> </release> </changes> </status> 1.2 +16 -2 jakarta-hivemind/forrest.properties Index: forrest.properties =================================================================== RCS file: /home/cvs/jakarta-hivemind/forrest.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- forrest.properties 25 May 2004 22:31:41 -0000 1.1 +++ forrest.properties 10 Jun 2004 14:20:50 -0000 1.2 @@ -1,4 +1,17 @@ -# +# +# Copyright 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.name=HiveMind project.build-dir=${project.home}/target/forrest @@ -7,4 +20,5 @@ project.content-dir=target/forrest-composite forrest.echo=on -project.debuglevel=DEBUG \ No newline at end of file +project.debuglevel=DEBUG +project.bugtracking-url=http://nagoya.apache.org/jira/browse/ \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]