You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2006/10/16 20:03:57 UTC

svn commit: r464595 - /tapestry/tapestry5/tapestry-core/trunk/pom.xml

Author: hlship
Date: Mon Oct 16 11:03:55 2006
New Revision: 464595

URL: http://svn.apache.org/viewvc?view=rev&rev=464595
Log:
Remove the manifest entry to load the Tapestry core module, as that is hard-coded into the TapestryFilter (and results in a runtime warning in applications).

Modified:
    tapestry/tapestry5/tapestry-core/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?view=diff&rev=464595&r1=464594&r2=464595
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Mon Oct 16 11:03:55 2006
@@ -86,20 +86,6 @@
                     </suiteXmlFiles>
                 </configuration>
             </plugin>
-             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <!-- Version 2.1-SNAPSHOT barfs on the manifest stuff. -->
-                <version>2.0</version>
-                <configuration>
-                    <archive> 
-                        <manifestEntries>
-                            <Tapestry-Module-Classes> org.apache.tapestry.services.TapestryModule
-                            </Tapestry-Module-Classes>
-                        </manifestEntries>
-                    </archive>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
     <reporting>