hlship      2005/03/01 12:40:10

  Modified:    .        .classpath status.xml
               library  build.xml
               framework build.xml
               src/documentation/content/xdocs dependencies.xml
               examples build.xml
  Log:
  Upgrade Groovy support to 1.0-beta-10.
  
  Revision  Changes    Path
  1.50      +1 -1      jakarta-hivemind/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/.classpath,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- .classpath        28 Feb 2005 12:42:01 -0000      1.49
  +++ .classpath        1 Mar 2005 20:40:10 -0000       1.50
  @@ -24,7 +24,7 @@
        <classpathentry kind="lib" 
path="ext-package/lib/spring-full-1.0.1.jar"/>
        <classpathentry kind="lib" path="ext-package/lib/junit-3.8.1.jar"/>
        <classpathentry kind="lib" path="ext-package/lib/jboss-j2ee-3.2.1.jar"/>
  -     <classpathentry kind="lib" 
path="ext-package/lib/groovy-all-1.0-beta-9.jar"/>
  +     <classpathentry kind="lib" 
path="ext-package/lib/groovy-all-1.0-beta-10.jar"/>
        <classpathentry kind="lib" path="ext-package/lib/cglib-full-2.0.1.jar"/>
        <classpathentry kind="lib" 
path="ext-package/lib/easymockclassextension-1.1.jar"/>
        <classpathentry kind="lib" path="ext-package/lib/aopalliance-1.0.jar"/>
  
  
  
  1.110     +1 -0      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- status.xml        28 Feb 2005 13:13:54 -0000      1.109
  +++ status.xml        1 Mar 2005 20:40:10 -0000       1.110
  @@ -33,6 +33,7 @@
       <release version="1.1-alpha-3" date="unreleased">
         <action type="fix" dev="JC" fixes-bug="HIVEMIND-96" >Interceptors can 
now be ordered by name rather than interceptor factory id.</action>
         <action type="fix" dev="JC" fixes-bug="HIVEMIND-45" >Created a 
ServiceInterceptorFactory supporting AOP Alliance MethodInterceptors.</action>
  +      <action type="update" dev="HLS"> Upgrade Groovy to 1.0-beta-10. 
</action>
       </release>
       <release version="1.1-alpha-2" date="Feb 23 2005">
         <action type="update" dev="HLS"> Better, prettier HiveDoc. </action>
  
  
  
  1.17      +3 -6      jakarta-hivemind/library/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 28 Feb 2005 12:42:05 -0000      1.16
  +++ build.xml 1 Mar 2005 20:40:10 -0000       1.17
  @@ -25,7 +25,7 @@
        <import file="${hivebuild.dir}/javadoc-report.xml"/>    
        <import file="${hivebuild.dir}/clover-report.xml"/>
                
  -     <target name="compile">
  +     <target name="compile-dependencies">
       
       <!-- Not compiled with compatibility to JDK 1.3
         
  @@ -34,12 +34,11 @@
       <!-- Dammit, just need access to javax.ejb -->
       
       <ibiblio-dependency artifact="jboss-j2ee" version="3.2.1" group="jboss"/>
  -    
  -    
  +        
                <ibiblio-dependency artifact="spring-full" version="1.0.1" 
group="springframework"/>
                <ibiblio-dependency artifact="commons-logging" version="1.0.3" 
group="commons-logging"/>
                
  -             <ibiblio-dependency artifact="groovy-all" version="1.0-beta-9" 
group="groovy"/>
  +             <ibiblio-dependency artifact="groovy-all" version="1.0-beta-10" 
group="groovy"/>
   
                <ibiblio-dependency artifact="log4j" version="1.2.7" 
group="log4j" use="test"/>                         
                <ibiblio-dependency artifact="javassist" 
version="${javassist.version}" group="javassist" use="test"/>
  @@ -48,8 +47,6 @@
                <ibiblio-dependency artifact="easymock" version="1.1" 
group="easymock" use="test"/>
                <ibiblio-dependency artifact="aopalliance" version="1.0" 
group="aopalliance" />
                <project-dependency artifact="hivemind"/>
  -             
  -             <default-compile/>
        </target>
        
        <target name="run-reports">
  
  
  
  1.19      +1 -2      jakarta-hivemind/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 21 Dec 2004 09:43:47 -0000      1.18
  +++ build.xml 1 Mar 2005 20:40:10 -0000       1.19
  @@ -26,7 +26,7 @@
        <import file="${hivebuild.dir}/javadoc-report.xml"/>
        <import file="${hivebuild.dir}/clover-report.xml"/>
     
  -  <target name="compile">
  +  <target name="compile-dependencies">
       <ibiblio-dependency artifact="commons-logging" version="1.0.3" 
group="commons-logging"/>
       <ibiblio-dependency artifact="javassist" version="${javassist.version}" 
group="javassist"/>
       <ibiblio-dependency artifact="servletapi" version="2.3" 
group="servletapi"/>
  @@ -36,7 +36,6 @@
       <ibiblio-dependency artifact="easymockclassextension" version="1.1" 
group="easymock"/>
       <ibiblio-dependency artifact="cglib-full" version="2.0.1" group="cglib" 
/>
       <ibiblio-dependency artifact="junit" version="3.8.1" group="junit"/>
  -    <default-compile/>
     </target>
     
        
  
  
  
  1.11      +1 -1      
jakarta-hivemind/src/documentation/content/xdocs/dependencies.xml
  
  Index: dependencies.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/dependencies.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- dependencies.xml  1 Feb 2005 11:59:01 -0000       1.10
  +++ dependencies.xml  1 Mar 2005 20:40:10 -0000       1.11
  @@ -58,7 +58,7 @@
         <td>Only needed by &api.HiveMindTestCase;, which exists as the basis 
for your own tests.</td>
       </tr>
       <tr>
  -      <td>groovy-all-1.0-beta-9.jar</td>
  +      <td>groovy-all-1.0-beta-10.jar</td>
         <td>&Groovy;</td>
         <td>Used by the &api.GroovyModuleDescriptorProvider; to support Groovy 
module descriptors.</td>
       </tr>
  
  
  
  1.13      +1 -3      jakarta-hivemind/examples/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/examples/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 1 Feb 2005 09:01:36 -0000       1.12
  +++ build.xml 1 Mar 2005 20:40:10 -0000       1.13
  @@ -48,7 +48,7 @@
        <fileset dir="${ant.home}/lib" includes="*.jar"/>
     </path>
     
  -  <target name="compile">
  +  <target name="compile-dependencies">
       <ibiblio-dependency artifact="geronimo-spec-ejb" version="1.0-M1" 
group="geronimo-spec"/>
       <ibiblio-dependency artifact="spring-full" version="1.0.1" 
group="springframework"/>
       <ibiblio-dependency artifact="commons-logging" version="1.0.3" 
group="commons-logging"/>
  @@ -58,8 +58,6 @@
       <ibiblio-dependency artifact="easymock" version="1.1" group="easymock" 
use="test"/>
       
       <project-dependency artifact="hivemind"/>
  -    
  -    <default-compile/>
     </target>
     
     <target name="run-reports">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to