mcconnell    2004/01/11 17:12:11

  Modified:    merlin   Tag: RELEASE_3-2-3-BIS INSTALL.TXT maven.xml
                        platform.xml project.xml
               merlin/activation/impl Tag: RELEASE_3-2-3-BIS project.xml
               
merlin/activation/impl/src/java/org/apache/avalon/activation/appliance/impl
                        Tag: RELEASE_3-2-3-BIS CompositeBlock.java
               merlin/kernel/cli Tag: RELEASE_3-2-3-BIS project.xml
               merlin/kernel/impl Tag: RELEASE_3-2-3-BIS project.xml
               merlin/kernel/plugin Tag: RELEASE_3-2-3-BIS project.xml
               merlin/kernel/servlet Tag: RELEASE_3-2-3-BIS project.xml
               merlin/kernel/unit Tag: RELEASE_3-2-3-BIS project.xml
               merlin/platform/src/bin Tag: RELEASE_3-2-3-BIS merlin
                        merlin-server.sh merlin.bat merlin.sh merlinx.bat
                        merlinx.sh
               merlin/platform/src/bin/nt Tag: RELEASE_3-2-3-BIS
                        wrapper.conf
               merlin/platform/tutorials/hello Tag: RELEASE_3-2-3-BIS
                        project.xml
               merlin/platform/tutorials/parameterization Tag:
                        RELEASE_3-2-3-BIS project.xml
               merlin/platform/xdocs/starting/installation/3.2 Tag:
                        RELEASE_3-2-3-BIS binary.xml
  Log:
  Fix java.lang.Object redirection error in composite block handling (reposrted by 
Timothy Bennett).  Bumped activation impl version and dependants.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.4.1   +2 -2      avalon/merlin/INSTALL.TXT
  
  Index: INSTALL.TXT
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/INSTALL.TXT,v
  retrieving revision 1.5
  retrieving revision 1.5.4.1
  diff -u -r1.5 -r1.5.4.1
  --- INSTALL.TXT       1 Jan 2004 23:34:45 -0000       1.5
  +++ INSTALL.TXT       12 Jan 2004 01:12:10 -0000      1.5.4.1
  @@ -17,7 +17,7 @@
       INSTALL.TXT
     /plugins
       avalon-meta-plugin-1.3.1.jar
  -    merlin-plugin-3.2.3-dev.jar
  +    merlin-plugin-3.2.5.jar
   
   
   Installing Merlin.
  @@ -69,7 +69,7 @@
   directory (${maven.home.local}\plugins).
   
     [YOUR-MAVEN-HOME]\plugins\avalon-meta-plugin-1.3.1.jar
  -  [YOUR-MAVEN-HOME]\plugins\merlin-plugin-3.2.3-dev.jar
  +  [YOUR-MAVEN-HOME]\plugins\merlin-plugin-3.2.5.jar
   
   Please note that if you are upgrading an existing installation you must
   delete the following two directories:
  
  
  
  1.31.4.2  +2 -2      avalon/merlin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/maven.xml,v
  retrieving revision 1.31.4.1
  retrieving revision 1.31.4.2
  diff -u -r1.31.4.1 -r1.31.4.2
  --- maven.xml 9 Jan 2004 15:07:57 -0000       1.31.4.1
  +++ maven.xml 12 Jan 2004 01:12:10 -0000      1.31.4.2
  @@ -2,10 +2,10 @@
   
     <maven:snapshot project="${pom}"/>
   
  -  <ant:property name="merlin.cli.jar" value="merlin-cli-3.2.3.jar"/>
  +  <ant:property name="merlin.cli.jar" value="merlin-cli-3.2.4.jar"/>
     <ant:property name="avalon.plugin.jar" value="avalon-plugin-1.0.jar"/>
     <ant:property name="meta.plugin.jar" value="avalon-meta-plugin-1.3.1.jar"/>
  -  <ant:property name="merlin.plugin.jar" value="merlin-plugin-3.2.4.jar"/>
  +  <ant:property name="merlin.plugin.jar" value="merlin-plugin-3.2.5.jar"/>
   
     <ant:property file="project.properties"/>
     <ant:property name="maven.docs.src" value="${basedir}/platform/xdocs"/>
  
  
  
  1.20.4.3  +2 -2      avalon/merlin/platform.xml
  
  Index: platform.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform.xml,v
  retrieving revision 1.20.4.2
  retrieving revision 1.20.4.3
  diff -u -r1.20.4.2 -r1.20.4.3
  --- platform.xml      9 Jan 2004 21:16:13 -0000       1.20.4.2
  +++ platform.xml      12 Jan 2004 01:12:10 -0000      1.20.4.3
  @@ -33,7 +33,7 @@
       <dependency>
         <groupId>merlin</groupId>
         <artifactId>merlin-impl</artifactId>
  -      <version>3.2.3</version>
  +      <version>3.2.4</version>
       </dependency>
   
       <!-- avalon dependecies -->
  @@ -135,7 +135,7 @@
       <dependency>
         <groupId>avalon-activation</groupId>
         <artifactId>avalon-activation-impl</artifactId>
  -      <version>1.2.5</version>
  +      <version>1.2.6</version>
       </dependency>
   
       <dependency>
  
  
  
  1.18.4.3  +1 -1      avalon/merlin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/project.xml,v
  retrieving revision 1.18.4.2
  retrieving revision 1.18.4.3
  diff -u -r1.18.4.2 -r1.18.4.3
  --- project.xml       9 Jan 2004 21:17:53 -0000       1.18.4.2
  +++ project.xml       12 Jan 2004 01:12:10 -0000      1.18.4.3
  @@ -6,7 +6,7 @@
     <groupId>merlin</groupId>
     <id>merlin</id>
     <name>Avalon Merlin</name>
  -  <currentVersion>3.2.4-bis</currentVersion>
  +  <currentVersion>3.2.5</currentVersion>
   
     <organization>
       <name>Apache Software Foundation</name>
  
  
  
  No                   revision
  No                   revision
  1.13.4.2  +1 -1      avalon/merlin/activation/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/activation/impl/project.xml,v
  retrieving revision 1.13.4.1
  retrieving revision 1.13.4.2
  diff -u -r1.13.4.1 -r1.13.4.2
  --- project.xml       9 Jan 2004 15:07:58 -0000       1.13.4.1
  +++ project.xml       12 Jan 2004 01:12:10 -0000      1.13.4.2
  @@ -8,7 +8,7 @@
     <id>avalon-activation-impl</id>
     <name>Avalon Activation Framework</name>
     <package>org.apache.avalon.activation</package>
  -  <currentVersion>1.2.5</currentVersion>
  +  <currentVersion>1.2.6</currentVersion>
   
     <inceptionYear>2002</inceptionYear>
     <shortDescription>Runtime activation framework.</shortDescription>
  
  
  
  No                   revision
  No                   revision
  1.2.4.2   +1 -25     
