You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2007/12/21 01:50:32 UTC

svn commit: r606081 - /commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl

Author: psteitz
Date: Thu Dec 20 16:50:30 2007
New Revision: 606081

URL: http://svn.apache.org/viewvc?rev=606081&view=rev
Log:
Removed some unneeded cruft.

Modified:
    commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl

Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl?rev=606081&r1=606080&r2=606081&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/release-notes.jsl Thu Dec 20 16:50:30 2007
@@ -108,16 +108,6 @@
       <!-- Nasty hack to detect a plugin until pom.type exists -->
       <u:available file="${basedir}/plugin.jelly">
         <j:whitespace trim="false"> 
-
-To automatically install the plugin, type the following on a single line:
-
-maven plugin:download 
-  -DgroupId=${pom.groupId} 
-  -DartifactId=${pom.artifactId}
-  -Dversion=${versionVariable}
-
-For a manual installation, you can download the plugin here:
-${distributionUrl}/${pom.artifactId}-${versionVariable}.jar
         </j:whitespace>
       </u:available>
       <j:whitespace trim="false"> 
@@ -158,5 +148,4 @@
   <jsl:template match="@*"/>
 
   <jsl:template match="text()"/>
-
 </jsl:stylesheet>