You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/07/20 19:27:16 UTC

cvs commit: jakarta-hivemind .classpath build.xml status.xml

hlship      2004/07/20 10:27:16

  Modified:    library/src/conf log4j.properties
               .        .classpath build.xml status.xml
  Log:
  Add a new module containing example code.
  
  Revision  Changes    Path
  1.3       +16 -2     jakarta-hivemind/library/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/src/conf/log4j.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log4j.properties	7 Apr 2004 15:18:12 -0000	1.2
  +++ log4j.properties	20 Jul 2004 17:27:16 -0000	1.3
  @@ -1,4 +1,18 @@
  -# $Id$
  +#
  +# 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.
  +
   log4j.rootCategory=WARN, A1
   
   # A1 is set to be a ConsoleAppender. 
  @@ -8,4 +22,4 @@
   log4j.appender.A1.layout=org.apache.log4j.PatternLayout
   log4j.appender.A1.layout.ConversionPattern=%l %c{1} [%p] %m%n
   
  -#log4j.category.org.apache.commons.hivemind=debug
  +
  
  
  
  1.31      +4 -0      jakarta-hivemind/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/.classpath,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- .classpath	1 Jun 2004 14:17:46 -0000	1.30
  +++ .classpath	20 Jul 2004 17:27:16 -0000	1.31
  @@ -11,6 +11,10 @@
       <classpathentry kind="src" output="library/target/eclipse-classes" path="library/src/descriptor"/>
       <classpathentry kind="src" output="framework/target/eclipse-classes" path="framework/src/descriptor"/>
       <classpathentry kind="src" output="framework/target/eclipse-classes" path="framework/target/generated-java"/>
  +    <classpathentry kind="src" output="examples/target/eclipse-classes" path="examples/src/java"/>
  +    <classpathentry kind="src"
  +        output="examples/target/eclipse-test-classes" path="examples/src/test"/>
  +    <classpathentry kind="src" output="examples/target/eclipse-classes" path="examples/src/descriptor"/>
       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
       <classpathentry kind="lib" path="ext-package/lib/commons-logging-1.0.3.jar"/>
       <classpathentry kind="lib" path="ext-package/lib/easymock-1.1.jar"/>
  
  
  
  1.9       +1 -1      jakarta-hivemind/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	11 Jul 2004 17:14:43 -0000	1.8
  +++ build.xml	20 Jul 2004 17:27:16 -0000	1.9
  @@ -21,7 +21,7 @@
   	     
   	<filelist id="project.modules" 
   		dir="."
  -		files="framework/build.xml library/build.xml"/>
  +		files="framework/build.xml library/build.xml examples/build.xml"/>
   
   	<import file="hivebuild/project.xml"/>
     
  
  
  
  1.28      +8 -0      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- status.xml	18 Jul 2004 14:43:12 -0000	1.27
  +++ status.xml	20 Jul 2004 17:27:16 -0000	1.28
  @@ -66,6 +66,14 @@
         <action type="update" dev="HLS" fixes-bug="HIVEMIND-22">
           Extend the BuilderFactory to autowire services.
         </action>
  +      <action type="add" dev="HLS">
  +        Added a new module that contains HiveMind example code.
  +      </action>
  +      <action type="update" dev="HLS">
  +        Fixed some latent bugs related to submodules inside the constructRegistry task.
  +        Made some more improvements to the hivebuild scripts.
  +      </action> 
  +     
       </release>
     
       <release version="1.0-beta-1" date="Jun 26 2004">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org