avalon/merlin/activation/impl/src/java/org/apache/avalon/activation/appliance/impl/CompositeBlock.java
  
  Index: CompositeBlock.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/merlin/activation/impl/src/java/org/apache/avalon/activation/appliance/impl/CompositeBlock.java,v
  retrieving revision 1.2.4.1
  retrieving revision 1.2.4.2
  diff -u -r1.2.4.1 -r1.2.4.2
  --- CompositeBlock.java       9 Jan 2004 15:07:58 -0000       1.2.4.1
  +++ CompositeBlock.java       12 Jan 2004 01:12:11 -0000      1.2.4.2
  @@ -238,30 +238,6 @@
               if( proxy == null ) throw new NullPointerException( "proxy" );
               if( method == null ) throw new NullPointerException( "method" );
   
  -            //
  -            // if the invocation is against java.lang.Object then
  -            // delegate the operation to the block
  -            //
  -
  -            if( method.getDeclaringClass().equals( java.lang.Object.class ) )
  -            {
  -                m_logger.debug( "invocation: " +  method.getName() );
  -                try
  -                {
  -                    return method.invoke( m_block, args );
  -                }
  -                catch( InvocationTargetException e )
  -                {
  -                    final String error = 
  -                      "Unexpected delegation error on java.lang.Object";
  -                    throw new ApplianceException( error, e.getTargetException() );
  -                }
  -            }
  -
  -            //
  -            // otherwise we are delegating to an implementation component
  -            //
  -
               final ContainmentModel model = m_context.getContainmentModel();
               ServiceDirective service = 
                 model.getExportDirective( method.getDeclaringClass() );
  
  
  
  No                   revision
  No                   revision
  1.4.4.2   +1 -1      avalon/merlin/kernel/cli/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/cli/project.xml,v
  retrieving revision 1.4.4.1
  retrieving revision 1.4.4.2
  diff -u -r1.4.4.1 -r1.4.4.2
  --- project.xml       9 Jan 2004 15:07:59 -0000       1.4.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.4.4.2
  @@ -7,7 +7,7 @@
     <groupId>merlin</groupId>
     <id>merlin-cli</id>
     <name>Merlin CLI</name>
  -  <currentVersion>3.2.3</currentVersion>
  +  <currentVersion>3.2.4</currentVersion>
   
     <package>org.apache.avalon.merlin.cli</package>
   
  
  
  
  No                   revision
  No                   revision
  1.16.4.2  +2 -2      avalon/merlin/kernel/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/impl/project.xml,v
  retrieving revision 1.16.4.1
  retrieving revision 1.16.4.2
  diff -u -r1.16.4.1 -r1.16.4.2
  --- project.xml       9 Jan 2004 15:07:59 -0000       1.16.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.16.4.2
  @@ -9,7 +9,7 @@
     <name>Merlin Implementation</name>
     <package>org.apache.avalon.merlin</package>
   
  -  <currentVersion>3.2.3</currentVersion>
  +  <currentVersion>3.2.4</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <shortDescription>Merlin Implementation.</shortDescription>
   
  @@ -51,7 +51,7 @@
       <dependency>
         <groupId>avalon-activation</groupId>
         <artifactId>avalon-activation-impl</artifactId>
  -      <version>1.2.5</version>
  +      <version>1.2.6</version>
       </dependency>
   
       <dependency>
  
  
  
  No                   revision
  No                   revision
  1.16.4.2  +1 -1      avalon/merlin/kernel/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/plugin/project.xml,v
  retrieving revision 1.16.4.1
  retrieving revision 1.16.4.2
  diff -u -r1.16.4.1 -r1.16.4.2
  --- project.xml       9 Jan 2004 15:07:59 -0000       1.16.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.16.4.2
  @@ -10,7 +10,7 @@
     <description>Merlin Plugin for Maven</description>
     <shortDescription>Merlin Plugin for Maven</shortDescription>
     <package>org.apache.avalon.merlin</package>
  -  <currentVersion>3.2.4</currentVersion>
  +  <currentVersion>3.2.5</currentVersion>
   
     <dependencies>
       <dependency>
  
  
  
  No                   revision
  No                   revision
  1.3.4.2   +1 -1      avalon/merlin/kernel/servlet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/servlet/project.xml,v
  retrieving revision 1.3.4.1
  retrieving revision 1.3.4.2
  diff -u -r1.3.4.1 -r1.3.4.2
  --- project.xml       9 Jan 2004 15:07:59 -0000       1.3.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.3.4.2
  @@ -9,7 +9,7 @@
     <name>Merlin Servlet</name>
     <package>org.apache.avalon.merlin.servlet</package>
   
  -  <currentVersion>3.2.3</currentVersion>
  +  <currentVersion>3.2.4</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <shortDescription>Merlin Servlet</shortDescription>
   
  
  
  
  No                   revision
  No                   revision
  1.21.4.2  +1 -1      avalon/merlin/kernel/unit/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/kernel/unit/project.xml,v
  retrieving revision 1.21.4.1
  retrieving revision 1.21.4.2
  diff -u -r1.21.4.1 -r1.21.4.2
  --- project.xml       9 Jan 2004 15:07:59 -0000       1.21.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.21.4.2
  @@ -7,7 +7,7 @@
     <groupId>merlin</groupId>
     <id>merlin-unit</id>
     <name>Merlin Unit Test</name>
  -  <currentVersion>3.2.9</currentVersion>
  +  <currentVersion>3.2.10</currentVersion>
   
     <package>org.apache.avalon.merlin</package>
   
  
  
  
  No                   revision
  No                   revision
  1.6.4.2   +1 -1      avalon/merlin/platform/src/bin/merlin
  
  Index: merlin
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlin,v
  retrieving revision 1.6.4.1
  retrieving revision 1.6.4.2
  diff -u -r1.6.4.1 -r1.6.4.2
  --- merlin    9 Jan 2004 15:07:59 -0000       1.6.4.1
  +++ merlin    12 Jan 2004 01:12:11 -0000      1.6.4.2
  @@ -1,7 +1,7 @@
   #!/bin/sh
   #
   
  -export MERLIN_VERSION="3.2.3"
  +export MERLIN_VERSION="3.2.4"
   
   # Checking for JAVA_HOME is required on *nix due
   # to some distributions stupidly including kaffe in /usr/bin
  
  
  
  1.9.4.2   +1 -1      avalon/merlin/platform/src/bin/merlin-server.sh
  
  Index: merlin-server.sh
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlin-server.sh,v
  retrieving revision 1.9.4.1
  retrieving revision 1.9.4.2
  diff -u -r1.9.4.1 -r1.9.4.2
  --- merlin-server.sh  9 Jan 2004 15:07:59 -0000       1.9.4.1
  +++ merlin-server.sh  12 Jan 2004 01:12:11 -0000      1.9.4.2
  @@ -107,7 +107,7 @@
   
   JVM_EXT_DIRS="$MERLIN_HOME/ext" 
   JVM_OPTS="-Djava.security.policy=$MERLIN_HOME/bin/security.policy 
