You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/02/04 02:01:24 UTC

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

bwalding    2003/02/03 17:01:23

  Modified:    src/plugins-build/eclipse plugin.jelly
  Log:
  Removed spurious log message I left in there
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-turbine-maven/src/plugins-build/eclipse/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/eclipse/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	3 Feb 2003 09:21:58 -0000	1.2
  +++ plugin.jelly	4 Feb 2003 01:01:23 -0000	1.3
  @@ -36,8 +36,8 @@
       <echo>Creating ${basedir}/.classpath ...</echo>
       <j:set var="maven-eclipse-junit"
          value="${pom.getPluginContext('maven-eclipse-plugin').getVariable('maven.eclipse.junit')}"/>
  -	<echo>${pom.getPluginContext('maven-eclipse-plugin').getVariables()}</echo>
  -    <j:file name="${basedir}/.classpath" prettyPrint="true" xmlns="dummy">
  +	
  +	<j:file name="${basedir}/.classpath" prettyPrint="true" xmlns="dummy">
         <classpath>
   
           <j:if test="${sourcesPresent}">