Author: dion Date: Thu Dec 16 19:56:00 2004 New Revision: 122611 URL: http://svn.apache.org/viewcvs?view=rev&rev=122611 Log: Fix MPEAR-31 Modified: maven/maven-1/plugins/trunk/ear/plugin.jelly
Modified: maven/maven-1/plugins/trunk/ear/plugin.jelly Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/plugin.jelly?view=diff&rev=122611&p1=maven/maven-1/plugins/trunk/ear/plugin.jelly&r1=122610&p2=maven/maven-1/plugins/trunk/ear/plugin.jelly&r2=122611 ============================================================================== --- maven/maven-1/plugins/trunk/ear/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/ear/plugin.jelly Thu Dec 16 19:56:00 2004 @@ -65,7 +65,7 @@ <attainGoal name="ear:generate-ear-descriptor"/> </j:when> <j:otherwise> - <util:available file="${maven.ear.src}/META-INF/application.xml"> + <util:available file="${maven.ear.appxml}"> <ant:copy file="${maven.ear.appxml}" tofile="${finalAppxml}"/> </util:available> </j:otherwise> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