-Djava.ext.dirs=$JVM_EXT_DIRS" 
  -MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME/bin/lib/merlin-cli-3.2.3.jar
  +MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME/bin/lib/merlin-cli-3.2.4.jar
   
   # Get the run cmd
   RUN_CMD="$JAVA_HOME/bin/java $JVM_OPTS $DEBUG $MERLIN_JVM_OPTS -jar 
$MERLIN_BOOTSTRAP_JAR $ARGS"
  
  
  
  1.10.4.2  +1 -1      avalon/merlin/platform/src/bin/merlin.bat
  
  Index: merlin.bat
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlin.bat,v
  retrieving revision 1.10.4.1
  retrieving revision 1.10.4.2
  diff -u -r1.10.4.1 -r1.10.4.2
  --- merlin.bat        9 Jan 2004 15:07:59 -0000       1.10.4.1
  +++ merlin.bat        12 Jan 2004 01:12:11 -0000      1.10.4.2
  @@ -1,7 +1,7 @@
   @echo off
   if "%MERLIN_HOME%" == "" set MERLIN_HOME=%USERPROFILE%\.merlin
   set MERLIN_CMD_LINE_ARGS=%*
  -set MERLIN_BOOTSTRAP_JAR=%MERLIN_HOME%\bin\lib\merlin-cli-3.2.3.jar
  +set MERLIN_BOOTSTRAP_JAR=%MERLIN_HOME%\bin\lib\merlin-cli-3.2.4.jar
   set MERLIN_SECURITY_POLICY=-Djava.security.policy=%MERLIN_HOME%\bin\security.policy
   java %MERLIN_SECURITY_POLICY% %MERLIN_JVM_OPTS% -jar %MERLIN_BOOTSTRAP_JAR% 
