You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jm...@apache.org on 2006/04/26 23:36:21 UTC

svn commit: r397308 - /myfaces/shared/trunk/core/pom.xml

Author: jmitchell
Date: Wed Apr 26 14:36:19 2006
New Revision: 397308

URL: http://svn.apache.org/viewcvs?rev=397308&view=rev
Log:
Fix missing packaging type

Modified:
    myfaces/shared/trunk/core/pom.xml

Modified: myfaces/shared/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/shared/trunk/core/pom.xml?rev=397308&r1=397307&r2=397308&view=diff
==============================================================================
--- myfaces/shared/trunk/core/pom.xml (original)
+++ myfaces/shared/trunk/core/pom.xml Wed Apr 26 14:36:19 2006
@@ -6,6 +6,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
+  <packaging>jar</packaging>
   <name>MyFaces Shared Core</name>
   <description>The MyFaces Shared Core Subproject build the sources atrifact
     needed by shared-impl and shared-tomahawk</description>