Author: chirino Date: Mon Dec 11 08:35:55 2006 New Revision: 485741 URL: http://svn.apache.org/viewvc?view=rev&rev=485741 Log: getting rid of the 'Embedded error: The attribute Extension-Name may not occur more than once in the same section'
Modified: incubator/activemq/trunk/pom.xml Modified: incubator/activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?view=diff&rev=485741&r1=485740&r2=485741 ============================================================================== --- incubator/activemq/trunk/pom.xml (original) +++ incubator/activemq/trunk/pom.xml Mon Dec 11 08:35:55 2006 @@ -766,6 +766,7 @@ <archive> <index>true</index> <compress>true</compress> + <!-- <manifestEntries> <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> @@ -775,6 +776,7 @@ <Implementation-Version>${project.version}</Implementation-Version> </manifestEntries> + --> </archive> </configuration> </plugin>