%MERLIN_CMD_LINE_ARGS%
   goto EndOfScript
  
  
  
  1.13.4.2  +1 -1      avalon/merlin/platform/src/bin/merlin.sh
  
  Index: merlin.sh
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlin.sh,v
  retrieving revision 1.13.4.1
  retrieving revision 1.13.4.2
  diff -u -r1.13.4.1 -r1.13.4.2
  --- merlin.sh 9 Jan 2004 15:07:59 -0000       1.13.4.1
  +++ merlin.sh 12 Jan 2004 01:12:11 -0000      1.13.4.2
  @@ -42,7 +42,7 @@
     [ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
   fi
   
  -MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME/bin/lib/merlin-cli-3.2.3.jar
  +MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME/bin/lib/merlin-cli-3.2.4.jar
   
   echo "Starting Merlin."
   echo "================"
  
  
  
  1.12.4.2  +1 -1      avalon/merlin/platform/src/bin/merlinx.bat
  
  Index: merlinx.bat
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlinx.bat,v
  retrieving revision 1.12.4.1
  retrieving revision 1.12.4.2
  diff -u -r1.12.4.1 -r1.12.4.2
  --- merlinx.bat       9 Jan 2004 15:07:59 -0000       1.12.4.1
  +++ merlinx.bat       12 Jan 2004 01:12:11 -0000      1.12.4.2
  @@ -5,7 +5,7 @@
   set WORKING_REPOSITORY=%MAVEN_HOME_LOCAL%\repository
   :DoneMerlinSystem
   set MERLIN_CMD_LINE_ARGS=%*
  -set MERLIN_BOOTSTRAP_JAR=%MERLIN_HOME%\bin\lib\merlin-cli-3.2.3.jar
  +set MERLIN_BOOTSTRAP_JAR=%MERLIN_HOME%\bin\lib\merlin-cli-3.2.4.jar
   set MERLIN_SECURITY_POLICY=-Djava.security.policy=%MERLIN_HOME%\bin\security.policy
   java %MERLIN_SECURITY_POLICY% %MERLIN_JVM_OPTS% -jar %MERLIN_BOOTSTRAP_JAR% -system 
%WORKING_REPOSITORY% -repository %WORKING_REPOSITORY% %MERLIN_CMD_LINE_ARGS% 
   goto :EndOfScript
  
  
  
  1.12.4.2  +1 -1      avalon/merlin/platform/src/bin/merlinx.sh
  
  Index: merlinx.sh
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlinx.sh,v
  retrieving revision 1.12.4.1
  retrieving revision 1.12.4.2
  diff -u -r1.12.4.1 -r1.12.4.2
  --- merlinx.sh        9 Jan 2004 15:07:59 -0000       1.12.4.1
  +++ merlinx.sh        12 Jan 2004 01:12:11 -0000      1.12.4.2
  @@ -53,7 +53,7 @@
     [ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
   fi
   
  -MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME/bin/lib/merlin-cli-3.2.3.jar
  +MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME/bin/lib/merlin-cli-3.2.4.jar
   
   echo "Starting Merlin."
   echo "================"
  
  
  
  No                   revision
  No                   revision
  1.9.4.2   +1 -1      avalon/merlin/platform/src/bin/nt/wrapper.conf
  
  Index: wrapper.conf
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/nt/wrapper.conf,v
  retrieving revision 1.9.4.1
  retrieving revision 1.9.4.2
  diff -u -r1.9.4.1 -r1.9.4.2
  --- wrapper.conf      9 Jan 2004 15:08:00 -0000       1.9.4.1
  +++ wrapper.conf      12 Jan 2004 01:12:11 -0000      1.9.4.2
  @@ -10,7 +10,7 @@
   # Java Classpath (include wrapper.jar)  Add class path elements as
   #  needed starting from 1
   wrapper.java.classpath.1=wrapper.jar
  -wrapper.java.classpath.2=../lib/merlin-cli-3.2.3.jar
  +wrapper.java.classpath.2=../lib/merlin-cli-3.2.4.jar
   
   # Java Library Path (location of Wrapper.DLL or libwrapper.so)
   wrapper.java.library.path.1=.
  
  
  
  No                   revision
  No                   revision
  1.11.4.2  +1 -1      avalon/merlin/platform/tutorials/hello/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/tutorials/hello/project.xml,v
  retrieving revision 1.11.4.1
  retrieving revision 1.11.4.2
  diff -u -r1.11.4.1 -r1.11.4.2
  --- project.xml       9 Jan 2004 15:08:00 -0000       1.11.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.11.4.2
  @@ -27,7 +27,7 @@
       <dependency>
         <groupId>merlin</groupId>
         <artifactId>merlin-unit</artifactId>
  -      <version>3.2.9</version>
  +      <version>3.2.10</version>
       </dependency>
   
     </dependencies>
  
  
  
  No                   revision
  No                   revision
  1.5.4.2   +1 -1      avalon/merlin/platform/tutorials/parameterization/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/tutorials/parameterization/project.xml,v
  retrieving revision 1.5.4.1
  retrieving revision 1.5.4.2
  diff -u -r1.5.4.1 -r1.5.4.2
  --- project.xml       9 Jan 2004 15:08:00 -0000       1.5.4.1
  +++ project.xml       12 Jan 2004 01:12:11 -0000      1.5.4.2
  @@ -27,7 +27,7 @@
       <dependency>
         <groupId>merlin</groupId>
         <artifactId>merlin-unit</artifactId>
  -      <version>3.2.9</version>
  +      <version>3.2.10</version>
       </dependency>
   
     </dependencies>
  
  
  
  No                   revision
  No                   revision
  1.4.4.2   +2 -2      
avalon/merlin/platform/xdocs/starting/installation/3.2/binary.xml
  
  Index: binary.xml
  ===================================================================
  RCS file: 
/home/cvs/avalon/merlin/platform/xdocs/starting/installation/3.2/binary.xml,v
  retrieving revision 1.4.4.1
  retrieving revision 1.4.4.2
  diff -u -r1.4.4.1 -r1.4.4.2
  --- binary.xml        9 Jan 2004 15:08:00 -0000       1.4.4.1
  +++ binary.xml        12 Jan 2004 01:12:11 -0000      1.4.4.2
  @@ -75,7 +75,7 @@
       LICENSE.TXT
     /plugins
       avalon-meta-plugin-1.3.1.jar
  -    merlin-plugin-3.2.4.jar
  +    merlin-plugin-3.2.5.jar
   ]]></source>
   
           <p>
  @@ -137,7 +137,7 @@
           </p>
   <source><![CDATA[
     %MAVEN_HOME%\plugins\avalon-meta-plugin-1.3.1.jar
  -  %MAVEN_HOME%\plugins\merlin-plugin-3.2.4.jar
  +  %MAVEN_HOME%\plugins\merlin-plugin-3.2.5.jar
   ]]></source>
   
           <p>
  
  
  

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

Reply via email to