dion        2003/08/10 18:38:43

  Modified:    src/plugins-build/java Tag: MAVEN_RC1_STABLE plugin.jelly
  Log:
  Patches as part of MAVEN-541
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.18.2.2  +2 -2      maven/src/plugins-build/java/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/java/plugin.jelly,v
  retrieving revision 1.18.2.1
  retrieving revision 1.18.2.2
  diff -u -r1.18.2.1 -r1.18.2.2
  --- plugin.jelly      7 Aug 2003 16:59:40 -0000       1.18.2.1
  +++ plugin.jelly      11 Aug 2003 01:38:42 -0000      1.18.2.2
  @@ -43,7 +43,7 @@
     <goal name="java:compile"
           description="Compile the project"
           prereqs="java:prepare-filesystem">
  -    <echo>Compiling to ${maven.build.dest}</echo>
  +    <ant:echo>Compiling to ${maven.build.dest}</ant:echo>
       <j:choose>
         <j:when test="${sourcesPresent == 'true'}">
                <ant:javac
  @@ -114,7 +114,7 @@
     <goal name="java:jar"
           description="Create the deliverable jar file."
           prereqs="jar:jar">
  -        <echo>java:jar is deprecated and will be removed. Please use jar:jar</echo>
  +        <ant:echo>java:jar is deprecated and will be removed. Please use 
jar:jar</ant:echo>
     </goal>
   
     <!-- ================================================================== -->
  
  
  

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

Reply via email to