Author: jmitchell Date: Wed Feb 16 20:09:40 2005 New Revision: 154121 URL: http://svn.apache.org/viewcvs?view=rev&rev=154121 Log: correct logo location, install the newly build jar
Modified: struts/tiles/trunk/maven.xml struts/tiles/trunk/project.xml Modified: struts/tiles/trunk/maven.xml URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/maven.xml?view=diff&r1=154120&r2=154121 ============================================================================== --- struts/tiles/trunk/maven.xml (original) +++ struts/tiles/trunk/maven.xml Wed Feb 16 20:09:40 2005 @@ -5,6 +5,12 @@ xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> + + <postGoal name="dist"> + <attainGoal name="jar:install"/> + </postGoal> + + <!-- Prepare additional Jar resources --> <postGoal name="java:jar-resources"> Modified: struts/tiles/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?view=diff&r1=154120&r2=154121 ============================================================================== --- struts/tiles/trunk/project.xml (original) +++ struts/tiles/trunk/project.xml Wed Feb 16 20:09:40 2005 @@ -12,7 +12,7 @@ <url>http://struts.apache.org/tiles/</url> <logo /> </organization> - <logo>http://struts.apache.org/struts/images/struts.gif</logo> + <logo>http://struts.apache.org/images/struts.gif</logo> <inceptionYear>2003</inceptionYear> <package>org.apache.struts.tiles</package> <packageGroups> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]