You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/02 18:57:59 UTC

svn commit: r374442 - /maven/maven-1/plugins/trunk/ejb/plugin.jelly

Author: ltheussl
Date: Thu Feb  2 09:57:58 2006
New Revision: 374442

URL: http://svn.apache.org/viewcvs?rev=374442&view=rev
Log:
Naming consistency

Modified:
    maven/maven-1/plugins/trunk/ejb/plugin.jelly

Modified: maven/maven-1/plugins/trunk/ejb/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/plugin.jelly?rev=374442&r1=374441&r2=374442&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/ejb/plugin.jelly Thu Feb  2 09:57:58 2006
@@ -72,7 +72,7 @@
 
   <goal name="ejb:ejb-jar-internal">
 
-    <ant:echo>Building ejb ${maven.final.name}</ant:echo>
+    <ant:echo>Building ejb ${maven.ejb.final.name}</ant:echo>
 
     <ant:available property="maven.ejb.manifest.available"
       file="${maven.ejb.manifest}"/>