You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/03/29 12:40:18 UTC

cvs commit: maven/src/plugins-build/idea plugin.jelly

dion        2003/03/29 03:40:18

  Modified:    src/plugins-build/idea plugin.jelly
  Log:
  Explicity use ant name space. In prep for removal of jeez etc
  
  Revision  Changes    Path
  1.6       +3 -3      maven/src/plugins-build/idea/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/idea/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly	7 Mar 2003 10:12:44 -0000	1.5
  +++ plugin.jelly	29 Mar 2003 11:40:18 -0000	1.6
  @@ -1,9 +1,9 @@
   <?xml version="1.0"?>
   
   <project 
  +  xmlns:ant="jelly:ant"
     xmlns:j="jelly:core"
  -  xmlns:u="jelly:util"
  -  xmlns:a="jelly:ant">
  +  xmlns:u="jelly:util">
   
     <!--==================================================================-->
     <!-- Generate IntelliJ IDEA .project and .classpath files             -->
  @@ -15,7 +15,7 @@
     <goal name="idea:generate-project"
       description="Generate IDEA .ipr and .iws project files">
   
  -    <echo>Creating ${basedir}/${pom.artifactId}.ipr ...</echo>
  +    <ant:echo>Creating ${basedir}/${pom.artifactId}.ipr ...</ant:echo>
   
       <j:file name="${basedir}/${pom.artifactId}.ipr" prettyPrint="true" xmlns="dummy">
         <project version="3" relativePaths="false">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org