You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/07/06 20:05:34 UTC

svn commit: r419633 - /geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml

Author: sppatel
Date: Thu Jul  6 11:05:34 2006
New Revision: 419633

URL: http://svn.apache.org/viewvc?rev=419633&view=rev
Log:
fix empty assemblies

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml?rev=419633&r1=419632&r2=419633&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml Thu Jul  6 11:05:34 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.geronimo.devtools</groupId>
   <artifactId>assembly</artifactId>
-  <packaging>pom</packaging>
+  <packaging>jar</packaging>
   <name>Assembly :: ${artifactId}</name>
   <version>1.1</version>