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/01/04 07:38:28 UTC

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

dion        2003/01/03 22:38:28

  Modified:    src/plugins-build/idea plugin.jelly
  Log:
  Make idea plugin show up again
  
  Revision  Changes    Path
  1.3       +9 -9      jakarta-turbine-maven/src/plugins-build/idea/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/idea/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	23 Dec 2002 15:19:48 -0000	1.2
  +++ plugin.jelly	4 Jan 2003 06:38:28 -0000	1.3
  @@ -1,20 +1,20 @@
   <?xml version="1.0"?>
   
  -<jj:project xmlns:j="jelly:core" xmlns:jj="jelly:jeez" xmlns="dummy">
  +<project xmlns:j="jelly:core" xmlns:jj="jelly:jeez">
   
     <!--==================================================================-->
     <!-- Generate IntelliJ IDEA .project and .classpath files             -->
     <!--==================================================================-->
  -  <jj:goal name="idea"
  +  <goal name="idea"
       description="Generate IDEA project files"
       prereqs="idea:generate-project"/>
   
  -  <jj:goal name="idea:generate-project"
  +  <goal name="idea:generate-project"
       description="Generate IDEA .ipr and .iws project files">
   
  -    <jj:echo>Creating ${basedir}/${pom.id}.ipr ...</jj:echo>
  +    <echo>Creating ${basedir}/${pom.id}.ipr ...</echo>
   
  -    <j:file name="${basedir}/${pom.id}.ipr" prettyPrint="true">
  +    <j:file name="${basedir}/${pom.id}.ipr" prettyPrint="true" xmlns="dummy">
         <project version="3" relativePaths="false">
           <component name="ProjectRootManager" version="2">
             <jdk name="java version &quot;1.4.0_01&quot;"/>
  @@ -209,9 +209,9 @@
         </project>
       </j:file>
   
  -    <jj:echo>Creating ${basedir}/${pom.id}.iws ...</jj:echo>
  +    <echo>Creating ${basedir}/${pom.id}.iws ...</echo>
   
  -    <j:file name="${basedir}/${pom.id}.iws" prettyPrint="true">
  +    <j:file name="${basedir}/${pom.id}.iws" prettyPrint="true" xmlns="dummy">
         <project version="3" relativePaths="false">
           <component name="FileEditorManager">
             <history/>
  @@ -544,6 +544,6 @@
         </project>
       </j:file>
   
  -  </jj:goal>
  +  </goal>
   
  -</jj:project>
  +</project>